Action not permitted
Modal body text goes here.
Modal Title
Modal Body
cve-2024-56326
Vulnerability from cvelistv5
{ "containers": { "adp": [ { "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" } }, { "other": { "content": { "id": "CVE-2024-56326", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "total" } ], "role": "CISA Coordinator", "timestamp": "2024-12-27T17:50:50.460995Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-12-27T17:54:33.724Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "product": "jinja", "vendor": "pallets", "versions": [ { "status": "affected", "version": "\u003c 3.1.5" } ] } ], "descriptions": [ { "lang": "en", "value": "Jinja is an extensible templating engine. Prior to 3.1.5, An oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to store a reference to a malicious string\u0027s format method, then pass that to a filter that calls it. No such filters are built-in to Jinja, but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox. This vulnerability is fixed in 3.1.5." } ], "metrics": [ { "cvssV4_0": { "attackComplexity": "LOW", "attackRequirements": "PRESENT", "attackVector": "LOCAL", "baseScore": 5.4, "baseSeverity": "MEDIUM", "privilegesRequired": "LOW", "subAvailabilityImpact": "NONE", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "NONE", "userInteraction": "PASSIVE", "vectorString": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N", "version": "4.0", "vulnAvailabilityImpact": "HIGH", "vulnConfidentialityImpact": "HIGH", "vulnIntegrityImpact": "HIGH" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-1336", "description": "CWE-1336: Improper Neutralization of Special Elements Used in a Template Engine", "lang": "en", "type": "CWE" } ] }, { "descriptions": [ { "cweId": "CWE-693", "description": "CWE-693: Protection Mechanism Failure", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-12-23T15:43:49.400Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" }, { "name": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "name": "https://github.com/pallets/jinja/releases/tag/3.1.5", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" } ], "source": { "advisory": "GHSA-q2x7-8rv6-6q7h", "discovery": "UNKNOWN" }, "title": "Jinja has a sandbox breakout through indirect reference to format method" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-56326", "datePublished": "2024-12-23T15:43:49.400Z", "dateReserved": "2024-12-19T18:34:22.764Z", "dateUpdated": "2024-12-27T17:54:33.724Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-56326\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-12-23T16:15:07.590\",\"lastModified\":\"2024-12-27T18:15:38.947\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Jinja is an extensible templating engine. Prior to 3.1.5, An oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to store a reference to a malicious string\u0027s format method, then pass that to a filter that calls it. No such filters are built-in to Jinja, but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox. This vulnerability is fixed in 3.1.5.\"},{\"lang\":\"es\",\"value\":\"Jinja es un motor de plantillas extensible. Antes de la versi\u00f3n 3.1.5, una supervisi\u00f3n de c\u00f3mo el entorno aislado de Jinja detecta llamadas a str.format permit\u00eda a un atacante que controlaba el contenido de una plantilla ejecutar c\u00f3digo Python arbitrario. Para aprovechar la vulnerabilidad, un atacante necesita controlar el contenido de una plantilla. Que ese sea el caso depende del tipo de aplicaci\u00f3n que utilice Jinja. Esta vulnerabilidad afecta a los usuarios de aplicaciones que ejecutan plantillas que no son de confianza. El sandbox de Jinja capta llamadas a str.format y garantiza que no escapen de la sandbox. Sin embargo, es posible almacenar una referencia al m\u00e9todo de formato de una cadena maliciosa y luego pasarla a un filtro que lo llame. Estos filtros no est\u00e1n integrados en Jinja, pero podr\u00edan estar presentes a trav\u00e9s de filtros personalizados en una aplicaci\u00f3n. Despu\u00e9s de la soluci\u00f3n, estas llamadas indirectas tambi\u00e9n son gestionadas por la sandbox. Esta vulnerabilidad se solucion\u00f3 en 3.1.5.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":5.4,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"PASSIVE\",\"vulnerableSystemConfidentiality\":\"HIGH\",\"vulnerableSystemIntegrity\":\"HIGH\",\"vulnerableSystemAvailability\":\"HIGH\",\"subsequentSystemConfidentiality\":\"NONE\",\"subsequentSystemIntegrity\":\"NONE\",\"subsequentSystemAvailability\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirements\":\"NOT_DEFINED\",\"integrityRequirements\":\"NOT_DEFINED\",\"availabilityRequirements\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnerableSystemConfidentiality\":\"NOT_DEFINED\",\"modifiedVulnerableSystemIntegrity\":\"NOT_DEFINED\",\"modifiedVulnerableSystemAvailability\":\"NOT_DEFINED\",\"modifiedSubsequentSystemConfidentiality\":\"NOT_DEFINED\",\"modifiedSubsequentSystemIntegrity\":\"NOT_DEFINED\",\"modifiedSubsequentSystemAvailability\":\"NOT_DEFINED\",\"safety\":\"NOT_DEFINED\",\"automatable\":\"NOT_DEFINED\",\"recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-693\"},{\"lang\":\"en\",\"value\":\"CWE-1336\"}]}],\"references\":[{\"url\":\"https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/pallets/jinja/releases/tag/3.1.5\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h\",\"source\":\"security-advisories@github.com\"}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.8, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-56326\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-12-27T17:50:50.460995Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-12-24T01:43:04.937Z\"}}], \"cna\": {\"title\": \"Jinja has a sandbox breakout through indirect reference to format method\", \"source\": {\"advisory\": \"GHSA-q2x7-8rv6-6q7h\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 5.4, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N\", \"userInteraction\": \"PASSIVE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"LOW\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"HIGH\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"HIGH\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"pallets\", \"product\": \"jinja\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 3.1.5\"}]}], \"references\": [{\"url\": \"https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h\", \"name\": \"https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4\", \"name\": \"https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/pallets/jinja/releases/tag/3.1.5\", \"name\": \"https://github.com/pallets/jinja/releases/tag/3.1.5\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Jinja is an extensible templating engine. Prior to 3.1.5, An oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to store a reference to a malicious string\u0027s format method, then pass that to a filter that calls it. No such filters are built-in to Jinja, but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox. This vulnerability is fixed in 3.1.5.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-1336\", \"description\": \"CWE-1336: Improper Neutralization of Special Elements Used in a Template Engine\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-693\", \"description\": \"CWE-693: Protection Mechanism Failure\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2024-12-23T15:43:49.400Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2024-56326\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-12-27T17:54:33.724Z\", \"dateReserved\": \"2024-12-19T18:34:22.764Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-12-23T15:43:49.400Z\", \"assignerShortName\": \"GitHub_M\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
rhsa-2025:0951
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for python-jinja2 is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* jinja2: Jinja has a sandbox breakout through indirect reference to format method (CVE-2024-56326)\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-2025:0951", "url": "https://access.redhat.com/errata/RHSA-2025:0951" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0951.json" } ], "title": "Red Hat Security Advisory: python-jinja2 security update", "tracking": { "current_release_date": "2025-02-13T21:34:38+00:00", "generator": { "date": "2025-02-13T21:34:38+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0951", "initial_release_date": "2025-02-04T08:57:58+00:00", "revision_history": [ { "date": "2025-02-04T08:57:58+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-04T08:57:58+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:34: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 E4S (v.9.0)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python-jinja2-0:2.11.3-4.el9_0.1.src", "product": { "name": "python-jinja2-0:2.11.3-4.el9_0.1.src", "product_id": "python-jinja2-0:2.11.3-4.el9_0.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@2.11.3-4.el9_0.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-jinja2-0:2.11.3-4.el9_0.1.noarch", "product": { "name": "python3-jinja2-0:2.11.3-4.el9_0.1.noarch", "product_id": "python3-jinja2-0:2.11.3-4.el9_0.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jinja2@2.11.3-4.el9_0.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:2.11.3-4.el9_0.1.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python-jinja2-0:2.11.3-4.el9_0.1.src" }, "product_reference": "python-jinja2-0:2.11.3-4.el9_0.1.src", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:2.11.3-4.el9_0.1.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:python3-jinja2-0:2.11.3-4.el9_0.1.noarch" }, "product_reference": "python3-jinja2-0:2.11.3-4.el9_0.1.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.0.0.Z.E4S:python-jinja2-0:2.11.3-4.el9_0.1.src", "AppStream-9.0.0.Z.E4S:python3-jinja2-0:2.11.3-4.el9_0.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-04T08:57:58+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.0.0.Z.E4S:python-jinja2-0:2.11.3-4.el9_0.1.src", "AppStream-9.0.0.Z.E4S:python3-jinja2-0:2.11.3-4.el9_0.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0951" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.E4S:python-jinja2-0:2.11.3-4.el9_0.1.src", "AppStream-9.0.0.Z.E4S:python3-jinja2-0:2.11.3-4.el9_0.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhsa-2025:0722
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update is now available for Red Hat Ansible Automation Platform 2.4", "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* ansible-lightspeed-container: Denial of Service through Data corruption in gRPC-C++ (CVE-2024-11407)\n* ansible-lightspeed-container: potential denial-of-service vulnerability in IPv6 validation (CVE-2024-56374)\n* ansible-lightspeed-container: Jinja has a sandbox breakout through malicious filenames (CVE-2024-56201)\n* ansible-lightspeed-container: Jinja has a sandbox breakout through indirect reference to format method (CVE-2024-56326)\n* ansible-lightspeed-container: aiohttp vulnerable to request smuggling due to incorrect parsing of chunk extensions (CVE-2024-52304)\n\nUpdate(s) and fix(es):\n* The ansible.controller collection has been updated to 4.5.17 (AAP-39099)\n* Automation Controller has been updated to 4.5.17\n* Ansible Lightspeed has been updated to 2.4.20250121", "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-2025:0722", "url": "https://access.redhat.com/errata/RHSA-2025:0722" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2327130", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2327130" }, { "category": "external", "summary": "2329003", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329003" }, { "category": "external", "summary": "2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "2337996", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337996" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0722.json" } ], "title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Container Release Update", "tracking": { "current_release_date": "2025-02-13T21:32:16+00:00", "generator": { "date": "2025-02-13T21:32:16+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0722", "initial_release_date": "2025-01-27T22:39:15+00:00", "revision_history": [ { "date": "2025-01-27T22:39:15+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-27T22:39:15+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:32:16+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 8", "product": { "name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform_cloud_billing: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", "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 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_family", "name": "Red Hat Ansible Automation Platform" }, { "branches": [ { "category": "product_version", "name": "ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64", "product": { "name": "ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64", "product_id": "ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64", "product_identification_helper": { "purl": "pkg:oci/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-cloud-billing-rhel8\u0026tag=0.3.0-57" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64", "product": { "name": "ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64", "product_id": "ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64", "product_identification_helper": { "purl": "pkg:oci/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-cloud-billing-rhel8-operator\u0026tag=1.0.4-57" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64", "product": { "name": "ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64", "product_id": "ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64", "product_identification_helper": { "purl": "pkg:oci/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8\u0026tag=1.0.2-142" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64", "product": { "name": "ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64", "product_id": "ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64", "product_identification_helper": { "purl": "pkg:oci/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-cloud-ui-rhel8\u0026tag=1.0.5-103" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64", "product": { "name": "ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64", "product_id": "ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64", "product_identification_helper": { "purl": "pkg:oci/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-cloud-ui-rhel8-operator\u0026tag=1.0.4-139" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64", "product": { "name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64", "product_id": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64", "product_identification_helper": { "purl": "pkg:oci/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-must-gather-rhel8\u0026tag=0.0.1-510" } } }, { "category": "product_version", "name": "ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64", "product": { "name": "ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64", "product_id": "ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64", "product_identification_helper": { "purl": "pkg:oci/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.4-2300" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64", "product": { "name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64", "product_id": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel8\u0026tag=3.0.1-112" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64", "product": { "name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64", "product_id": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel9\u0026tag=3.0.1-111" } } }, { "category": "product_version", "name": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64", "product": { "name": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64", "product_id": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64", "product_identification_helper": { "purl": "pkg:oci/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/cloud-addons-operator-bundle\u0026tag=2.4-899" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64", "product": { "name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64", "product_id": "ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64", "product_identification_helper": { "purl": "pkg:oci/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8\u0026tag=2.4.250121-2" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64", "product": { "name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64", "product_id": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64", "product_identification_helper": { "purl": "pkg:oci/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8-operator\u0026tag=2.4-33" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64", "product": { "name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64", "product_id": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64", "product_identification_helper": { "purl": "pkg:oci/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel8\u0026tag=1.0.0-696" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64", "product": { "name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64", "product_id": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64", "product_identification_helper": { "purl": "pkg:oci/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel9\u0026tag=1.0.0-697" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64", "product": { "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64", "product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64", "product_identification_helper": { "purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel9\u0026tag=1.0.0-655" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64", "product": { "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64", "product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64", "product_identification_helper": { "purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel8\u0026tag=1.0.0-654" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64", "product": { "name": "ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64", "product_id": "ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64", "product_identification_helper": { "purl": "pkg:oci/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8\u0026tag=4.5.17-2" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64", "product": { "name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64", "product_id": "ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64", "product_identification_helper": { "purl": "pkg:oci/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8-operator\u0026tag=2.4-167" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64", "product": { "name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64", "product_id": "ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64", "product_identification_helper": { "purl": "pkg:oci/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8\u0026tag=1.0.7-31" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64", "product": { "name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64", "product_id": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64", "product_identification_helper": { "purl": "pkg:oci/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8-operator\u0026tag=2.4-167" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64", "product": { "name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64", "product_id": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64", "product_identification_helper": { "purl": "pkg:oci/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-ui-rhel8\u0026tag=1.0.7-30" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64", "product": { "name": "ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64", "product_id": "ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64", "product_identification_helper": { "purl": "pkg:oci/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8\u0026tag=4.9.2-35" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64", "product": { "name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64", "product_id": "ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64", "product_identification_helper": { "purl": "pkg:oci/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8-operator\u0026tag=2.4-166" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64", "product": { "name": "ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64", "product_id": "ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64", "product_identification_helper": { "purl": "pkg:oci/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-web-rhel8\u0026tag=4.9.2-33" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64", "product": { "name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64", "product_id": "ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64", "product_identification_helper": { "purl": "pkg:oci/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel9\u0026tag=1.0.7-56" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64", "product": { "name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64", "product_id": "ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64", "product_identification_helper": { "purl": "pkg:oci/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel8\u0026tag=1.0.7-55" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64", "product": { "name": "ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64", "product_id": "ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64", "product_identification_helper": { "purl": "pkg:oci/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel8\u0026tag=1.0.7-65" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64", "product": { "name": "ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64", "product_id": "ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64", "product_identification_helper": { "purl": "pkg:oci/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel9\u0026tag=1.0.7-64" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64", "product": { "name": "ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64", "product_id": "ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-29-rhel8\u0026tag=1.0.0-433" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64", "product": { "name": "ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64", "product_id": "ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-cloud-services-rhel8\u0026tag=1.0.0-294" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64", "product": { "name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64", "product_id": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-containerized-installer-rhel8\u0026tag=1.3.3-45" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64", "product": { "name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64", "product_id": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel9\u0026tag=1.0.0-808" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64", "product": { "name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64", "product_id": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel8\u0026tag=1.0.0-809" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64", "product": { "name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64", "product_id": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9\u0026tag=1.0.0-888" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64", "product": { "name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64", "product_id": "ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8\u0026tag=1.0.0-887" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64", "product": { "name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64", "product_id": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64", "product_identification_helper": { "purl": "pkg:oci/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-rhel8-operator\u0026tag=2.4-160" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64", "product": { "name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64", "product_id": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64", "product_identification_helper": { "purl": "pkg:oci/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-runner-rhel8\u0026tag=2.4-200" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le", "product": { "name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le", "product_id": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-must-gather-rhel8\u0026tag=0.0.1-510" } } }, { "category": "product_version", "name": "ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le", "product": { "name": "ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le", "product_id": "ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.4-2300" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le", "product": { "name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le", "product_id": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel8\u0026tag=3.0.1-112" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le", "product": { "name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le", "product_id": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel9\u0026tag=3.0.1-111" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le", "product": { "name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le", "product_id": "ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le", "product_identification_helper": { "purl": "pkg:oci/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8\u0026tag=2.4.250121-2" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le", "product": { "name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le", "product_id": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8-operator\u0026tag=2.4-33" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le", "product": { "name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le", "product_id": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel8\u0026tag=1.0.0-696" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le", "product": { "name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le", "product_id": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel9\u0026tag=1.0.0-697" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le", "product": { "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le", "product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel9\u0026tag=1.0.0-655" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le", "product": { "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le", "product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel8\u0026tag=1.0.0-654" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le", "product": { "name": "ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le", "product_id": "ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le", "product_identification_helper": { "purl": "pkg:oci/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8\u0026tag=4.5.17-2" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le", "product": { "name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le", "product_id": "ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8-operator\u0026tag=2.4-167" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le", "product": { "name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le", "product_id": "ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8\u0026tag=1.0.7-31" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le", "product": { "name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le", "product_id": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8-operator\u0026tag=2.4-167" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le", "product": { "name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le", "product_id": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-ui-rhel8\u0026tag=1.0.7-30" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le", "product": { "name": "ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le", "product_id": "ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le", "product_identification_helper": { "purl": "pkg:oci/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8\u0026tag=4.9.2-35" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le", "product": { "name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le", "product_id": "ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le", "product_identification_helper": { "purl": "pkg:oci/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8-operator\u0026tag=2.4-166" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le", "product": { "name": "ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le", "product_id": "ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-web-rhel8\u0026tag=4.9.2-33" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le", "product": { "name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le", "product_id": "ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le", "product_identification_helper": { "purl": "pkg:oci/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel9\u0026tag=1.0.7-56" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le", "product": { "name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le", "product_id": "ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel8\u0026tag=1.0.7-55" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le", "product": { "name": "ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le", "product_id": "ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel8\u0026tag=1.0.7-65" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le", "product": { "name": "ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le", "product_id": "ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le", "product_identification_helper": { "purl": "pkg:oci/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel9\u0026tag=1.0.7-64" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le", "product": { "name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le", "product_id": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel9\u0026tag=1.0.0-808" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le", "product": { "name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le", "product_id": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel8\u0026tag=1.0.0-809" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le", "product": { "name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le", "product_id": "ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9\u0026tag=1.0.0-888" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le", "product": { "name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le", "product_id": "ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8\u0026tag=1.0.0-887" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le", "product": { "name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le", "product_id": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le", "product_identification_helper": { "purl": "pkg:oci/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-rhel8-operator\u0026tag=2.4-160" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le", "product": { "name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le", "product_id": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le", "product_identification_helper": { "purl": "pkg:oci/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-runner-rhel8\u0026tag=2.4-200" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x", "product": { "name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x", "product_id": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x", "product_identification_helper": { "purl": "pkg:oci/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-must-gather-rhel8\u0026tag=0.0.1-510" } } }, { "category": "product_version", "name": "ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x", "product": { "name": "ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x", "product_id": "ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x", "product_identification_helper": { "purl": "pkg:oci/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.4-2300" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x", "product": { "name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x", "product_id": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel8\u0026tag=3.0.1-112" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x", "product": { "name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x", "product_id": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel9\u0026tag=3.0.1-111" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x", "product": { "name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x", "product_id": "ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x", "product_identification_helper": { "purl": "pkg:oci/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8\u0026tag=2.4.250121-2" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x", "product": { "name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x", "product_id": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x", "product_identification_helper": { "purl": "pkg:oci/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8-operator\u0026tag=2.4-33" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x", "product": { "name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x", "product_id": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x", "product_identification_helper": { "purl": "pkg:oci/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel8\u0026tag=1.0.0-696" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x", "product": { "name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x", "product_id": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x", "product_identification_helper": { "purl": "pkg:oci/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel9\u0026tag=1.0.0-697" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x", "product": { "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x", "product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x", "product_identification_helper": { "purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel9\u0026tag=1.0.0-655" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x", "product": { "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x", "product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x", "product_identification_helper": { "purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel8\u0026tag=1.0.0-654" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x", "product": { "name": "ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x", "product_id": "ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x", "product_identification_helper": { "purl": "pkg:oci/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8\u0026tag=4.5.17-2" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x", "product": { "name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x", "product_id": "ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x", "product_identification_helper": { "purl": "pkg:oci/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8-operator\u0026tag=2.4-167" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x", "product": { "name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x", "product_id": "ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x", "product_identification_helper": { "purl": "pkg:oci/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8\u0026tag=1.0.7-31" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x", "product": { "name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x", "product_id": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x", "product_identification_helper": { "purl": "pkg:oci/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8-operator\u0026tag=2.4-167" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x", "product": { "name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x", "product_id": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x", "product_identification_helper": { "purl": "pkg:oci/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-ui-rhel8\u0026tag=1.0.7-30" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x", "product": { "name": "ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x", "product_id": "ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x", "product_identification_helper": { "purl": "pkg:oci/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8\u0026tag=4.9.2-35" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x", "product": { "name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x", "product_id": "ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x", "product_identification_helper": { "purl": "pkg:oci/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8-operator\u0026tag=2.4-166" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x", "product": { "name": "ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x", "product_id": "ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x", "product_identification_helper": { "purl": "pkg:oci/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-web-rhel8\u0026tag=4.9.2-33" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x", "product": { "name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x", "product_id": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x", "product_identification_helper": { "purl": "pkg:oci/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel9\u0026tag=1.0.7-56" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x", "product": { "name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x", "product_id": "ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x", "product_identification_helper": { "purl": "pkg:oci/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel8\u0026tag=1.0.7-55" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x", "product": { "name": "ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x", "product_id": "ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x", "product_identification_helper": { "purl": "pkg:oci/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel8\u0026tag=1.0.7-65" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x", "product": { "name": "ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x", "product_id": "ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x", "product_identification_helper": { "purl": "pkg:oci/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel9\u0026tag=1.0.7-64" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x", "product": { "name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x", "product_id": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel9\u0026tag=1.0.0-808" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x", "product": { "name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x", "product_id": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel8\u0026tag=1.0.0-809" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x", "product": { "name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x", "product_id": "ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x", "product_identification_helper": { "purl": "pkg:oci/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9\u0026tag=1.0.0-888" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x", "product": { "name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x", "product_id": "ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x", "product_identification_helper": { "purl": "pkg:oci/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8\u0026tag=1.0.0-887" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x", "product": { "name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x", "product_id": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x", "product_identification_helper": { "purl": "pkg:oci/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-rhel8-operator\u0026tag=2.4-160" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x", "product": { "name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x", "product_id": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x", "product_identification_helper": { "purl": "pkg:oci/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-runner-rhel8\u0026tag=2.4-200" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64", "product": { "name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64", "product_id": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64", "product_identification_helper": { "purl": "pkg:oci/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-must-gather-rhel8\u0026tag=0.0.1-510" } } }, { "category": "product_version", "name": "ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64", "product": { "name": "ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64", "product_id": "ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64", "product_identification_helper": { "purl": "pkg:oci/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.4-2300" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64", "product": { "name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64", "product_id": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel8\u0026tag=3.0.1-112" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64", "product": { "name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64", "product_id": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel9\u0026tag=3.0.1-111" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64", "product": { "name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64", "product_id": "ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64", "product_identification_helper": { "purl": "pkg:oci/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8\u0026tag=2.4.250121-2" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64", "product": { "name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64", "product_id": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64", "product_identification_helper": { "purl": "pkg:oci/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8-operator\u0026tag=2.4-33" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64", "product": { "name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64", "product_id": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64", "product_identification_helper": { "purl": "pkg:oci/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel8\u0026tag=1.0.0-696" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64", "product": { "name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64", "product_id": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64", "product_identification_helper": { "purl": "pkg:oci/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel9\u0026tag=1.0.0-697" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64", "product": { "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64", "product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64", "product_identification_helper": { "purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel9\u0026tag=1.0.0-655" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64", "product": { "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64", "product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64", "product_identification_helper": { "purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel8\u0026tag=1.0.0-654" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64", "product": { "name": "ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64", "product_id": "ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64", "product_identification_helper": { "purl": "pkg:oci/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8\u0026tag=4.5.17-2" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64", "product": { "name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64", "product_id": "ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64", "product_identification_helper": { "purl": "pkg:oci/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8-operator\u0026tag=2.4-167" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64", "product": { "name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64", "product_id": "ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64", "product_identification_helper": { "purl": "pkg:oci/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8\u0026tag=1.0.7-31" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64", "product": { "name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64", "product_id": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64", "product_identification_helper": { "purl": "pkg:oci/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8-operator\u0026tag=2.4-167" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64", "product": { "name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64", "product_id": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64", "product_identification_helper": { "purl": "pkg:oci/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-ui-rhel8\u0026tag=1.0.7-30" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64", "product": { "name": "ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64", "product_id": "ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64", "product_identification_helper": { "purl": "pkg:oci/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8\u0026tag=4.9.2-35" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64", "product": { "name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64", "product_id": "ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64", "product_identification_helper": { "purl": "pkg:oci/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8-operator\u0026tag=2.4-166" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64", "product": { "name": "ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64", "product_id": "ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64", "product_identification_helper": { "purl": "pkg:oci/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-web-rhel8\u0026tag=4.9.2-33" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64", "product": { "name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64", "product_id": "ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64", "product_identification_helper": { "purl": "pkg:oci/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel9\u0026tag=1.0.7-56" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64", "product": { "name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64", "product_id": "ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64", "product_identification_helper": { "purl": "pkg:oci/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel8\u0026tag=1.0.7-55" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64", "product": { "name": "ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64", "product_id": "ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64", "product_identification_helper": { "purl": "pkg:oci/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel8\u0026tag=1.0.7-65" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64", "product": { "name": "ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64", "product_id": "ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64", "product_identification_helper": { "purl": "pkg:oci/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel9\u0026tag=1.0.7-64" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64", "product": { "name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64", "product_id": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64", "product_identification_helper": { "purl": "pkg:oci/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-containerized-installer-rhel8\u0026tag=1.3.3-45" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64", "product": { "name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64", "product_id": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel9\u0026tag=1.0.0-808" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64", "product": { "name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64", "product_id": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel8\u0026tag=1.0.0-809" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64", "product": { "name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64", "product_id": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64", "product_identification_helper": { "purl": "pkg:oci/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9\u0026tag=1.0.0-888" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64", "product": { "name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64", "product_id": "ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64", "product_identification_helper": { "purl": "pkg:oci/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8\u0026tag=1.0.0-887" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64", "product": { "name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64", "product_id": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64", "product_identification_helper": { "purl": "pkg:oci/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-rhel8-operator\u0026tag=2.4-160" } } }, { "category": "product_version", "name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64", "product": { "name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64", "product_id": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64", "product_identification_helper": { "purl": "pkg:oci/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-runner-rhel8\u0026tag=2.4-200" } } } ], "category": "architecture", "name": "arm64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64" }, "product_reference": "ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64" }, "product_reference": "ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64" }, "product_reference": "ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64" }, "product_reference": "ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64" }, "product_reference": "ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le" }, "product_reference": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x" }, "product_reference": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64" }, "product_reference": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64" }, "product_reference": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64" }, "product_reference": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le" }, "product_reference": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x" }, "product_reference": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64" }, "product_reference": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x" }, "product_reference": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64" }, "product_reference": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le" }, "product_reference": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64" }, "product_reference": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64" }, "product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x" }, "product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64" }, "product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le" }, "product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le" }, "product_reference": "ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x" }, "product_reference": "ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64" }, "product_reference": "ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64" }, "product_reference": "ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le" }, "product_reference": "ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x" }, "product_reference": "ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64" }, "product_reference": "ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64" }, "product_reference": "ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64" }, "product_reference": "ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le" }, "product_reference": "ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x" }, "product_reference": "ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64" }, "product_reference": "ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64" }, "product_reference": "ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le" }, "product_reference": "ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x" }, "product_reference": "ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64" }, "product_reference": "ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64" }, "product_reference": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x" }, "product_reference": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64" }, "product_reference": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le" }, "product_reference": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x" }, "product_reference": "ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64" }, "product_reference": "ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le" }, "product_reference": "ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64" }, "product_reference": "ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x" }, "product_reference": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le" }, "product_reference": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64" }, "product_reference": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64" }, "product_reference": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64" }, "product_reference": "ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64" }, "product_reference": "ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64" }, "product_reference": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64" }, "product_reference": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x" }, "product_reference": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le" }, "product_reference": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x" }, "product_reference": "ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le" }, "product_reference": "ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64" }, "product_reference": "ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64" }, "product_reference": "ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64" }, "product_reference": "ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64" }, "product_reference": "ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le" }, "product_reference": "ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x" }, "product_reference": "ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64" }, "product_reference": "ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64" }, "product_reference": "ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x" }, "product_reference": "ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le" }, "product_reference": "ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64" }, "product_reference": "ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x" }, "product_reference": "ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le" }, "product_reference": "ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64" }, "product_reference": "ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64" }, "product_reference": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x" }, "product_reference": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64" }, "product_reference": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le" }, "product_reference": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le" }, "product_reference": "ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64" }, "product_reference": "ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x" }, "product_reference": "ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64" }, "product_reference": "ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64" }, "product_reference": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64" }, "product_reference": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x" }, "product_reference": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le" }, "product_reference": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64" }, "product_reference": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le" }, "product_reference": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x" }, "product_reference": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64" }, "product_reference": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64" }, "product_reference": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64" }, "product_reference": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64" }, "product_reference": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64" }, "product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le" }, "product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x" }, "product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64" }, "product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x" }, "product_reference": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le" }, "product_reference": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64" }, "product_reference": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64" }, "product_reference": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le" }, "product_reference": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x" }, "product_reference": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64" }, "product_reference": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64" }, "product_reference": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x" }, "product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le" }, "product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64" }, "product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64" }, "product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64" }, "product_reference": "ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le" }, "product_reference": "ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64" }, "product_reference": "ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x" }, "product_reference": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le" }, "product_reference": "ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64" }, "product_reference": "ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x" }, "product_reference": "ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64" }, "product_reference": "ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64" }, "product_reference": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le" }, "product_reference": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64" }, "product_reference": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x" }, "product_reference": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le" }, "product_reference": "ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x" }, "product_reference": "ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64" }, "product_reference": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64" }, "product_reference": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-11407", "cwe": { "id": "CWE-682", "name": "Incorrect Calculation" }, "discovery_date": "2024-11-26T18:00:51.080669+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2329003" } ], "notes": [ { "category": "description", "text": "A flaw was found in gRPC. In certain configurations, the data sent by the application may be corrupted before transmission over the network, leaving the recipient with an incorrect set of bytes, which will cause RPC requests to fail. This issue may lead to a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "grpc: Denial of Service through Data corruption in gRPC-C++", "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:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-11407" }, { "category": "external", "summary": "RHBZ#2329003", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329003" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-11407", "url": "https://www.cve.org/CVERecord?id=CVE-2024-11407" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-11407", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11407" }, { "category": "external", "summary": "https://github.com/grpc/grpc/commit/e9046b2bbebc0cb7f5dc42008f807f6c7e98e791", "url": "https://github.com/grpc/grpc/commit/e9046b2bbebc0cb7f5dc42008f807f6c7e98e791" } ], "release_date": "2024-11-26T16:59:49.718000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-27T22:39:15+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0722" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "grpc: Denial of Service through Data corruption in gRPC-C++" }, { "cve": "CVE-2024-52304", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2024-11-18T21:01:46.925641+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2327130" } ], "notes": [ { "category": "description", "text": "A flaw was found in the aiohttp package. The Python parser parses newlines in chunk extensions incorrectly, which can lead to request smuggling vulnerabilities under certain conditions. If a pure Python version of aiohttp is installed, for example, without the usual C extensions, or `AIOHTTP_NO_EXTENSIONS` is enabled, an attacker may be able to execute a request smuggling attack to bypass certain firewalls or proxy protections.", "title": "Vulnerability description" }, { "category": "summary", "text": "aiohttp: aiohttp vulnerable to request smuggling due to incorrect parsing of chunk extensions", "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:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-52304" }, { "category": "external", "summary": "RHBZ#2327130", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2327130" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-52304", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52304" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-52304", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52304" }, { "category": "external", "summary": "https://github.com/aio-libs/aiohttp/commit/259edc369075de63e6f3a4eaade058c62af0df71", "url": "https://github.com/aio-libs/aiohttp/commit/259edc369075de63e6f3a4eaade058c62af0df71" }, { "category": "external", "summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-8495-4g3g-x7pr", "url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-8495-4g3g-x7pr" } ], "release_date": "2024-11-18T20:12:48.612000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-27T22:39:15+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0722" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "aiohttp: aiohttp vulnerable to request smuggling due to incorrect parsing of chunk extensions" }, { "cve": "CVE-2024-56201", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2024-12-23T16:00:38.768252+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333854" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through malicious filenames", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.", "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:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56201" }, { "category": "external", "summary": "RHBZ#2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56201" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f", "url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f" }, { "category": "external", "summary": "https://github.com/pallets/jinja/issues/1792", "url": "https://github.com/pallets/jinja/issues/1792" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699" } ], "release_date": "2024-12-23T15:37:36.110000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-27T22:39:15+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0722" }, { "category": "workaround", "details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jinja2: Jinja has a sandbox breakout through malicious filenames" }, { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "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:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-27T22:39:15+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0722" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" }, { "cve": "CVE-2024-56374", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-01-14T20:01:09.167282+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2337996" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Django framework. Lack of upper bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial of service attack. The undocumented and private functions `clean_ipv6_address` and `is_valid_ipv6_address` were vulnerable, as was the `django.forms.GenericIPAddressField` form field, which has now been updated to define a `max_length` of 39 characters.", "title": "Vulnerability description" }, { "category": "summary", "text": "django: potential denial-of-service vulnerability in IPv6 validation", "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:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56374" }, { "category": "external", "summary": "RHBZ#2337996", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337996" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56374", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56374" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56374", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56374" }, { "category": "external", "summary": "http://www.openwall.com/lists/oss-security/2025/01/14/2", "url": "http://www.openwall.com/lists/oss-security/2025/01/14/2" }, { "category": "external", "summary": "https://docs.djangoproject.com/en/dev/releases/security/", "url": "https://docs.djangoproject.com/en/dev/releases/security/" }, { "category": "external", "summary": "https://groups.google.com/g/django-announce", "url": "https://groups.google.com/g/django-announce" }, { "category": "external", "summary": "https://www.djangoproject.com/weblog/2025/jan/14/security-releases/", "url": "https://www.djangoproject.com/weblog/2025/jan/14/security-releases/" } ], "release_date": "2025-01-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-27T22:39:15+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0722" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64", "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "django: potential denial-of-service vulnerability in IPv6 validation" } ] }
rhsa-2025:0341
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update is now available for Red Hat Ansible Automation Platform 2.5", "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* ansible-lightspeed-container: Jinja has a sandbox breakout through malicious filenames (CVE-2024-56201)\n* ansible-lightspeed-container: Jinja has a sandbox breakout through indirect reference to format method (CVE-2024-56326)\n* ansible-lightspeed-container: aiohttp vulnerable to request smuggling due to incorrect parsing of chunk extensions (CVE-2024-52304)\n* ansible-lightspeed-container: Denial of Service through Data corruption in gRPC-C++ (CVE-2024-11407)\n\nUpdate(s) and fix(es):\n* The ansible.controller collection has been updated to 4.6.6 (AAP-38443)\n* Database replicas can now be configured for the operator-managed AAP centralized PostgreSQL database (AAP-38145)\n* Apply EDA API resource requirements for cpu and memory to the nginx container that serves up the browsable API for EDA. Allow overriding memory requests and limits to satisfy ResourceQuotas in quota constrained environments (AAP-38140)", "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-2025:0341", "url": "https://access.redhat.com/errata/RHSA-2025:0341" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2327130", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2327130" }, { "category": "external", "summary": "2329003", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329003" }, { "category": "external", "summary": "2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0341.json" } ], "title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.5 Container Release Update", "tracking": { "current_release_date": "2025-02-13T21:30:31+00:00", "generator": { "date": "2025-02-13T21:30:31+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0341", "initial_release_date": "2025-01-15T19:34:31+00:00", "revision_history": [ { "date": "2025-01-15T19:34:31+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-15T19:34:31+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:30:31+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.5 for RHEL 8", "product": { "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform_cloud_billing:2.5::el8" } } }, { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product": { "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform:2.5::el8" } } }, { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product": { "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform:2.5::el9" } } } ], "category": "product_family", "name": "Red Hat Ansible Automation Platform" }, { "branches": [ { "category": "product_version", "name": "ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:76dda3813db9e4b3c9b6231a4671b4ea83bcdfc12aca0203642f16078a7a7308_amd64", "product": { "name": "ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:76dda3813db9e4b3c9b6231a4671b4ea83bcdfc12aca0203642f16078a7a7308_amd64", "product_id": "ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:76dda3813db9e4b3c9b6231a4671b4ea83bcdfc12aca0203642f16078a7a7308_amd64", "product_identification_helper": { "purl": "pkg:oci/aap-cloud-billing-rhel8@sha256:76dda3813db9e4b3c9b6231a4671b4ea83bcdfc12aca0203642f16078a7a7308?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/aap-cloud-billing-rhel8\u0026tag=0.3.0-55" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:dc8d5006c2f1180af77467811543fcfe07e26a4c88c6707b206692ba88994f3d_amd64", "product": { "name": "ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:dc8d5006c2f1180af77467811543fcfe07e26a4c88c6707b206692ba88994f3d_amd64", "product_id": "ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:dc8d5006c2f1180af77467811543fcfe07e26a4c88c6707b206692ba88994f3d_amd64", "product_identification_helper": { "purl": "pkg:oci/aap-cloud-billing-rhel8-operator@sha256:dc8d5006c2f1180af77467811543fcfe07e26a4c88c6707b206692ba88994f3d?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/aap-cloud-billing-rhel8-operator\u0026tag=1.0.4-54" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:2b3f660afb09d885008805164913031724a2e6ef44c23bcfcda0872547796020_amd64", "product": { "name": "ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:2b3f660afb09d885008805164913031724a2e6ef44c23bcfcda0872547796020_amd64", "product_id": "ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:2b3f660afb09d885008805164913031724a2e6ef44c23bcfcda0872547796020_amd64", "product_identification_helper": { "purl": "pkg:oci/aap-cloud-metrics-collector-rhel8@sha256:2b3f660afb09d885008805164913031724a2e6ef44c23bcfcda0872547796020?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8\u0026tag=1.0.2-140" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:9108919ceaf1b2a74eb09d34d21c79d87a5c2913cb7c0bc14d4a91d7ac4eab2a_amd64", "product": { "name": "ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:9108919ceaf1b2a74eb09d34d21c79d87a5c2913cb7c0bc14d4a91d7ac4eab2a_amd64", "product_id": "ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:9108919ceaf1b2a74eb09d34d21c79d87a5c2913cb7c0bc14d4a91d7ac4eab2a_amd64", "product_identification_helper": { "purl": "pkg:oci/aap-cloud-ui-rhel8@sha256:9108919ceaf1b2a74eb09d34d21c79d87a5c2913cb7c0bc14d4a91d7ac4eab2a?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/aap-cloud-ui-rhel8\u0026tag=1.0.5-101" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:f73293bbc83a989de958a093f9d27a390fcd5fd889b6991b29246e946ff5f173_amd64", "product": { "name": "ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:f73293bbc83a989de958a093f9d27a390fcd5fd889b6991b29246e946ff5f173_amd64", "product_id": "ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:f73293bbc83a989de958a093f9d27a390fcd5fd889b6991b29246e946ff5f173_amd64", "product_identification_helper": { "purl": "pkg:oci/aap-cloud-ui-rhel8-operator@sha256:f73293bbc83a989de958a093f9d27a390fcd5fd889b6991b29246e946ff5f173?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/aap-cloud-ui-rhel8-operator\u0026tag=1.0.4-136" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:faefa5edfe878a594f3710220561659721f315ddcbc213f6abe58b2846194959_amd64", "product": { "name": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:faefa5edfe878a594f3710220561659721f315ddcbc213f6abe58b2846194959_amd64", "product_id": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:faefa5edfe878a594f3710220561659721f315ddcbc213f6abe58b2846194959_amd64", "product_identification_helper": { "purl": "pkg:oci/aap-must-gather-rhel8@sha256:faefa5edfe878a594f3710220561659721f315ddcbc213f6abe58b2846194959?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8\u0026tag=0.0.1-508" } } }, { "category": "product_version", "name": "ansible-automation-platform/platform-operator-bundle@sha256:3e083f1324e09514f902af7797178ee67ce48e6407513558c0794db10f822a79_amd64", "product": { "name": "ansible-automation-platform/platform-operator-bundle@sha256:3e083f1324e09514f902af7797178ee67ce48e6407513558c0794db10f822a79_amd64", "product_id": "ansible-automation-platform/platform-operator-bundle@sha256:3e083f1324e09514f902af7797178ee67ce48e6407513558c0794db10f822a79_amd64", "product_identification_helper": { "purl": "pkg:oci/platform-operator-bundle@sha256:3e083f1324e09514f902af7797178ee67ce48e6407513558c0794db10f822a79?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.5-1050" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:725d3556e9bd2e91acf345a93ad9f0216ebabfd537a416c4934841d3747a86fe_amd64", "product": { "name": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:725d3556e9bd2e91acf345a93ad9f0216ebabfd537a416c4934841d3747a86fe_amd64", "product_id": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:725d3556e9bd2e91acf345a93ad9f0216ebabfd537a416c4934841d3747a86fe_amd64", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel8@sha256:725d3556e9bd2e91acf345a93ad9f0216ebabfd537a416c4934841d3747a86fe?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8\u0026tag=3.1.0-199" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a13814b5e4cf882e42704ab9c8e77fcc2540b43507e646973a14ccb29a724a5_amd64", "product": { "name": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a13814b5e4cf882e42704ab9c8e77fcc2540b43507e646973a14ccb29a724a5_amd64", "product_id": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a13814b5e4cf882e42704ab9c8e77fcc2540b43507e646973a14ccb29a724a5_amd64", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel9@sha256:8a13814b5e4cf882e42704ab9c8e77fcc2540b43507e646973a14ccb29a724a5?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel9\u0026tag=3.1.0-200" } } }, { "category": "product_version", "name": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:fe530baf73ca2c557efa2d019c9cafb306354ffe468932f12768afa87538ff92_amd64", "product": { "name": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:fe530baf73ca2c557efa2d019c9cafb306354ffe468932f12768afa87538ff92_amd64", "product_id": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:fe530baf73ca2c557efa2d019c9cafb306354ffe468932f12768afa87538ff92_amd64", "product_identification_helper": { "purl": "pkg:oci/cloud-addons-operator-bundle@sha256:fe530baf73ca2c557efa2d019c9cafb306354ffe468932f12768afa87538ff92?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/cloud-addons-operator-bundle\u0026tag=2.5-520" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:e3e2b8ea61494b68c9681e2e086ed754c8820b5136c6a0e03a2c33cd286c63ae_amd64", "product": { "name": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:e3e2b8ea61494b68c9681e2e086ed754c8820b5136c6a0e03a2c33cd286c63ae_amd64", "product_id": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:e3e2b8ea61494b68c9681e2e086ed754c8820b5136c6a0e03a2c33cd286c63ae_amd64", "product_identification_helper": { "purl": "pkg:oci/ansible-dev-tools-rhel8@sha256:e3e2b8ea61494b68c9681e2e086ed754c8820b5136c6a0e03a2c33cd286c63ae?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8\u0026tag=24.9.0-29" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/lightspeed-rhel8@sha256:633d7e710c98fdc43fb966caa0a8a5e70ffcc5143397ade3b3a8516e49d40ee5_amd64", "product": { "name": "ansible-automation-platform-25/lightspeed-rhel8@sha256:633d7e710c98fdc43fb966caa0a8a5e70ffcc5143397ade3b3a8516e49d40ee5_amd64", "product_id": "ansible-automation-platform-25/lightspeed-rhel8@sha256:633d7e710c98fdc43fb966caa0a8a5e70ffcc5143397ade3b3a8516e49d40ee5_amd64", "product_identification_helper": { "purl": "pkg:oci/lightspeed-rhel8@sha256:633d7e710c98fdc43fb966caa0a8a5e70ffcc5143397ade3b3a8516e49d40ee5?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8\u0026tag=2.5.250107-1" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:a6a1d878f5076b01ae2e31d1ac3913b69bd1f73e3f85c766c16ab23b08375ce3_amd64", "product": { "name": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:a6a1d878f5076b01ae2e31d1ac3913b69bd1f73e3f85c766c16ab23b08375ce3_amd64", "product_id": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:a6a1d878f5076b01ae2e31d1ac3913b69bd1f73e3f85c766c16ab23b08375ce3_amd64", "product_identification_helper": { "purl": "pkg:oci/lightspeed-rhel8-operator@sha256:a6a1d878f5076b01ae2e31d1ac3913b69bd1f73e3f85c766c16ab23b08375ce3?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator\u0026tag=2.5-106" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:a3cbfbe7fea909868346bbeefb5c14bfce77858c17aa6e36df0b34d5d24de794_amd64", "product": { "name": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:a3cbfbe7fea909868346bbeefb5c14bfce77858c17aa6e36df0b34d5d24de794_amd64", "product_id": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:a3cbfbe7fea909868346bbeefb5c14bfce77858c17aa6e36df0b34d5d24de794_amd64", "product_identification_helper": { "purl": "pkg:oci/ansible-python-base-rhel8@sha256:a3cbfbe7fea909868346bbeefb5c14bfce77858c17aa6e36df0b34d5d24de794?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8\u0026tag=1.0.0-690" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:d4c682a8e365311e0cfe86015ecc7b0963dae69d1a2ed7cdaf2b6a9cc36419ae_amd64", "product": { "name": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:d4c682a8e365311e0cfe86015ecc7b0963dae69d1a2ed7cdaf2b6a9cc36419ae_amd64", "product_id": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:d4c682a8e365311e0cfe86015ecc7b0963dae69d1a2ed7cdaf2b6a9cc36419ae_amd64", "product_identification_helper": { "purl": "pkg:oci/ansible-python-base-rhel9@sha256:d4c682a8e365311e0cfe86015ecc7b0963dae69d1a2ed7cdaf2b6a9cc36419ae?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel9\u0026tag=1.0.0-691" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:ac6f2c6d3cf93b6f4a429f33756452ae6cd986ac8441fb185589d5572bf6536c_amd64", "product": { "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:ac6f2c6d3cf93b6f4a429f33756452ae6cd986ac8441fb185589d5572bf6536c_amd64", "product_id": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:ac6f2c6d3cf93b6f4a429f33756452ae6cd986ac8441fb185589d5572bf6536c_amd64", "product_identification_helper": { "purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:ac6f2c6d3cf93b6f4a429f33756452ae6cd986ac8441fb185589d5572bf6536c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel9\u0026tag=1.0.0-648" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:ade07a2b5cda4c38ca83691e5ae1f03e9a575deb8384f69c3533c10c6c99ce6d_amd64", "product": { "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:ade07a2b5cda4c38ca83691e5ae1f03e9a575deb8384f69c3533c10c6c99ce6d_amd64", "product_id": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:ade07a2b5cda4c38ca83691e5ae1f03e9a575deb8384f69c3533c10c6c99ce6d_amd64", "product_identification_helper": { "purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:ade07a2b5cda4c38ca83691e5ae1f03e9a575deb8384f69c3533c10c6c99ce6d?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8\u0026tag=1.0.0-649" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/controller-rhel8@sha256:0c7bbf37a7f88dea9029a30ecd5cd9968b9432209e0c80d4c84950269a6f5c35_amd64", "product": { "name": "ansible-automation-platform-25/controller-rhel8@sha256:0c7bbf37a7f88dea9029a30ecd5cd9968b9432209e0c80d4c84950269a6f5c35_amd64", "product_id": "ansible-automation-platform-25/controller-rhel8@sha256:0c7bbf37a7f88dea9029a30ecd5cd9968b9432209e0c80d4c84950269a6f5c35_amd64", "product_identification_helper": { "purl": "pkg:oci/controller-rhel8@sha256:0c7bbf37a7f88dea9029a30ecd5cd9968b9432209e0c80d4c84950269a6f5c35?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/controller-rhel8\u0026tag=4.6.6-1" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/controller-rhel8-operator@sha256:5c297d87438eae45b1606ae454262346978fcfe0e13a3dd6cb5feb162942b3f0_amd64", "product": { "name": "ansible-automation-platform-25/controller-rhel8-operator@sha256:5c297d87438eae45b1606ae454262346978fcfe0e13a3dd6cb5feb162942b3f0_amd64", "product_id": "ansible-automation-platform-25/controller-rhel8-operator@sha256:5c297d87438eae45b1606ae454262346978fcfe0e13a3dd6cb5feb162942b3f0_amd64", "product_identification_helper": { "purl": "pkg:oci/controller-rhel8-operator@sha256:5c297d87438eae45b1606ae454262346978fcfe0e13a3dd6cb5feb162942b3f0?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator\u0026tag=2.5-146" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/eda-controller-rhel8@sha256:6cbb31d4d0207565325a7849e22dd68b1418d537e84cf3a0a11b02855856e002_amd64", "product": { "name": "ansible-automation-platform-25/eda-controller-rhel8@sha256:6cbb31d4d0207565325a7849e22dd68b1418d537e84cf3a0a11b02855856e002_amd64", "product_id": "ansible-automation-platform-25/eda-controller-rhel8@sha256:6cbb31d4d0207565325a7849e22dd68b1418d537e84cf3a0a11b02855856e002_amd64", "product_identification_helper": { "purl": "pkg:oci/eda-controller-rhel8@sha256:6cbb31d4d0207565325a7849e22dd68b1418d537e84cf3a0a11b02855856e002?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8\u0026tag=1.1.3-12" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:4a9e8d4c7fbc70aa11af1377a31385d0656c6ec1df10ee36570266dc7f675555_amd64", "product": { "name": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:4a9e8d4c7fbc70aa11af1377a31385d0656c6ec1df10ee36570266dc7f675555_amd64", "product_id": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:4a9e8d4c7fbc70aa11af1377a31385d0656c6ec1df10ee36570266dc7f675555_amd64", "product_identification_helper": { "purl": "pkg:oci/eda-controller-rhel8-operator@sha256:4a9e8d4c7fbc70aa11af1377a31385d0656c6ec1df10ee36570266dc7f675555?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator\u0026tag=2.5-145" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5e3a3e2834e36f3d53a363391ccd90c3cd576e7c271c0ab27507ac71f2fb554b_amd64", "product": { "name": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5e3a3e2834e36f3d53a363391ccd90c3cd576e7c271c0ab27507ac71f2fb554b_amd64", "product_id": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5e3a3e2834e36f3d53a363391ccd90c3cd576e7c271c0ab27507ac71f2fb554b_amd64", "product_identification_helper": { "purl": "pkg:oci/eda-controller-ui-rhel8@sha256:5e3a3e2834e36f3d53a363391ccd90c3cd576e7c271c0ab27507ac71f2fb554b?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8\u0026tag=1.1.3-3" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/gateway-rhel8@sha256:73f4c72f0889d0c4d40117ee3afeb23f79236800d0b89fd53bcb6f6e916f06fe_amd64", "product": { "name": "ansible-automation-platform-25/gateway-rhel8@sha256:73f4c72f0889d0c4d40117ee3afeb23f79236800d0b89fd53bcb6f6e916f06fe_amd64", "product_id": "ansible-automation-platform-25/gateway-rhel8@sha256:73f4c72f0889d0c4d40117ee3afeb23f79236800d0b89fd53bcb6f6e916f06fe_amd64", "product_identification_helper": { "purl": "pkg:oci/gateway-rhel8@sha256:73f4c72f0889d0c4d40117ee3afeb23f79236800d0b89fd53bcb6f6e916f06fe?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/gateway-rhel8\u0026tag=2.5.20250115-1" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:a1ead217d3cdb924cbbc613cd652d377cf665500e914e668ce407bad5881d40f_amd64", "product": { "name": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:a1ead217d3cdb924cbbc613cd652d377cf665500e914e668ce407bad5881d40f_amd64", "product_id": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:a1ead217d3cdb924cbbc613cd652d377cf665500e914e668ce407bad5881d40f_amd64", "product_identification_helper": { "purl": "pkg:oci/gateway-rhel8-operator@sha256:a1ead217d3cdb924cbbc613cd652d377cf665500e914e668ce407bad5881d40f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator\u0026tag=2.5-187" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4b004cccc00be3a37e21fa8c488d1e4ca96f047c697a5e968470efa57f0c97c8_amd64", "product": { "name": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4b004cccc00be3a37e21fa8c488d1e4ca96f047c697a5e968470efa57f0c97c8_amd64", "product_id": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4b004cccc00be3a37e21fa8c488d1e4ca96f047c697a5e968470efa57f0c97c8_amd64", "product_identification_helper": { "purl": "pkg:oci/gateway-proxy-rhel8@sha256:4b004cccc00be3a37e21fa8c488d1e4ca96f047c697a5e968470efa57f0c97c8?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8\u0026tag=2.5.0-37" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/hub-rhel8@sha256:7716ebfe4582bb56f82c18b04d8a9ad5812956a97bd4fc881df0e1200e06c19c_amd64", "product": { "name": "ansible-automation-platform-25/hub-rhel8@sha256:7716ebfe4582bb56f82c18b04d8a9ad5812956a97bd4fc881df0e1200e06c19c_amd64", "product_id": "ansible-automation-platform-25/hub-rhel8@sha256:7716ebfe4582bb56f82c18b04d8a9ad5812956a97bd4fc881df0e1200e06c19c_amd64", "product_identification_helper": { "purl": "pkg:oci/hub-rhel8@sha256:7716ebfe4582bb56f82c18b04d8a9ad5812956a97bd4fc881df0e1200e06c19c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/hub-rhel8\u0026tag=4.10.1-19" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/hub-rhel8-operator@sha256:b080d5be81f801fa7de3fbb212009ffb21ac8f8fdf8ac1cea3a09d9bfd6600e2_amd64", "product": { "name": "ansible-automation-platform-25/hub-rhel8-operator@sha256:b080d5be81f801fa7de3fbb212009ffb21ac8f8fdf8ac1cea3a09d9bfd6600e2_amd64", "product_id": "ansible-automation-platform-25/hub-rhel8-operator@sha256:b080d5be81f801fa7de3fbb212009ffb21ac8f8fdf8ac1cea3a09d9bfd6600e2_amd64", "product_identification_helper": { "purl": "pkg:oci/hub-rhel8-operator@sha256:b080d5be81f801fa7de3fbb212009ffb21ac8f8fdf8ac1cea3a09d9bfd6600e2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator\u0026tag=2.5-147" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/hub-web-rhel8@sha256:184d735d321bb6b276dc6a266d132e4de79186bfc1d57939a8e3491c3aeead00_amd64", "product": { "name": "ansible-automation-platform-25/hub-web-rhel8@sha256:184d735d321bb6b276dc6a266d132e4de79186bfc1d57939a8e3491c3aeead00_amd64", "product_id": "ansible-automation-platform-25/hub-web-rhel8@sha256:184d735d321bb6b276dc6a266d132e4de79186bfc1d57939a8e3491c3aeead00_amd64", "product_identification_helper": { "purl": "pkg:oci/hub-web-rhel8@sha256:184d735d321bb6b276dc6a266d132e4de79186bfc1d57939a8e3491c3aeead00?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8\u0026tag=4.10.1-16" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/de-minimal-rhel8@sha256:18b58e802611f2e3704e6b4def22eb5c98a9a74847a72a20ca53260b793eefaf_amd64", "product": { "name": "ansible-automation-platform-25/de-minimal-rhel8@sha256:18b58e802611f2e3704e6b4def22eb5c98a9a74847a72a20ca53260b793eefaf_amd64", "product_id": "ansible-automation-platform-25/de-minimal-rhel8@sha256:18b58e802611f2e3704e6b4def22eb5c98a9a74847a72a20ca53260b793eefaf_amd64", "product_identification_helper": { "purl": "pkg:oci/de-minimal-rhel8@sha256:18b58e802611f2e3704e6b4def22eb5c98a9a74847a72a20ca53260b793eefaf?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8\u0026tag=1.1.2-9" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/de-minimal-rhel9@sha256:a2898d66b6d5ccab036aa7eeb0a5cf88ea0c3dc4eb5af4613ec26f76bcdd9d3b_amd64", "product": { "name": "ansible-automation-platform-25/de-minimal-rhel9@sha256:a2898d66b6d5ccab036aa7eeb0a5cf88ea0c3dc4eb5af4613ec26f76bcdd9d3b_amd64", "product_id": "ansible-automation-platform-25/de-minimal-rhel9@sha256:a2898d66b6d5ccab036aa7eeb0a5cf88ea0c3dc4eb5af4613ec26f76bcdd9d3b_amd64", "product_identification_helper": { "purl": "pkg:oci/de-minimal-rhel9@sha256:a2898d66b6d5ccab036aa7eeb0a5cf88ea0c3dc4eb5af4613ec26f76bcdd9d3b?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel9\u0026tag=1.1.2-10" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/de-supported-rhel8@sha256:0742e8cb70ca94663b57f9238a8901e1a549af21d77329f4902a569e3df67867_amd64", "product": { "name": "ansible-automation-platform-25/de-supported-rhel8@sha256:0742e8cb70ca94663b57f9238a8901e1a549af21d77329f4902a569e3df67867_amd64", "product_id": "ansible-automation-platform-25/de-supported-rhel8@sha256:0742e8cb70ca94663b57f9238a8901e1a549af21d77329f4902a569e3df67867_amd64", "product_identification_helper": { "purl": "pkg:oci/de-supported-rhel8@sha256:0742e8cb70ca94663b57f9238a8901e1a549af21d77329f4902a569e3df67867?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8\u0026tag=1.1.2-14" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/de-supported-rhel9@sha256:ec195b702c1e317e4bd2d29f480af0656fedf89d6fbecd50496b31107bf55d78_amd64", "product": { "name": "ansible-automation-platform-25/de-supported-rhel9@sha256:ec195b702c1e317e4bd2d29f480af0656fedf89d6fbecd50496b31107bf55d78_amd64", "product_id": "ansible-automation-platform-25/de-supported-rhel9@sha256:ec195b702c1e317e4bd2d29f480af0656fedf89d6fbecd50496b31107bf55d78_amd64", "product_identification_helper": { "purl": "pkg:oci/de-supported-rhel9@sha256:ec195b702c1e317e4bd2d29f480af0656fedf89d6fbecd50496b31107bf55d78?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-supported-rhel9\u0026tag=1.1.2-15" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:7c7741c352ac1e1d3e55d99c22c14d72f8bb03262a7171dd011ed4b8efa222d7_amd64", "product": { "name": "ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:7c7741c352ac1e1d3e55d99c22c14d72f8bb03262a7171dd011ed4b8efa222d7_amd64", "product_id": "ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:7c7741c352ac1e1d3e55d99c22c14d72f8bb03262a7171dd011ed4b8efa222d7_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-cloud-services-rhel9@sha256:7c7741c352ac1e1d3e55d99c22c14d72f8bb03262a7171dd011ed4b8efa222d7?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-cloud-services-rhel9\u0026tag=1.0.0-292" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:4b6c13ebf35c61905e68df4521fdf2702f07150366686da88549a0e4ee2b2e51_amd64", "product": { "name": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:4b6c13ebf35c61905e68df4521fdf2702f07150366686da88549a0e4ee2b2e51_amd64", "product_id": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:4b6c13ebf35c61905e68df4521fdf2702f07150366686da88549a0e4ee2b2e51_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:4b6c13ebf35c61905e68df4521fdf2702f07150366686da88549a0e4ee2b2e51?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel9\u0026tag=1.0.0-800" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:68ac790f665d325fae33a08fc89e6c2eb469d2892a0b0fe72aa6f6433dc5efbd_amd64", "product": { "name": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:68ac790f665d325fae33a08fc89e6c2eb469d2892a0b0fe72aa6f6433dc5efbd_amd64", "product_id": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:68ac790f665d325fae33a08fc89e6c2eb469d2892a0b0fe72aa6f6433dc5efbd_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:68ac790f665d325fae33a08fc89e6c2eb469d2892a0b0fe72aa6f6433dc5efbd?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8\u0026tag=1.0.0-799" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ee-supported-rhel8@sha256:a457746feb99cf75d1d8046ee5e90bcc46c37717dce22efe6511bdfc9a14a708_amd64", "product": { "name": "ansible-automation-platform-25/ee-supported-rhel8@sha256:a457746feb99cf75d1d8046ee5e90bcc46c37717dce22efe6511bdfc9a14a708_amd64", "product_id": "ansible-automation-platform-25/ee-supported-rhel8@sha256:a457746feb99cf75d1d8046ee5e90bcc46c37717dce22efe6511bdfc9a14a708_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-supported-rhel8@sha256:a457746feb99cf75d1d8046ee5e90bcc46c37717dce22efe6511bdfc9a14a708?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8\u0026tag=1.0.0-874" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ee-supported-rhel9@sha256:73f03ce96fb9d9943dc46f76fb2c67edcb6030a0c622aef913d22c39e2ea9f8b_amd64", "product": { "name": "ansible-automation-platform-25/ee-supported-rhel9@sha256:73f03ce96fb9d9943dc46f76fb2c67edcb6030a0c622aef913d22c39e2ea9f8b_amd64", "product_id": "ansible-automation-platform-25/ee-supported-rhel9@sha256:73f03ce96fb9d9943dc46f76fb2c67edcb6030a0c622aef913d22c39e2ea9f8b_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-supported-rhel9@sha256:73f03ce96fb9d9943dc46f76fb2c67edcb6030a0c622aef913d22c39e2ea9f8b?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel9\u0026tag=1.0.0-875" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:883b9d2b9700814213a4759e0dc36f24f29340ec22874884939cb81bf51eb79e_amd64", "product": { "name": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:883b9d2b9700814213a4759e0dc36f24f29340ec22874884939cb81bf51eb79e_amd64", "product_id": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:883b9d2b9700814213a4759e0dc36f24f29340ec22874884939cb81bf51eb79e_amd64", "product_identification_helper": { "purl": "pkg:oci/platform-resource-rhel8-operator@sha256:883b9d2b9700814213a4759e0dc36f24f29340ec22874884939cb81bf51eb79e?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator\u0026tag=2.5-99" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ffe4566eba239897e534fa9fbc91e2e849742c260563b93a47f81e2bdfa982da_amd64", "product": { "name": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ffe4566eba239897e534fa9fbc91e2e849742c260563b93a47f81e2bdfa982da_amd64", "product_id": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ffe4566eba239897e534fa9fbc91e2e849742c260563b93a47f81e2bdfa982da_amd64", "product_identification_helper": { "purl": "pkg:oci/platform-resource-runner-rhel8@sha256:ffe4566eba239897e534fa9fbc91e2e849742c260563b93a47f81e2bdfa982da?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8\u0026tag=2.5-130" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/receptor-rhel8@sha256:1e1920c6017633fba1bdf9ff113f42aaf82641e3285e4c749cfa4a96a7019b4c_amd64", "product": { "name": "ansible-automation-platform-25/receptor-rhel8@sha256:1e1920c6017633fba1bdf9ff113f42aaf82641e3285e4c749cfa4a96a7019b4c_amd64", "product_id": "ansible-automation-platform-25/receptor-rhel8@sha256:1e1920c6017633fba1bdf9ff113f42aaf82641e3285e4c749cfa4a96a7019b4c_amd64", "product_identification_helper": { "purl": "pkg:oci/receptor-rhel8@sha256:1e1920c6017633fba1bdf9ff113f42aaf82641e3285e4c749cfa4a96a7019b4c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/receptor-rhel8\u0026tag=1.5.1-8" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:e6dea9e1291824c64e30da60304c6260dac63aa592f59eb446182525d37a60d5_ppc64le", "product": { "name": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:e6dea9e1291824c64e30da60304c6260dac63aa592f59eb446182525d37a60d5_ppc64le", "product_id": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:e6dea9e1291824c64e30da60304c6260dac63aa592f59eb446182525d37a60d5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/aap-must-gather-rhel8@sha256:e6dea9e1291824c64e30da60304c6260dac63aa592f59eb446182525d37a60d5?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8\u0026tag=0.0.1-508" } } }, { "category": "product_version", "name": "ansible-automation-platform/platform-operator-bundle@sha256:ce57d819c40780c23673b3a96450835d74d63eb91445962ad951cd05ff11e65e_ppc64le", "product": { "name": "ansible-automation-platform/platform-operator-bundle@sha256:ce57d819c40780c23673b3a96450835d74d63eb91445962ad951cd05ff11e65e_ppc64le", "product_id": "ansible-automation-platform/platform-operator-bundle@sha256:ce57d819c40780c23673b3a96450835d74d63eb91445962ad951cd05ff11e65e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/platform-operator-bundle@sha256:ce57d819c40780c23673b3a96450835d74d63eb91445962ad951cd05ff11e65e?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.5-1050" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:929b3e8c84ed0a424f1dea07a411ef22dc7622dbd2491fa01765b68a50e84397_ppc64le", "product": { "name": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:929b3e8c84ed0a424f1dea07a411ef22dc7622dbd2491fa01765b68a50e84397_ppc64le", "product_id": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:929b3e8c84ed0a424f1dea07a411ef22dc7622dbd2491fa01765b68a50e84397_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel8@sha256:929b3e8c84ed0a424f1dea07a411ef22dc7622dbd2491fa01765b68a50e84397?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8\u0026tag=3.1.0-199" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:7958863292d81357614888f005dac99727dbf0c2f13726f28c2b39865c671d5a_ppc64le", "product": { "name": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:7958863292d81357614888f005dac99727dbf0c2f13726f28c2b39865c671d5a_ppc64le", "product_id": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:7958863292d81357614888f005dac99727dbf0c2f13726f28c2b39865c671d5a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel9@sha256:7958863292d81357614888f005dac99727dbf0c2f13726f28c2b39865c671d5a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel9\u0026tag=3.1.0-200" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3587939de3944776d9a680e0ec85af84f62ca3c834aca27ee4a36a2f93a656e9_ppc64le", "product": { "name": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3587939de3944776d9a680e0ec85af84f62ca3c834aca27ee4a36a2f93a656e9_ppc64le", "product_id": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3587939de3944776d9a680e0ec85af84f62ca3c834aca27ee4a36a2f93a656e9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ansible-dev-tools-rhel8@sha256:3587939de3944776d9a680e0ec85af84f62ca3c834aca27ee4a36a2f93a656e9?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8\u0026tag=24.9.0-29" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/lightspeed-rhel8@sha256:a97fc48b723bc1e30fc48d1777c30963558432070339052beb6992000d5681fd_ppc64le", "product": { "name": "ansible-automation-platform-25/lightspeed-rhel8@sha256:a97fc48b723bc1e30fc48d1777c30963558432070339052beb6992000d5681fd_ppc64le", "product_id": "ansible-automation-platform-25/lightspeed-rhel8@sha256:a97fc48b723bc1e30fc48d1777c30963558432070339052beb6992000d5681fd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/lightspeed-rhel8@sha256:a97fc48b723bc1e30fc48d1777c30963558432070339052beb6992000d5681fd?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8\u0026tag=2.5.250107-1" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:2186c0e80f15d4837c02c71fed00cadbc1e0eb0c986151ca045275e72770d7fd_ppc64le", "product": { "name": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:2186c0e80f15d4837c02c71fed00cadbc1e0eb0c986151ca045275e72770d7fd_ppc64le", "product_id": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:2186c0e80f15d4837c02c71fed00cadbc1e0eb0c986151ca045275e72770d7fd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/lightspeed-rhel8-operator@sha256:2186c0e80f15d4837c02c71fed00cadbc1e0eb0c986151ca045275e72770d7fd?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator\u0026tag=2.5-106" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b68431e7c04d57dc22644e1b3637541216cf554d7444c53503fdd12a64881ec4_ppc64le", "product": { "name": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b68431e7c04d57dc22644e1b3637541216cf554d7444c53503fdd12a64881ec4_ppc64le", "product_id": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b68431e7c04d57dc22644e1b3637541216cf554d7444c53503fdd12a64881ec4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ansible-python-base-rhel8@sha256:b68431e7c04d57dc22644e1b3637541216cf554d7444c53503fdd12a64881ec4?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8\u0026tag=1.0.0-690" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:c025aa4ff0db09e514e56c6d62a1f3cf1f28d26c4b71277684d2528da58e28d0_ppc64le", "product": { "name": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:c025aa4ff0db09e514e56c6d62a1f3cf1f28d26c4b71277684d2528da58e28d0_ppc64le", "product_id": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:c025aa4ff0db09e514e56c6d62a1f3cf1f28d26c4b71277684d2528da58e28d0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ansible-python-base-rhel9@sha256:c025aa4ff0db09e514e56c6d62a1f3cf1f28d26c4b71277684d2528da58e28d0?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel9\u0026tag=1.0.0-691" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:bd6ce6beae61924800b3c0a20b5558366d4b8c487c4cbc7c5f909ccf5b340f0b_ppc64le", "product": { "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:bd6ce6beae61924800b3c0a20b5558366d4b8c487c4cbc7c5f909ccf5b340f0b_ppc64le", "product_id": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:bd6ce6beae61924800b3c0a20b5558366d4b8c487c4cbc7c5f909ccf5b340f0b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:bd6ce6beae61924800b3c0a20b5558366d4b8c487c4cbc7c5f909ccf5b340f0b?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel9\u0026tag=1.0.0-648" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:e69e3df9bdd02cac0e61a92ab1dc92742aeb3519ae5c694a5e02d4b946614d20_ppc64le", "product": { "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:e69e3df9bdd02cac0e61a92ab1dc92742aeb3519ae5c694a5e02d4b946614d20_ppc64le", "product_id": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:e69e3df9bdd02cac0e61a92ab1dc92742aeb3519ae5c694a5e02d4b946614d20_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:e69e3df9bdd02cac0e61a92ab1dc92742aeb3519ae5c694a5e02d4b946614d20?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8\u0026tag=1.0.0-649" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/controller-rhel8@sha256:7cc34e0020cf3a24be08da80d13e4d13f41d9d6c574b53f0121cea218e28e38d_ppc64le", "product": { "name": "ansible-automation-platform-25/controller-rhel8@sha256:7cc34e0020cf3a24be08da80d13e4d13f41d9d6c574b53f0121cea218e28e38d_ppc64le", "product_id": "ansible-automation-platform-25/controller-rhel8@sha256:7cc34e0020cf3a24be08da80d13e4d13f41d9d6c574b53f0121cea218e28e38d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/controller-rhel8@sha256:7cc34e0020cf3a24be08da80d13e4d13f41d9d6c574b53f0121cea218e28e38d?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/controller-rhel8\u0026tag=4.6.6-1" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/controller-rhel8-operator@sha256:e220c411759b0ea86bf45e6825277fc67fbd92f3d9ecf908375089812213e2cd_ppc64le", "product": { "name": "ansible-automation-platform-25/controller-rhel8-operator@sha256:e220c411759b0ea86bf45e6825277fc67fbd92f3d9ecf908375089812213e2cd_ppc64le", "product_id": "ansible-automation-platform-25/controller-rhel8-operator@sha256:e220c411759b0ea86bf45e6825277fc67fbd92f3d9ecf908375089812213e2cd_ppc64le", "product_identification_helper": { "purl": "pkg:oci/controller-rhel8-operator@sha256:e220c411759b0ea86bf45e6825277fc67fbd92f3d9ecf908375089812213e2cd?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator\u0026tag=2.5-146" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/eda-controller-rhel8@sha256:662efdccc86181b295c708a69cd458dfd9eb0306382a6f8836b61691dafa4715_ppc64le", "product": { "name": "ansible-automation-platform-25/eda-controller-rhel8@sha256:662efdccc86181b295c708a69cd458dfd9eb0306382a6f8836b61691dafa4715_ppc64le", "product_id": "ansible-automation-platform-25/eda-controller-rhel8@sha256:662efdccc86181b295c708a69cd458dfd9eb0306382a6f8836b61691dafa4715_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eda-controller-rhel8@sha256:662efdccc86181b295c708a69cd458dfd9eb0306382a6f8836b61691dafa4715?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8\u0026tag=1.1.3-12" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41016d60686857701a07da836c9fb8dccc4be66204785ddc4e6b9ecd7e069783_ppc64le", "product": { "name": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41016d60686857701a07da836c9fb8dccc4be66204785ddc4e6b9ecd7e069783_ppc64le", "product_id": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41016d60686857701a07da836c9fb8dccc4be66204785ddc4e6b9ecd7e069783_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eda-controller-rhel8-operator@sha256:41016d60686857701a07da836c9fb8dccc4be66204785ddc4e6b9ecd7e069783?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator\u0026tag=2.5-145" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:521d0db50b5399e59b294b689bff1948132bced3f4e16ae502ff39d6961c6d7a_ppc64le", "product": { "name": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:521d0db50b5399e59b294b689bff1948132bced3f4e16ae502ff39d6961c6d7a_ppc64le", "product_id": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:521d0db50b5399e59b294b689bff1948132bced3f4e16ae502ff39d6961c6d7a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/eda-controller-ui-rhel8@sha256:521d0db50b5399e59b294b689bff1948132bced3f4e16ae502ff39d6961c6d7a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8\u0026tag=1.1.3-3" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/gateway-rhel8@sha256:2ae69bf767dbcc49446ac03325ff3e709c5b2a5faf4efb0c83155431b693288b_ppc64le", "product": { "name": "ansible-automation-platform-25/gateway-rhel8@sha256:2ae69bf767dbcc49446ac03325ff3e709c5b2a5faf4efb0c83155431b693288b_ppc64le", "product_id": "ansible-automation-platform-25/gateway-rhel8@sha256:2ae69bf767dbcc49446ac03325ff3e709c5b2a5faf4efb0c83155431b693288b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/gateway-rhel8@sha256:2ae69bf767dbcc49446ac03325ff3e709c5b2a5faf4efb0c83155431b693288b?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/gateway-rhel8\u0026tag=2.5.20250115-1" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:18f187d59c6185f5a7a549147819be9fec8baf8104b3c77c423936b826af3a70_ppc64le", "product": { "name": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:18f187d59c6185f5a7a549147819be9fec8baf8104b3c77c423936b826af3a70_ppc64le", "product_id": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:18f187d59c6185f5a7a549147819be9fec8baf8104b3c77c423936b826af3a70_ppc64le", "product_identification_helper": { "purl": "pkg:oci/gateway-rhel8-operator@sha256:18f187d59c6185f5a7a549147819be9fec8baf8104b3c77c423936b826af3a70?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator\u0026tag=2.5-187" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:a8f5f30633889eb43fb65de7be75062ca098d9c48a08bc0673a82f8bd0c1d446_ppc64le", "product": { "name": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:a8f5f30633889eb43fb65de7be75062ca098d9c48a08bc0673a82f8bd0c1d446_ppc64le", "product_id": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:a8f5f30633889eb43fb65de7be75062ca098d9c48a08bc0673a82f8bd0c1d446_ppc64le", "product_identification_helper": { "purl": "pkg:oci/gateway-proxy-rhel8@sha256:a8f5f30633889eb43fb65de7be75062ca098d9c48a08bc0673a82f8bd0c1d446?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8\u0026tag=2.5.0-37" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/hub-rhel8@sha256:90dd28b6df0588c35bb75ae5029a58acc23d1b2530b1190c9133c2015a11ce43_ppc64le", "product": { "name": "ansible-automation-platform-25/hub-rhel8@sha256:90dd28b6df0588c35bb75ae5029a58acc23d1b2530b1190c9133c2015a11ce43_ppc64le", "product_id": "ansible-automation-platform-25/hub-rhel8@sha256:90dd28b6df0588c35bb75ae5029a58acc23d1b2530b1190c9133c2015a11ce43_ppc64le", "product_identification_helper": { "purl": "pkg:oci/hub-rhel8@sha256:90dd28b6df0588c35bb75ae5029a58acc23d1b2530b1190c9133c2015a11ce43?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/hub-rhel8\u0026tag=4.10.1-19" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/hub-rhel8-operator@sha256:2857a93e1d0e58fc9eee876a1ed93997122d29417974b8bb891572810cd5ff87_ppc64le", "product": { "name": "ansible-automation-platform-25/hub-rhel8-operator@sha256:2857a93e1d0e58fc9eee876a1ed93997122d29417974b8bb891572810cd5ff87_ppc64le", "product_id": "ansible-automation-platform-25/hub-rhel8-operator@sha256:2857a93e1d0e58fc9eee876a1ed93997122d29417974b8bb891572810cd5ff87_ppc64le", "product_identification_helper": { "purl": "pkg:oci/hub-rhel8-operator@sha256:2857a93e1d0e58fc9eee876a1ed93997122d29417974b8bb891572810cd5ff87?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator\u0026tag=2.5-147" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/hub-web-rhel8@sha256:1dd27bb6eba79634a8725a0433c9a570df8c5d2bcd251eb3edf11854ed654cee_ppc64le", "product": { "name": "ansible-automation-platform-25/hub-web-rhel8@sha256:1dd27bb6eba79634a8725a0433c9a570df8c5d2bcd251eb3edf11854ed654cee_ppc64le", "product_id": "ansible-automation-platform-25/hub-web-rhel8@sha256:1dd27bb6eba79634a8725a0433c9a570df8c5d2bcd251eb3edf11854ed654cee_ppc64le", "product_identification_helper": { "purl": "pkg:oci/hub-web-rhel8@sha256:1dd27bb6eba79634a8725a0433c9a570df8c5d2bcd251eb3edf11854ed654cee?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8\u0026tag=4.10.1-16" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/de-minimal-rhel8@sha256:ec56cd10bc1809ad6cd9f917ecf7afb6ef815619c6450c8482918af20654ddfb_ppc64le", "product": { "name": "ansible-automation-platform-25/de-minimal-rhel8@sha256:ec56cd10bc1809ad6cd9f917ecf7afb6ef815619c6450c8482918af20654ddfb_ppc64le", "product_id": "ansible-automation-platform-25/de-minimal-rhel8@sha256:ec56cd10bc1809ad6cd9f917ecf7afb6ef815619c6450c8482918af20654ddfb_ppc64le", "product_identification_helper": { "purl": "pkg:oci/de-minimal-rhel8@sha256:ec56cd10bc1809ad6cd9f917ecf7afb6ef815619c6450c8482918af20654ddfb?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8\u0026tag=1.1.2-9" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/de-minimal-rhel9@sha256:1c181e588d73c4cca402485e7c30de7f3ed33042a68919aa21d633fdfaa1c224_ppc64le", "product": { "name": "ansible-automation-platform-25/de-minimal-rhel9@sha256:1c181e588d73c4cca402485e7c30de7f3ed33042a68919aa21d633fdfaa1c224_ppc64le", "product_id": "ansible-automation-platform-25/de-minimal-rhel9@sha256:1c181e588d73c4cca402485e7c30de7f3ed33042a68919aa21d633fdfaa1c224_ppc64le", "product_identification_helper": { "purl": "pkg:oci/de-minimal-rhel9@sha256:1c181e588d73c4cca402485e7c30de7f3ed33042a68919aa21d633fdfaa1c224?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel9\u0026tag=1.1.2-10" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/de-supported-rhel8@sha256:ebba01bdb3b12df5ea3cdb60d98d3100cfe94ca265b21045bc38902f96f1677d_ppc64le", "product": { "name": "ansible-automation-platform-25/de-supported-rhel8@sha256:ebba01bdb3b12df5ea3cdb60d98d3100cfe94ca265b21045bc38902f96f1677d_ppc64le", "product_id": "ansible-automation-platform-25/de-supported-rhel8@sha256:ebba01bdb3b12df5ea3cdb60d98d3100cfe94ca265b21045bc38902f96f1677d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/de-supported-rhel8@sha256:ebba01bdb3b12df5ea3cdb60d98d3100cfe94ca265b21045bc38902f96f1677d?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8\u0026tag=1.1.2-14" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/de-supported-rhel9@sha256:e69f6b548fa5e2ff2fc485cb5cfcf7a16ffe5fef3a8b41ff583ff1870eea3a41_ppc64le", "product": { "name": "ansible-automation-platform-25/de-supported-rhel9@sha256:e69f6b548fa5e2ff2fc485cb5cfcf7a16ffe5fef3a8b41ff583ff1870eea3a41_ppc64le", "product_id": "ansible-automation-platform-25/de-supported-rhel9@sha256:e69f6b548fa5e2ff2fc485cb5cfcf7a16ffe5fef3a8b41ff583ff1870eea3a41_ppc64le", "product_identification_helper": { "purl": "pkg:oci/de-supported-rhel9@sha256:e69f6b548fa5e2ff2fc485cb5cfcf7a16ffe5fef3a8b41ff583ff1870eea3a41?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-supported-rhel9\u0026tag=1.1.2-15" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:5a27cef0f39d329b1ad792cca36bc4658848474b74e0d00d5c192c91bbb025b7_ppc64le", "product": { "name": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:5a27cef0f39d329b1ad792cca36bc4658848474b74e0d00d5c192c91bbb025b7_ppc64le", "product_id": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:5a27cef0f39d329b1ad792cca36bc4658848474b74e0d00d5c192c91bbb025b7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:5a27cef0f39d329b1ad792cca36bc4658848474b74e0d00d5c192c91bbb025b7?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel9\u0026tag=1.0.0-800" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:6185554134a09396e8e72672bd6616ec4488cc54a3a6849212dc1a1ef6496b76_ppc64le", "product": { "name": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:6185554134a09396e8e72672bd6616ec4488cc54a3a6849212dc1a1ef6496b76_ppc64le", "product_id": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:6185554134a09396e8e72672bd6616ec4488cc54a3a6849212dc1a1ef6496b76_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:6185554134a09396e8e72672bd6616ec4488cc54a3a6849212dc1a1ef6496b76?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8\u0026tag=1.0.0-799" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ee-supported-rhel8@sha256:afa2cdc63e2016ce7c2d48cd0c1c0a581fc9976116f43c1609da8401826baf6c_ppc64le", "product": { "name": "ansible-automation-platform-25/ee-supported-rhel8@sha256:afa2cdc63e2016ce7c2d48cd0c1c0a581fc9976116f43c1609da8401826baf6c_ppc64le", "product_id": "ansible-automation-platform-25/ee-supported-rhel8@sha256:afa2cdc63e2016ce7c2d48cd0c1c0a581fc9976116f43c1609da8401826baf6c_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ee-supported-rhel8@sha256:afa2cdc63e2016ce7c2d48cd0c1c0a581fc9976116f43c1609da8401826baf6c?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8\u0026tag=1.0.0-874" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ee-supported-rhel9@sha256:ec62f735903890eeb1f08d49e6e2c448f0ba5f2063d53533d02f694f4a582c42_ppc64le", "product": { "name": "ansible-automation-platform-25/ee-supported-rhel9@sha256:ec62f735903890eeb1f08d49e6e2c448f0ba5f2063d53533d02f694f4a582c42_ppc64le", "product_id": "ansible-automation-platform-25/ee-supported-rhel9@sha256:ec62f735903890eeb1f08d49e6e2c448f0ba5f2063d53533d02f694f4a582c42_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ee-supported-rhel9@sha256:ec62f735903890eeb1f08d49e6e2c448f0ba5f2063d53533d02f694f4a582c42?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel9\u0026tag=1.0.0-875" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b08342e47f2fabd84f974260fcdd916d32d4329bc824d4ebb7ba32a727ca5b84_ppc64le", "product": { "name": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b08342e47f2fabd84f974260fcdd916d32d4329bc824d4ebb7ba32a727ca5b84_ppc64le", "product_id": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b08342e47f2fabd84f974260fcdd916d32d4329bc824d4ebb7ba32a727ca5b84_ppc64le", "product_identification_helper": { "purl": "pkg:oci/platform-resource-rhel8-operator@sha256:b08342e47f2fabd84f974260fcdd916d32d4329bc824d4ebb7ba32a727ca5b84?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator\u0026tag=2.5-99" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:997928acca42ae66ecce1aac50e7617771d67f91452dc5774e581fec1826b1e4_ppc64le", "product": { "name": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:997928acca42ae66ecce1aac50e7617771d67f91452dc5774e581fec1826b1e4_ppc64le", "product_id": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:997928acca42ae66ecce1aac50e7617771d67f91452dc5774e581fec1826b1e4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/platform-resource-runner-rhel8@sha256:997928acca42ae66ecce1aac50e7617771d67f91452dc5774e581fec1826b1e4?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8\u0026tag=2.5-130" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/receptor-rhel8@sha256:23fd68ea3ae40553b3b78f808120a98b448dfd5b9d7b8baaa3490be4cd2bd12a_ppc64le", "product": { "name": "ansible-automation-platform-25/receptor-rhel8@sha256:23fd68ea3ae40553b3b78f808120a98b448dfd5b9d7b8baaa3490be4cd2bd12a_ppc64le", "product_id": "ansible-automation-platform-25/receptor-rhel8@sha256:23fd68ea3ae40553b3b78f808120a98b448dfd5b9d7b8baaa3490be4cd2bd12a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/receptor-rhel8@sha256:23fd68ea3ae40553b3b78f808120a98b448dfd5b9d7b8baaa3490be4cd2bd12a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/receptor-rhel8\u0026tag=1.5.1-8" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ec32e837696ce70d99b910f09c5f249f467d41611b17ebda65a97f472da2d23b_s390x", "product": { "name": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ec32e837696ce70d99b910f09c5f249f467d41611b17ebda65a97f472da2d23b_s390x", "product_id": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ec32e837696ce70d99b910f09c5f249f467d41611b17ebda65a97f472da2d23b_s390x", "product_identification_helper": { "purl": "pkg:oci/aap-must-gather-rhel8@sha256:ec32e837696ce70d99b910f09c5f249f467d41611b17ebda65a97f472da2d23b?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8\u0026tag=0.0.1-508" } } }, { "category": "product_version", "name": "ansible-automation-platform/platform-operator-bundle@sha256:b8fc5a19e751851d38d9e33340c17f9579d15468c788db81e1138e688245a607_s390x", "product": { "name": "ansible-automation-platform/platform-operator-bundle@sha256:b8fc5a19e751851d38d9e33340c17f9579d15468c788db81e1138e688245a607_s390x", "product_id": "ansible-automation-platform/platform-operator-bundle@sha256:b8fc5a19e751851d38d9e33340c17f9579d15468c788db81e1138e688245a607_s390x", "product_identification_helper": { "purl": "pkg:oci/platform-operator-bundle@sha256:b8fc5a19e751851d38d9e33340c17f9579d15468c788db81e1138e688245a607?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.5-1050" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:e0d2cfb63a119d9eb24a12610a63155ed5388d8a4b29c7b7b1388f5038637a9d_s390x", "product": { "name": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:e0d2cfb63a119d9eb24a12610a63155ed5388d8a4b29c7b7b1388f5038637a9d_s390x", "product_id": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:e0d2cfb63a119d9eb24a12610a63155ed5388d8a4b29c7b7b1388f5038637a9d_s390x", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel8@sha256:e0d2cfb63a119d9eb24a12610a63155ed5388d8a4b29c7b7b1388f5038637a9d?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8\u0026tag=3.1.0-199" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:f496cb718fdc13cc2f5d5df210df389be02fdd8b3f6e7d8f50633184a81c7b1f_s390x", "product": { "name": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:f496cb718fdc13cc2f5d5df210df389be02fdd8b3f6e7d8f50633184a81c7b1f_s390x", "product_id": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:f496cb718fdc13cc2f5d5df210df389be02fdd8b3f6e7d8f50633184a81c7b1f_s390x", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel9@sha256:f496cb718fdc13cc2f5d5df210df389be02fdd8b3f6e7d8f50633184a81c7b1f?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel9\u0026tag=3.1.0-200" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:036ac746da4275b51bfa147aa88d78c0e10ffc487c4e2921def86c4f9ac5b005_s390x", "product": { "name": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:036ac746da4275b51bfa147aa88d78c0e10ffc487c4e2921def86c4f9ac5b005_s390x", "product_id": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:036ac746da4275b51bfa147aa88d78c0e10ffc487c4e2921def86c4f9ac5b005_s390x", "product_identification_helper": { "purl": "pkg:oci/ansible-dev-tools-rhel8@sha256:036ac746da4275b51bfa147aa88d78c0e10ffc487c4e2921def86c4f9ac5b005?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8\u0026tag=24.9.0-29" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/lightspeed-rhel8@sha256:be737fd689a8a236e16a7f4f2e8d16576e55112ca078a1e7ae98dd28603db56d_s390x", "product": { "name": "ansible-automation-platform-25/lightspeed-rhel8@sha256:be737fd689a8a236e16a7f4f2e8d16576e55112ca078a1e7ae98dd28603db56d_s390x", "product_id": "ansible-automation-platform-25/lightspeed-rhel8@sha256:be737fd689a8a236e16a7f4f2e8d16576e55112ca078a1e7ae98dd28603db56d_s390x", "product_identification_helper": { "purl": "pkg:oci/lightspeed-rhel8@sha256:be737fd689a8a236e16a7f4f2e8d16576e55112ca078a1e7ae98dd28603db56d?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8\u0026tag=2.5.250107-1" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:21609ac3e437a5efd017099fbb7412b78ee95515811f0dea85761dccaee4eb7f_s390x", "product": { "name": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:21609ac3e437a5efd017099fbb7412b78ee95515811f0dea85761dccaee4eb7f_s390x", "product_id": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:21609ac3e437a5efd017099fbb7412b78ee95515811f0dea85761dccaee4eb7f_s390x", "product_identification_helper": { "purl": "pkg:oci/lightspeed-rhel8-operator@sha256:21609ac3e437a5efd017099fbb7412b78ee95515811f0dea85761dccaee4eb7f?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator\u0026tag=2.5-106" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:7c701fc085b75859961b15027c263864853682cfbb327ae8e220130e8f8af3d5_s390x", "product": { "name": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:7c701fc085b75859961b15027c263864853682cfbb327ae8e220130e8f8af3d5_s390x", "product_id": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:7c701fc085b75859961b15027c263864853682cfbb327ae8e220130e8f8af3d5_s390x", "product_identification_helper": { "purl": "pkg:oci/ansible-python-base-rhel8@sha256:7c701fc085b75859961b15027c263864853682cfbb327ae8e220130e8f8af3d5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8\u0026tag=1.0.0-690" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:f2c02332098e6b3e8bd948046e7c427bee140b93f3146c821c3cfb62b611e6de_s390x", "product": { "name": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:f2c02332098e6b3e8bd948046e7c427bee140b93f3146c821c3cfb62b611e6de_s390x", "product_id": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:f2c02332098e6b3e8bd948046e7c427bee140b93f3146c821c3cfb62b611e6de_s390x", "product_identification_helper": { "purl": "pkg:oci/ansible-python-base-rhel9@sha256:f2c02332098e6b3e8bd948046e7c427bee140b93f3146c821c3cfb62b611e6de?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel9\u0026tag=1.0.0-691" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:0ea56540722faf1e2ebae9b12fad9d9671231fe9c1e3485fcdaa8935da4006d3_s390x", "product": { "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:0ea56540722faf1e2ebae9b12fad9d9671231fe9c1e3485fcdaa8935da4006d3_s390x", "product_id": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:0ea56540722faf1e2ebae9b12fad9d9671231fe9c1e3485fcdaa8935da4006d3_s390x", "product_identification_helper": { "purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:0ea56540722faf1e2ebae9b12fad9d9671231fe9c1e3485fcdaa8935da4006d3?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel9\u0026tag=1.0.0-648" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:145d69e08e4ec9009e0c4c95c2941aa00344abcb4c2789fa0e197867653b70dc_s390x", "product": { "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:145d69e08e4ec9009e0c4c95c2941aa00344abcb4c2789fa0e197867653b70dc_s390x", "product_id": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:145d69e08e4ec9009e0c4c95c2941aa00344abcb4c2789fa0e197867653b70dc_s390x", "product_identification_helper": { "purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:145d69e08e4ec9009e0c4c95c2941aa00344abcb4c2789fa0e197867653b70dc?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8\u0026tag=1.0.0-649" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/controller-rhel8@sha256:da0d3ff04a837ba199a6d4f7c18f0462b6ca1da19af1d1673f35b19ecd9f7908_s390x", "product": { "name": "ansible-automation-platform-25/controller-rhel8@sha256:da0d3ff04a837ba199a6d4f7c18f0462b6ca1da19af1d1673f35b19ecd9f7908_s390x", "product_id": "ansible-automation-platform-25/controller-rhel8@sha256:da0d3ff04a837ba199a6d4f7c18f0462b6ca1da19af1d1673f35b19ecd9f7908_s390x", "product_identification_helper": { "purl": "pkg:oci/controller-rhel8@sha256:da0d3ff04a837ba199a6d4f7c18f0462b6ca1da19af1d1673f35b19ecd9f7908?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/controller-rhel8\u0026tag=4.6.6-1" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/controller-rhel8-operator@sha256:7f11ad704f3bdb820df673bbc3599e1c0c51aa738712874eab28e3c689b23484_s390x", "product": { "name": "ansible-automation-platform-25/controller-rhel8-operator@sha256:7f11ad704f3bdb820df673bbc3599e1c0c51aa738712874eab28e3c689b23484_s390x", "product_id": "ansible-automation-platform-25/controller-rhel8-operator@sha256:7f11ad704f3bdb820df673bbc3599e1c0c51aa738712874eab28e3c689b23484_s390x", "product_identification_helper": { "purl": "pkg:oci/controller-rhel8-operator@sha256:7f11ad704f3bdb820df673bbc3599e1c0c51aa738712874eab28e3c689b23484?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator\u0026tag=2.5-146" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/eda-controller-rhel8@sha256:9733738a42942400affb410fbaf8b451427e4c30ff350d1530cc4c0ca9c994a1_s390x", "product": { "name": "ansible-automation-platform-25/eda-controller-rhel8@sha256:9733738a42942400affb410fbaf8b451427e4c30ff350d1530cc4c0ca9c994a1_s390x", "product_id": "ansible-automation-platform-25/eda-controller-rhel8@sha256:9733738a42942400affb410fbaf8b451427e4c30ff350d1530cc4c0ca9c994a1_s390x", "product_identification_helper": { "purl": "pkg:oci/eda-controller-rhel8@sha256:9733738a42942400affb410fbaf8b451427e4c30ff350d1530cc4c0ca9c994a1?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8\u0026tag=1.1.3-12" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f9e5af61e840a071d5b6338acc6e434479424373bdddd7f233f93fe6f86b0578_s390x", "product": { "name": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f9e5af61e840a071d5b6338acc6e434479424373bdddd7f233f93fe6f86b0578_s390x", "product_id": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f9e5af61e840a071d5b6338acc6e434479424373bdddd7f233f93fe6f86b0578_s390x", "product_identification_helper": { "purl": "pkg:oci/eda-controller-rhel8-operator@sha256:f9e5af61e840a071d5b6338acc6e434479424373bdddd7f233f93fe6f86b0578?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator\u0026tag=2.5-145" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a0122f39c357af5023e3d266cbba863936648943d1ba73f43f0f9f636c505cda_s390x", "product": { "name": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a0122f39c357af5023e3d266cbba863936648943d1ba73f43f0f9f636c505cda_s390x", "product_id": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a0122f39c357af5023e3d266cbba863936648943d1ba73f43f0f9f636c505cda_s390x", "product_identification_helper": { "purl": "pkg:oci/eda-controller-ui-rhel8@sha256:a0122f39c357af5023e3d266cbba863936648943d1ba73f43f0f9f636c505cda?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8\u0026tag=1.1.3-3" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/gateway-rhel8@sha256:fd752c00166c91b380cdf65ac7a1b57cf280e1fed9f3acb7a9eccafe355646af_s390x", "product": { "name": "ansible-automation-platform-25/gateway-rhel8@sha256:fd752c00166c91b380cdf65ac7a1b57cf280e1fed9f3acb7a9eccafe355646af_s390x", "product_id": "ansible-automation-platform-25/gateway-rhel8@sha256:fd752c00166c91b380cdf65ac7a1b57cf280e1fed9f3acb7a9eccafe355646af_s390x", "product_identification_helper": { "purl": "pkg:oci/gateway-rhel8@sha256:fd752c00166c91b380cdf65ac7a1b57cf280e1fed9f3acb7a9eccafe355646af?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/gateway-rhel8\u0026tag=2.5.20250115-1" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:ec712b5e76563cdf5ea496d96ce45160d9b61aa6f4fb86fe53a9f87330bcd7c7_s390x", "product": { "name": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:ec712b5e76563cdf5ea496d96ce45160d9b61aa6f4fb86fe53a9f87330bcd7c7_s390x", "product_id": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:ec712b5e76563cdf5ea496d96ce45160d9b61aa6f4fb86fe53a9f87330bcd7c7_s390x", "product_identification_helper": { "purl": "pkg:oci/gateway-rhel8-operator@sha256:ec712b5e76563cdf5ea496d96ce45160d9b61aa6f4fb86fe53a9f87330bcd7c7?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator\u0026tag=2.5-187" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6209b029e96240192fc0e5ff5da54db3a3d3c45c780b3269377a759a6160bb4e_s390x", "product": { "name": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6209b029e96240192fc0e5ff5da54db3a3d3c45c780b3269377a759a6160bb4e_s390x", "product_id": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6209b029e96240192fc0e5ff5da54db3a3d3c45c780b3269377a759a6160bb4e_s390x", "product_identification_helper": { "purl": "pkg:oci/gateway-proxy-rhel8@sha256:6209b029e96240192fc0e5ff5da54db3a3d3c45c780b3269377a759a6160bb4e?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8\u0026tag=2.5.0-37" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/hub-rhel8@sha256:97dd06fba86585736782609233bfb8be938a36c995e0da4de5aff511544456fc_s390x", "product": { "name": "ansible-automation-platform-25/hub-rhel8@sha256:97dd06fba86585736782609233bfb8be938a36c995e0da4de5aff511544456fc_s390x", "product_id": "ansible-automation-platform-25/hub-rhel8@sha256:97dd06fba86585736782609233bfb8be938a36c995e0da4de5aff511544456fc_s390x", "product_identification_helper": { "purl": "pkg:oci/hub-rhel8@sha256:97dd06fba86585736782609233bfb8be938a36c995e0da4de5aff511544456fc?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/hub-rhel8\u0026tag=4.10.1-19" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/hub-rhel8-operator@sha256:2ae78254a689cf82498a4a8e99066a9e226eb28408366fb85daa2fa4014a4cee_s390x", "product": { "name": "ansible-automation-platform-25/hub-rhel8-operator@sha256:2ae78254a689cf82498a4a8e99066a9e226eb28408366fb85daa2fa4014a4cee_s390x", "product_id": "ansible-automation-platform-25/hub-rhel8-operator@sha256:2ae78254a689cf82498a4a8e99066a9e226eb28408366fb85daa2fa4014a4cee_s390x", "product_identification_helper": { "purl": "pkg:oci/hub-rhel8-operator@sha256:2ae78254a689cf82498a4a8e99066a9e226eb28408366fb85daa2fa4014a4cee?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator\u0026tag=2.5-147" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/hub-web-rhel8@sha256:751ce8e328931f554ce2395641cfbaf13a453d8c02aa1d8f6731b9c8e121dea7_s390x", "product": { "name": "ansible-automation-platform-25/hub-web-rhel8@sha256:751ce8e328931f554ce2395641cfbaf13a453d8c02aa1d8f6731b9c8e121dea7_s390x", "product_id": "ansible-automation-platform-25/hub-web-rhel8@sha256:751ce8e328931f554ce2395641cfbaf13a453d8c02aa1d8f6731b9c8e121dea7_s390x", "product_identification_helper": { "purl": "pkg:oci/hub-web-rhel8@sha256:751ce8e328931f554ce2395641cfbaf13a453d8c02aa1d8f6731b9c8e121dea7?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8\u0026tag=4.10.1-16" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/de-minimal-rhel8@sha256:3abff9bf7545c4eb4f07036a90e11909da3f1439d6253726077e6a0fdcf40735_s390x", "product": { "name": "ansible-automation-platform-25/de-minimal-rhel8@sha256:3abff9bf7545c4eb4f07036a90e11909da3f1439d6253726077e6a0fdcf40735_s390x", "product_id": "ansible-automation-platform-25/de-minimal-rhel8@sha256:3abff9bf7545c4eb4f07036a90e11909da3f1439d6253726077e6a0fdcf40735_s390x", "product_identification_helper": { "purl": "pkg:oci/de-minimal-rhel8@sha256:3abff9bf7545c4eb4f07036a90e11909da3f1439d6253726077e6a0fdcf40735?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8\u0026tag=1.1.2-9" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/de-minimal-rhel9@sha256:dcc1ad065ff86c3baa43a8d91418b97400e0fa3891ff09e0c16a0c7cfa0e237c_s390x", "product": { "name": "ansible-automation-platform-25/de-minimal-rhel9@sha256:dcc1ad065ff86c3baa43a8d91418b97400e0fa3891ff09e0c16a0c7cfa0e237c_s390x", "product_id": "ansible-automation-platform-25/de-minimal-rhel9@sha256:dcc1ad065ff86c3baa43a8d91418b97400e0fa3891ff09e0c16a0c7cfa0e237c_s390x", "product_identification_helper": { "purl": "pkg:oci/de-minimal-rhel9@sha256:dcc1ad065ff86c3baa43a8d91418b97400e0fa3891ff09e0c16a0c7cfa0e237c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel9\u0026tag=1.1.2-10" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/de-supported-rhel8@sha256:0dce85b9996e5321b6d2b4fa09be3c63dbdd7185b7c81761d6064d5018fd2671_s390x", "product": { "name": "ansible-automation-platform-25/de-supported-rhel8@sha256:0dce85b9996e5321b6d2b4fa09be3c63dbdd7185b7c81761d6064d5018fd2671_s390x", "product_id": "ansible-automation-platform-25/de-supported-rhel8@sha256:0dce85b9996e5321b6d2b4fa09be3c63dbdd7185b7c81761d6064d5018fd2671_s390x", "product_identification_helper": { "purl": "pkg:oci/de-supported-rhel8@sha256:0dce85b9996e5321b6d2b4fa09be3c63dbdd7185b7c81761d6064d5018fd2671?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8\u0026tag=1.1.2-14" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/de-supported-rhel9@sha256:f29a511e7fff40fdadae3164925ceb3d660b4ad1b391276ed68b7b6e5a3e486a_s390x", "product": { "name": "ansible-automation-platform-25/de-supported-rhel9@sha256:f29a511e7fff40fdadae3164925ceb3d660b4ad1b391276ed68b7b6e5a3e486a_s390x", "product_id": "ansible-automation-platform-25/de-supported-rhel9@sha256:f29a511e7fff40fdadae3164925ceb3d660b4ad1b391276ed68b7b6e5a3e486a_s390x", "product_identification_helper": { "purl": "pkg:oci/de-supported-rhel9@sha256:f29a511e7fff40fdadae3164925ceb3d660b4ad1b391276ed68b7b6e5a3e486a?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-supported-rhel9\u0026tag=1.1.2-15" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:4a7261dac58ee08494a8e8627f58141ade0dbe0e45dda4086451513b44487069_s390x", "product": { "name": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:4a7261dac58ee08494a8e8627f58141ade0dbe0e45dda4086451513b44487069_s390x", "product_id": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:4a7261dac58ee08494a8e8627f58141ade0dbe0e45dda4086451513b44487069_s390x", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:4a7261dac58ee08494a8e8627f58141ade0dbe0e45dda4086451513b44487069?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel9\u0026tag=1.0.0-800" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:e50d105572ffce6047335409fd156f82fb45a4f07e9ecdc7f859a358af4cef0c_s390x", "product": { "name": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:e50d105572ffce6047335409fd156f82fb45a4f07e9ecdc7f859a358af4cef0c_s390x", "product_id": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:e50d105572ffce6047335409fd156f82fb45a4f07e9ecdc7f859a358af4cef0c_s390x", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:e50d105572ffce6047335409fd156f82fb45a4f07e9ecdc7f859a358af4cef0c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8\u0026tag=1.0.0-799" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ee-supported-rhel8@sha256:a87f43e01543d68e2244820e68f1064c6a25782416ab3999ea5c5668ca007bd7_s390x", "product": { "name": "ansible-automation-platform-25/ee-supported-rhel8@sha256:a87f43e01543d68e2244820e68f1064c6a25782416ab3999ea5c5668ca007bd7_s390x", "product_id": "ansible-automation-platform-25/ee-supported-rhel8@sha256:a87f43e01543d68e2244820e68f1064c6a25782416ab3999ea5c5668ca007bd7_s390x", "product_identification_helper": { "purl": "pkg:oci/ee-supported-rhel8@sha256:a87f43e01543d68e2244820e68f1064c6a25782416ab3999ea5c5668ca007bd7?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8\u0026tag=1.0.0-874" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ee-supported-rhel9@sha256:8fed8d917a12c239823caa6eac19ad41ac948e8772b6b4655d5be5fcb864e1b9_s390x", "product": { "name": "ansible-automation-platform-25/ee-supported-rhel9@sha256:8fed8d917a12c239823caa6eac19ad41ac948e8772b6b4655d5be5fcb864e1b9_s390x", "product_id": "ansible-automation-platform-25/ee-supported-rhel9@sha256:8fed8d917a12c239823caa6eac19ad41ac948e8772b6b4655d5be5fcb864e1b9_s390x", "product_identification_helper": { "purl": "pkg:oci/ee-supported-rhel9@sha256:8fed8d917a12c239823caa6eac19ad41ac948e8772b6b4655d5be5fcb864e1b9?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel9\u0026tag=1.0.0-875" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:04fc74edff653970ce441b1d0e3f7aca44221d2c289d55a808a732f5f6f685e2_s390x", "product": { "name": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:04fc74edff653970ce441b1d0e3f7aca44221d2c289d55a808a732f5f6f685e2_s390x", "product_id": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:04fc74edff653970ce441b1d0e3f7aca44221d2c289d55a808a732f5f6f685e2_s390x", "product_identification_helper": { "purl": "pkg:oci/platform-resource-rhel8-operator@sha256:04fc74edff653970ce441b1d0e3f7aca44221d2c289d55a808a732f5f6f685e2?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator\u0026tag=2.5-99" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:e832c2eb20cfa92577ef412cf2436941b9ed3fe772c28cb9150dd43d8c2ace39_s390x", "product": { "name": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:e832c2eb20cfa92577ef412cf2436941b9ed3fe772c28cb9150dd43d8c2ace39_s390x", "product_id": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:e832c2eb20cfa92577ef412cf2436941b9ed3fe772c28cb9150dd43d8c2ace39_s390x", "product_identification_helper": { "purl": "pkg:oci/platform-resource-runner-rhel8@sha256:e832c2eb20cfa92577ef412cf2436941b9ed3fe772c28cb9150dd43d8c2ace39?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8\u0026tag=2.5-130" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/receptor-rhel8@sha256:f0b8dab001166648f6c87c8a88ccfb6cc8c864a5a1a826bb2ae8532312fb2036_s390x", "product": { "name": "ansible-automation-platform-25/receptor-rhel8@sha256:f0b8dab001166648f6c87c8a88ccfb6cc8c864a5a1a826bb2ae8532312fb2036_s390x", "product_id": "ansible-automation-platform-25/receptor-rhel8@sha256:f0b8dab001166648f6c87c8a88ccfb6cc8c864a5a1a826bb2ae8532312fb2036_s390x", "product_identification_helper": { "purl": "pkg:oci/receptor-rhel8@sha256:f0b8dab001166648f6c87c8a88ccfb6cc8c864a5a1a826bb2ae8532312fb2036?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/receptor-rhel8\u0026tag=1.5.1-8" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:24108b3f430077e1d062598a7452e0f080fa0c6847941b0cee9a98630d1ba924_arm64", "product": { "name": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:24108b3f430077e1d062598a7452e0f080fa0c6847941b0cee9a98630d1ba924_arm64", "product_id": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:24108b3f430077e1d062598a7452e0f080fa0c6847941b0cee9a98630d1ba924_arm64", "product_identification_helper": { "purl": "pkg:oci/aap-must-gather-rhel8@sha256:24108b3f430077e1d062598a7452e0f080fa0c6847941b0cee9a98630d1ba924?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8\u0026tag=0.0.1-508" } } }, { "category": "product_version", "name": "ansible-automation-platform/platform-operator-bundle@sha256:7804520e26bdb5dfac848e9c4e00d598c3d0b40ec3980521ced421ae684591f5_arm64", "product": { "name": "ansible-automation-platform/platform-operator-bundle@sha256:7804520e26bdb5dfac848e9c4e00d598c3d0b40ec3980521ced421ae684591f5_arm64", "product_id": "ansible-automation-platform/platform-operator-bundle@sha256:7804520e26bdb5dfac848e9c4e00d598c3d0b40ec3980521ced421ae684591f5_arm64", "product_identification_helper": { "purl": "pkg:oci/platform-operator-bundle@sha256:7804520e26bdb5dfac848e9c4e00d598c3d0b40ec3980521ced421ae684591f5?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.5-1050" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:ad74ec5dbb2ddfa557843d6b3642c6168e17d36ba2d8d7d71ee61d625c578957_arm64", "product": { "name": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:ad74ec5dbb2ddfa557843d6b3642c6168e17d36ba2d8d7d71ee61d625c578957_arm64", "product_id": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:ad74ec5dbb2ddfa557843d6b3642c6168e17d36ba2d8d7d71ee61d625c578957_arm64", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel8@sha256:ad74ec5dbb2ddfa557843d6b3642c6168e17d36ba2d8d7d71ee61d625c578957?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8\u0026tag=3.1.0-199" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:4f4f9499bea1f1e141e41b040115be2c34c64d6c38e6308ca71ac11ba1b2e8b8_arm64", "product": { "name": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:4f4f9499bea1f1e141e41b040115be2c34c64d6c38e6308ca71ac11ba1b2e8b8_arm64", "product_id": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:4f4f9499bea1f1e141e41b040115be2c34c64d6c38e6308ca71ac11ba1b2e8b8_arm64", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel9@sha256:4f4f9499bea1f1e141e41b040115be2c34c64d6c38e6308ca71ac11ba1b2e8b8?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel9\u0026tag=3.1.0-200" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:26d157f4479c38dc2cb9bd68855534534fb70fe331bb6b3ca72f107e7b740c05_arm64", "product": { "name": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:26d157f4479c38dc2cb9bd68855534534fb70fe331bb6b3ca72f107e7b740c05_arm64", "product_id": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:26d157f4479c38dc2cb9bd68855534534fb70fe331bb6b3ca72f107e7b740c05_arm64", "product_identification_helper": { "purl": "pkg:oci/ansible-dev-tools-rhel8@sha256:26d157f4479c38dc2cb9bd68855534534fb70fe331bb6b3ca72f107e7b740c05?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8\u0026tag=24.9.0-29" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/lightspeed-rhel8@sha256:d6fc995d4a401fc44e8692d4b4ffabcc887dd4d4bf40dc97a1fb0da36427eb70_arm64", "product": { "name": "ansible-automation-platform-25/lightspeed-rhel8@sha256:d6fc995d4a401fc44e8692d4b4ffabcc887dd4d4bf40dc97a1fb0da36427eb70_arm64", "product_id": "ansible-automation-platform-25/lightspeed-rhel8@sha256:d6fc995d4a401fc44e8692d4b4ffabcc887dd4d4bf40dc97a1fb0da36427eb70_arm64", "product_identification_helper": { "purl": "pkg:oci/lightspeed-rhel8@sha256:d6fc995d4a401fc44e8692d4b4ffabcc887dd4d4bf40dc97a1fb0da36427eb70?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8\u0026tag=2.5.250107-1" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:d9cd3c8768a67324006bd0745a612d1d41997c4a4de1c1edf9435951291976bc_arm64", "product": { "name": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:d9cd3c8768a67324006bd0745a612d1d41997c4a4de1c1edf9435951291976bc_arm64", "product_id": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:d9cd3c8768a67324006bd0745a612d1d41997c4a4de1c1edf9435951291976bc_arm64", "product_identification_helper": { "purl": "pkg:oci/lightspeed-rhel8-operator@sha256:d9cd3c8768a67324006bd0745a612d1d41997c4a4de1c1edf9435951291976bc?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator\u0026tag=2.5-106" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:18dc1090514fe1740de1f7cd4115dab6be6b210d8726dc9ad520c686f0198a1c_arm64", "product": { "name": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:18dc1090514fe1740de1f7cd4115dab6be6b210d8726dc9ad520c686f0198a1c_arm64", "product_id": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:18dc1090514fe1740de1f7cd4115dab6be6b210d8726dc9ad520c686f0198a1c_arm64", "product_identification_helper": { "purl": "pkg:oci/ansible-python-base-rhel8@sha256:18dc1090514fe1740de1f7cd4115dab6be6b210d8726dc9ad520c686f0198a1c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8\u0026tag=1.0.0-690" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:29d34317295d0f3b22461df849189a828993baf98b9b5a0ddfb7f7185dcabb25_arm64", "product": { "name": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:29d34317295d0f3b22461df849189a828993baf98b9b5a0ddfb7f7185dcabb25_arm64", "product_id": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:29d34317295d0f3b22461df849189a828993baf98b9b5a0ddfb7f7185dcabb25_arm64", "product_identification_helper": { "purl": "pkg:oci/ansible-python-base-rhel9@sha256:29d34317295d0f3b22461df849189a828993baf98b9b5a0ddfb7f7185dcabb25?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel9\u0026tag=1.0.0-691" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3cb86f6bb54004d3ff72daf0dd9ee2f7d62ae1c0c87f9764a3e9f9c211567d3b_arm64", "product": { "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3cb86f6bb54004d3ff72daf0dd9ee2f7d62ae1c0c87f9764a3e9f9c211567d3b_arm64", "product_id": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3cb86f6bb54004d3ff72daf0dd9ee2f7d62ae1c0c87f9764a3e9f9c211567d3b_arm64", "product_identification_helper": { "purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:3cb86f6bb54004d3ff72daf0dd9ee2f7d62ae1c0c87f9764a3e9f9c211567d3b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel9\u0026tag=1.0.0-648" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:5e7b54220ba3a0d19aa7adb72510d22cb3771ddc61140990d79799e8c0be0fbb_arm64", "product": { "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:5e7b54220ba3a0d19aa7adb72510d22cb3771ddc61140990d79799e8c0be0fbb_arm64", "product_id": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:5e7b54220ba3a0d19aa7adb72510d22cb3771ddc61140990d79799e8c0be0fbb_arm64", "product_identification_helper": { "purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:5e7b54220ba3a0d19aa7adb72510d22cb3771ddc61140990d79799e8c0be0fbb?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8\u0026tag=1.0.0-649" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/controller-rhel8@sha256:d8830b75b2ac589cb0d8e802c4531b989cd1d5fbfc3c4bd437b7849dbb393603_arm64", "product": { "name": "ansible-automation-platform-25/controller-rhel8@sha256:d8830b75b2ac589cb0d8e802c4531b989cd1d5fbfc3c4bd437b7849dbb393603_arm64", "product_id": "ansible-automation-platform-25/controller-rhel8@sha256:d8830b75b2ac589cb0d8e802c4531b989cd1d5fbfc3c4bd437b7849dbb393603_arm64", "product_identification_helper": { "purl": "pkg:oci/controller-rhel8@sha256:d8830b75b2ac589cb0d8e802c4531b989cd1d5fbfc3c4bd437b7849dbb393603?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/controller-rhel8\u0026tag=4.6.6-1" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/controller-rhel8-operator@sha256:9dfb2477871cefbdc661f5f5db091a720e811c6584818d23670a7b195a2b739c_arm64", "product": { "name": "ansible-automation-platform-25/controller-rhel8-operator@sha256:9dfb2477871cefbdc661f5f5db091a720e811c6584818d23670a7b195a2b739c_arm64", "product_id": "ansible-automation-platform-25/controller-rhel8-operator@sha256:9dfb2477871cefbdc661f5f5db091a720e811c6584818d23670a7b195a2b739c_arm64", "product_identification_helper": { "purl": "pkg:oci/controller-rhel8-operator@sha256:9dfb2477871cefbdc661f5f5db091a720e811c6584818d23670a7b195a2b739c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator\u0026tag=2.5-146" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/eda-controller-rhel8@sha256:ef1275f381716c1e54a99a41007bb1407c10aa7124efd86b261dd555f27bab75_arm64", "product": { "name": "ansible-automation-platform-25/eda-controller-rhel8@sha256:ef1275f381716c1e54a99a41007bb1407c10aa7124efd86b261dd555f27bab75_arm64", "product_id": "ansible-automation-platform-25/eda-controller-rhel8@sha256:ef1275f381716c1e54a99a41007bb1407c10aa7124efd86b261dd555f27bab75_arm64", "product_identification_helper": { "purl": "pkg:oci/eda-controller-rhel8@sha256:ef1275f381716c1e54a99a41007bb1407c10aa7124efd86b261dd555f27bab75?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8\u0026tag=1.1.3-12" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f09bcbf5774c049659380795fad210ebd5592efc93a1a67dd04df90aaec3cbc4_arm64", "product": { "name": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f09bcbf5774c049659380795fad210ebd5592efc93a1a67dd04df90aaec3cbc4_arm64", "product_id": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f09bcbf5774c049659380795fad210ebd5592efc93a1a67dd04df90aaec3cbc4_arm64", "product_identification_helper": { "purl": "pkg:oci/eda-controller-rhel8-operator@sha256:f09bcbf5774c049659380795fad210ebd5592efc93a1a67dd04df90aaec3cbc4?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator\u0026tag=2.5-145" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:35fd67d59edc1b5c8c050d9f1b866372676f3d26118ea068744d45970db6499c_arm64", "product": { "name": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:35fd67d59edc1b5c8c050d9f1b866372676f3d26118ea068744d45970db6499c_arm64", "product_id": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:35fd67d59edc1b5c8c050d9f1b866372676f3d26118ea068744d45970db6499c_arm64", "product_identification_helper": { "purl": "pkg:oci/eda-controller-ui-rhel8@sha256:35fd67d59edc1b5c8c050d9f1b866372676f3d26118ea068744d45970db6499c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8\u0026tag=1.1.3-3" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/gateway-rhel8@sha256:a7d1da2bcf12eae6dc64b246dbc89c50d3b15e95ac90de3135ed02e415fded7d_arm64", "product": { "name": "ansible-automation-platform-25/gateway-rhel8@sha256:a7d1da2bcf12eae6dc64b246dbc89c50d3b15e95ac90de3135ed02e415fded7d_arm64", "product_id": "ansible-automation-platform-25/gateway-rhel8@sha256:a7d1da2bcf12eae6dc64b246dbc89c50d3b15e95ac90de3135ed02e415fded7d_arm64", "product_identification_helper": { "purl": "pkg:oci/gateway-rhel8@sha256:a7d1da2bcf12eae6dc64b246dbc89c50d3b15e95ac90de3135ed02e415fded7d?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/gateway-rhel8\u0026tag=2.5.20250115-1" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:dca5e728dd36d55c7fa8e05010ee73c3617c5ad13f96de69877e3fd792bf7ad0_arm64", "product": { "name": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:dca5e728dd36d55c7fa8e05010ee73c3617c5ad13f96de69877e3fd792bf7ad0_arm64", "product_id": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:dca5e728dd36d55c7fa8e05010ee73c3617c5ad13f96de69877e3fd792bf7ad0_arm64", "product_identification_helper": { "purl": "pkg:oci/gateway-rhel8-operator@sha256:dca5e728dd36d55c7fa8e05010ee73c3617c5ad13f96de69877e3fd792bf7ad0?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator\u0026tag=2.5-187" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4adc7a85c101074d3dd7f8d8affea9350f37c0a5da71c3dc037c5478bf8dc357_arm64", "product": { "name": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4adc7a85c101074d3dd7f8d8affea9350f37c0a5da71c3dc037c5478bf8dc357_arm64", "product_id": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4adc7a85c101074d3dd7f8d8affea9350f37c0a5da71c3dc037c5478bf8dc357_arm64", "product_identification_helper": { "purl": "pkg:oci/gateway-proxy-rhel8@sha256:4adc7a85c101074d3dd7f8d8affea9350f37c0a5da71c3dc037c5478bf8dc357?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8\u0026tag=2.5.0-37" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/hub-rhel8@sha256:1682cc7c3027640f428a7da2724a92ab8d4abb6d1b50e6cdc5c4ac84a0b3ce25_arm64", "product": { "name": "ansible-automation-platform-25/hub-rhel8@sha256:1682cc7c3027640f428a7da2724a92ab8d4abb6d1b50e6cdc5c4ac84a0b3ce25_arm64", "product_id": "ansible-automation-platform-25/hub-rhel8@sha256:1682cc7c3027640f428a7da2724a92ab8d4abb6d1b50e6cdc5c4ac84a0b3ce25_arm64", "product_identification_helper": { "purl": "pkg:oci/hub-rhel8@sha256:1682cc7c3027640f428a7da2724a92ab8d4abb6d1b50e6cdc5c4ac84a0b3ce25?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/hub-rhel8\u0026tag=4.10.1-19" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/hub-rhel8-operator@sha256:7663bed7f9621302bd1495470918d93b8f13db057f94748de7b38ff6bf27cea8_arm64", "product": { "name": "ansible-automation-platform-25/hub-rhel8-operator@sha256:7663bed7f9621302bd1495470918d93b8f13db057f94748de7b38ff6bf27cea8_arm64", "product_id": "ansible-automation-platform-25/hub-rhel8-operator@sha256:7663bed7f9621302bd1495470918d93b8f13db057f94748de7b38ff6bf27cea8_arm64", "product_identification_helper": { "purl": "pkg:oci/hub-rhel8-operator@sha256:7663bed7f9621302bd1495470918d93b8f13db057f94748de7b38ff6bf27cea8?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator\u0026tag=2.5-147" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/hub-web-rhel8@sha256:9a05373a6c38ef2ffc1dc6e4676ba3ce6b7d35d795b8d3c49b9a592f60f47b0e_arm64", "product": { "name": "ansible-automation-platform-25/hub-web-rhel8@sha256:9a05373a6c38ef2ffc1dc6e4676ba3ce6b7d35d795b8d3c49b9a592f60f47b0e_arm64", "product_id": "ansible-automation-platform-25/hub-web-rhel8@sha256:9a05373a6c38ef2ffc1dc6e4676ba3ce6b7d35d795b8d3c49b9a592f60f47b0e_arm64", "product_identification_helper": { "purl": "pkg:oci/hub-web-rhel8@sha256:9a05373a6c38ef2ffc1dc6e4676ba3ce6b7d35d795b8d3c49b9a592f60f47b0e?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8\u0026tag=4.10.1-16" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/de-minimal-rhel8@sha256:fdb21020cba553552bcb1f14d661fa2c715a7231878a84dec4c55b077f582db3_arm64", "product": { "name": "ansible-automation-platform-25/de-minimal-rhel8@sha256:fdb21020cba553552bcb1f14d661fa2c715a7231878a84dec4c55b077f582db3_arm64", "product_id": "ansible-automation-platform-25/de-minimal-rhel8@sha256:fdb21020cba553552bcb1f14d661fa2c715a7231878a84dec4c55b077f582db3_arm64", "product_identification_helper": { "purl": "pkg:oci/de-minimal-rhel8@sha256:fdb21020cba553552bcb1f14d661fa2c715a7231878a84dec4c55b077f582db3?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8\u0026tag=1.1.2-9" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/de-minimal-rhel9@sha256:53d5d6d5f13135d56054647bd2ce4ce84a4ae7345f06a8689ab89c4c34ad2e7f_arm64", "product": { "name": "ansible-automation-platform-25/de-minimal-rhel9@sha256:53d5d6d5f13135d56054647bd2ce4ce84a4ae7345f06a8689ab89c4c34ad2e7f_arm64", "product_id": "ansible-automation-platform-25/de-minimal-rhel9@sha256:53d5d6d5f13135d56054647bd2ce4ce84a4ae7345f06a8689ab89c4c34ad2e7f_arm64", "product_identification_helper": { "purl": "pkg:oci/de-minimal-rhel9@sha256:53d5d6d5f13135d56054647bd2ce4ce84a4ae7345f06a8689ab89c4c34ad2e7f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel9\u0026tag=1.1.2-10" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/de-supported-rhel8@sha256:d1c875776a86e52d54361d926bf2861b5191b2319e6f8b09c8202bcc505fa8cd_arm64", "product": { "name": "ansible-automation-platform-25/de-supported-rhel8@sha256:d1c875776a86e52d54361d926bf2861b5191b2319e6f8b09c8202bcc505fa8cd_arm64", "product_id": "ansible-automation-platform-25/de-supported-rhel8@sha256:d1c875776a86e52d54361d926bf2861b5191b2319e6f8b09c8202bcc505fa8cd_arm64", "product_identification_helper": { "purl": "pkg:oci/de-supported-rhel8@sha256:d1c875776a86e52d54361d926bf2861b5191b2319e6f8b09c8202bcc505fa8cd?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8\u0026tag=1.1.2-14" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/de-supported-rhel9@sha256:e5df14c54ea3e7aff61d38d735d8de1430fe75d6344bbf77b02f3f4942a9ea7f_arm64", "product": { "name": "ansible-automation-platform-25/de-supported-rhel9@sha256:e5df14c54ea3e7aff61d38d735d8de1430fe75d6344bbf77b02f3f4942a9ea7f_arm64", "product_id": "ansible-automation-platform-25/de-supported-rhel9@sha256:e5df14c54ea3e7aff61d38d735d8de1430fe75d6344bbf77b02f3f4942a9ea7f_arm64", "product_identification_helper": { "purl": "pkg:oci/de-supported-rhel9@sha256:e5df14c54ea3e7aff61d38d735d8de1430fe75d6344bbf77b02f3f4942a9ea7f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/de-supported-rhel9\u0026tag=1.1.2-15" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:8215b9e6dde14bde8a3c35ddf9616818ec3821dfe53e4bd07943e15842f78b44_arm64", "product": { "name": "ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:8215b9e6dde14bde8a3c35ddf9616818ec3821dfe53e4bd07943e15842f78b44_arm64", "product_id": "ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:8215b9e6dde14bde8a3c35ddf9616818ec3821dfe53e4bd07943e15842f78b44_arm64", "product_identification_helper": { "purl": "pkg:oci/ee-cloud-services-rhel9@sha256:8215b9e6dde14bde8a3c35ddf9616818ec3821dfe53e4bd07943e15842f78b44?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-cloud-services-rhel9\u0026tag=1.0.0-292" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:5ed4a8e0ffeec991b88561e6ccc27b02c4cd6130c307816ef9d0bf08fc7924f3_arm64", "product": { "name": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:5ed4a8e0ffeec991b88561e6ccc27b02c4cd6130c307816ef9d0bf08fc7924f3_arm64", "product_id": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:5ed4a8e0ffeec991b88561e6ccc27b02c4cd6130c307816ef9d0bf08fc7924f3_arm64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:5ed4a8e0ffeec991b88561e6ccc27b02c4cd6130c307816ef9d0bf08fc7924f3?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel9\u0026tag=1.0.0-800" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:df4aadce50ab0363b3f79455cec7555134a4c9af51b4534346a84b411b139196_arm64", "product": { "name": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:df4aadce50ab0363b3f79455cec7555134a4c9af51b4534346a84b411b139196_arm64", "product_id": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:df4aadce50ab0363b3f79455cec7555134a4c9af51b4534346a84b411b139196_arm64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:df4aadce50ab0363b3f79455cec7555134a4c9af51b4534346a84b411b139196?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8\u0026tag=1.0.0-799" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ee-supported-rhel8@sha256:5b302d0c0f16453850ce6c86362ff3fe8362736d7ae1547a05e6e583529381b9_arm64", "product": { "name": "ansible-automation-platform-25/ee-supported-rhel8@sha256:5b302d0c0f16453850ce6c86362ff3fe8362736d7ae1547a05e6e583529381b9_arm64", "product_id": "ansible-automation-platform-25/ee-supported-rhel8@sha256:5b302d0c0f16453850ce6c86362ff3fe8362736d7ae1547a05e6e583529381b9_arm64", "product_identification_helper": { "purl": "pkg:oci/ee-supported-rhel8@sha256:5b302d0c0f16453850ce6c86362ff3fe8362736d7ae1547a05e6e583529381b9?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8\u0026tag=1.0.0-874" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/ee-supported-rhel9@sha256:7e46a8b679402508430bf8123527897f026a96fdf8f934d42ce723d108b2f2ae_arm64", "product": { "name": "ansible-automation-platform-25/ee-supported-rhel9@sha256:7e46a8b679402508430bf8123527897f026a96fdf8f934d42ce723d108b2f2ae_arm64", "product_id": "ansible-automation-platform-25/ee-supported-rhel9@sha256:7e46a8b679402508430bf8123527897f026a96fdf8f934d42ce723d108b2f2ae_arm64", "product_identification_helper": { "purl": "pkg:oci/ee-supported-rhel9@sha256:7e46a8b679402508430bf8123527897f026a96fdf8f934d42ce723d108b2f2ae?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel9\u0026tag=1.0.0-875" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:ebc4f111371a3d548dd044184b6605f2269415c467788b9d3112fb63b44d8332_arm64", "product": { "name": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:ebc4f111371a3d548dd044184b6605f2269415c467788b9d3112fb63b44d8332_arm64", "product_id": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:ebc4f111371a3d548dd044184b6605f2269415c467788b9d3112fb63b44d8332_arm64", "product_identification_helper": { "purl": "pkg:oci/platform-resource-rhel8-operator@sha256:ebc4f111371a3d548dd044184b6605f2269415c467788b9d3112fb63b44d8332?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator\u0026tag=2.5-99" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d3d9e7fc38b7bf1f05bc28d71f079c24162866ba4d82934f0a104b3fbc0a854c_arm64", "product": { "name": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d3d9e7fc38b7bf1f05bc28d71f079c24162866ba4d82934f0a104b3fbc0a854c_arm64", "product_id": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d3d9e7fc38b7bf1f05bc28d71f079c24162866ba4d82934f0a104b3fbc0a854c_arm64", "product_identification_helper": { "purl": "pkg:oci/platform-resource-runner-rhel8@sha256:d3d9e7fc38b7bf1f05bc28d71f079c24162866ba4d82934f0a104b3fbc0a854c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8\u0026tag=2.5-130" } } }, { "category": "product_version", "name": "ansible-automation-platform-25/receptor-rhel8@sha256:7af8245d601c5920095f9ef795cc0f4a52167079e8d969a4eabdb4cf19df1e2b_arm64", "product": { "name": "ansible-automation-platform-25/receptor-rhel8@sha256:7af8245d601c5920095f9ef795cc0f4a52167079e8d969a4eabdb4cf19df1e2b_arm64", "product_id": "ansible-automation-platform-25/receptor-rhel8@sha256:7af8245d601c5920095f9ef795cc0f4a52167079e8d969a4eabdb4cf19df1e2b_arm64", "product_identification_helper": { "purl": "pkg:oci/receptor-rhel8@sha256:7af8245d601c5920095f9ef795cc0f4a52167079e8d969a4eabdb4cf19df1e2b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25/receptor-rhel8\u0026tag=1.5.1-8" } } } ], "category": "architecture", "name": "arm64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:dc8d5006c2f1180af77467811543fcfe07e26a4c88c6707b206692ba88994f3d_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:dc8d5006c2f1180af77467811543fcfe07e26a4c88c6707b206692ba88994f3d_amd64" }, "product_reference": "ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:dc8d5006c2f1180af77467811543fcfe07e26a4c88c6707b206692ba88994f3d_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:76dda3813db9e4b3c9b6231a4671b4ea83bcdfc12aca0203642f16078a7a7308_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:76dda3813db9e4b3c9b6231a4671b4ea83bcdfc12aca0203642f16078a7a7308_amd64" }, "product_reference": "ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:76dda3813db9e4b3c9b6231a4671b4ea83bcdfc12aca0203642f16078a7a7308_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:2b3f660afb09d885008805164913031724a2e6ef44c23bcfcda0872547796020_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:2b3f660afb09d885008805164913031724a2e6ef44c23bcfcda0872547796020_amd64" }, "product_reference": "ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:2b3f660afb09d885008805164913031724a2e6ef44c23bcfcda0872547796020_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:f73293bbc83a989de958a093f9d27a390fcd5fd889b6991b29246e946ff5f173_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:f73293bbc83a989de958a093f9d27a390fcd5fd889b6991b29246e946ff5f173_amd64" }, "product_reference": "ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:f73293bbc83a989de958a093f9d27a390fcd5fd889b6991b29246e946ff5f173_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:9108919ceaf1b2a74eb09d34d21c79d87a5c2913cb7c0bc14d4a91d7ac4eab2a_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:9108919ceaf1b2a74eb09d34d21c79d87a5c2913cb7c0bc14d4a91d7ac4eab2a_amd64" }, "product_reference": "ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:9108919ceaf1b2a74eb09d34d21c79d87a5c2913cb7c0bc14d4a91d7ac4eab2a_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:24108b3f430077e1d062598a7452e0f080fa0c6847941b0cee9a98630d1ba924_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:24108b3f430077e1d062598a7452e0f080fa0c6847941b0cee9a98630d1ba924_arm64" }, "product_reference": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:24108b3f430077e1d062598a7452e0f080fa0c6847941b0cee9a98630d1ba924_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:e6dea9e1291824c64e30da60304c6260dac63aa592f59eb446182525d37a60d5_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:e6dea9e1291824c64e30da60304c6260dac63aa592f59eb446182525d37a60d5_ppc64le" }, "product_reference": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:e6dea9e1291824c64e30da60304c6260dac63aa592f59eb446182525d37a60d5_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ec32e837696ce70d99b910f09c5f249f467d41611b17ebda65a97f472da2d23b_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ec32e837696ce70d99b910f09c5f249f467d41611b17ebda65a97f472da2d23b_s390x" }, "product_reference": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ec32e837696ce70d99b910f09c5f249f467d41611b17ebda65a97f472da2d23b_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:faefa5edfe878a594f3710220561659721f315ddcbc213f6abe58b2846194959_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:faefa5edfe878a594f3710220561659721f315ddcbc213f6abe58b2846194959_amd64" }, "product_reference": "ansible-automation-platform-25/aap-must-gather-rhel8@sha256:faefa5edfe878a594f3710220561659721f315ddcbc213f6abe58b2846194959_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:725d3556e9bd2e91acf345a93ad9f0216ebabfd537a416c4934841d3747a86fe_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:725d3556e9bd2e91acf345a93ad9f0216ebabfd537a416c4934841d3747a86fe_amd64" }, "product_reference": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:725d3556e9bd2e91acf345a93ad9f0216ebabfd537a416c4934841d3747a86fe_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:929b3e8c84ed0a424f1dea07a411ef22dc7622dbd2491fa01765b68a50e84397_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:929b3e8c84ed0a424f1dea07a411ef22dc7622dbd2491fa01765b68a50e84397_ppc64le" }, "product_reference": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:929b3e8c84ed0a424f1dea07a411ef22dc7622dbd2491fa01765b68a50e84397_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:ad74ec5dbb2ddfa557843d6b3642c6168e17d36ba2d8d7d71ee61d625c578957_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:ad74ec5dbb2ddfa557843d6b3642c6168e17d36ba2d8d7d71ee61d625c578957_arm64" }, "product_reference": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:ad74ec5dbb2ddfa557843d6b3642c6168e17d36ba2d8d7d71ee61d625c578957_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:e0d2cfb63a119d9eb24a12610a63155ed5388d8a4b29c7b7b1388f5038637a9d_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:e0d2cfb63a119d9eb24a12610a63155ed5388d8a4b29c7b7b1388f5038637a9d_s390x" }, "product_reference": "ansible-automation-platform-25/ansible-builder-rhel8@sha256:e0d2cfb63a119d9eb24a12610a63155ed5388d8a4b29c7b7b1388f5038637a9d_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:036ac746da4275b51bfa147aa88d78c0e10ffc487c4e2921def86c4f9ac5b005_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:036ac746da4275b51bfa147aa88d78c0e10ffc487c4e2921def86c4f9ac5b005_s390x" }, "product_reference": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:036ac746da4275b51bfa147aa88d78c0e10ffc487c4e2921def86c4f9ac5b005_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:26d157f4479c38dc2cb9bd68855534534fb70fe331bb6b3ca72f107e7b740c05_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:26d157f4479c38dc2cb9bd68855534534fb70fe331bb6b3ca72f107e7b740c05_arm64" }, "product_reference": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:26d157f4479c38dc2cb9bd68855534534fb70fe331bb6b3ca72f107e7b740c05_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3587939de3944776d9a680e0ec85af84f62ca3c834aca27ee4a36a2f93a656e9_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3587939de3944776d9a680e0ec85af84f62ca3c834aca27ee4a36a2f93a656e9_ppc64le" }, "product_reference": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3587939de3944776d9a680e0ec85af84f62ca3c834aca27ee4a36a2f93a656e9_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:e3e2b8ea61494b68c9681e2e086ed754c8820b5136c6a0e03a2c33cd286c63ae_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:e3e2b8ea61494b68c9681e2e086ed754c8820b5136c6a0e03a2c33cd286c63ae_amd64" }, "product_reference": "ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:e3e2b8ea61494b68c9681e2e086ed754c8820b5136c6a0e03a2c33cd286c63ae_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:18dc1090514fe1740de1f7cd4115dab6be6b210d8726dc9ad520c686f0198a1c_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:18dc1090514fe1740de1f7cd4115dab6be6b210d8726dc9ad520c686f0198a1c_arm64" }, "product_reference": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:18dc1090514fe1740de1f7cd4115dab6be6b210d8726dc9ad520c686f0198a1c_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:7c701fc085b75859961b15027c263864853682cfbb327ae8e220130e8f8af3d5_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:7c701fc085b75859961b15027c263864853682cfbb327ae8e220130e8f8af3d5_s390x" }, "product_reference": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:7c701fc085b75859961b15027c263864853682cfbb327ae8e220130e8f8af3d5_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:a3cbfbe7fea909868346bbeefb5c14bfce77858c17aa6e36df0b34d5d24de794_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:a3cbfbe7fea909868346bbeefb5c14bfce77858c17aa6e36df0b34d5d24de794_amd64" }, "product_reference": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:a3cbfbe7fea909868346bbeefb5c14bfce77858c17aa6e36df0b34d5d24de794_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b68431e7c04d57dc22644e1b3637541216cf554d7444c53503fdd12a64881ec4_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b68431e7c04d57dc22644e1b3637541216cf554d7444c53503fdd12a64881ec4_ppc64le" }, "product_reference": "ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b68431e7c04d57dc22644e1b3637541216cf554d7444c53503fdd12a64881ec4_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:145d69e08e4ec9009e0c4c95c2941aa00344abcb4c2789fa0e197867653b70dc_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:145d69e08e4ec9009e0c4c95c2941aa00344abcb4c2789fa0e197867653b70dc_s390x" }, "product_reference": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:145d69e08e4ec9009e0c4c95c2941aa00344abcb4c2789fa0e197867653b70dc_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:5e7b54220ba3a0d19aa7adb72510d22cb3771ddc61140990d79799e8c0be0fbb_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:5e7b54220ba3a0d19aa7adb72510d22cb3771ddc61140990d79799e8c0be0fbb_arm64" }, "product_reference": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:5e7b54220ba3a0d19aa7adb72510d22cb3771ddc61140990d79799e8c0be0fbb_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:ade07a2b5cda4c38ca83691e5ae1f03e9a575deb8384f69c3533c10c6c99ce6d_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:ade07a2b5cda4c38ca83691e5ae1f03e9a575deb8384f69c3533c10c6c99ce6d_amd64" }, "product_reference": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:ade07a2b5cda4c38ca83691e5ae1f03e9a575deb8384f69c3533c10c6c99ce6d_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:e69e3df9bdd02cac0e61a92ab1dc92742aeb3519ae5c694a5e02d4b946614d20_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:e69e3df9bdd02cac0e61a92ab1dc92742aeb3519ae5c694a5e02d4b946614d20_ppc64le" }, "product_reference": "ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:e69e3df9bdd02cac0e61a92ab1dc92742aeb3519ae5c694a5e02d4b946614d20_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/controller-rhel8-operator@sha256:5c297d87438eae45b1606ae454262346978fcfe0e13a3dd6cb5feb162942b3f0_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:5c297d87438eae45b1606ae454262346978fcfe0e13a3dd6cb5feb162942b3f0_amd64" }, "product_reference": "ansible-automation-platform-25/controller-rhel8-operator@sha256:5c297d87438eae45b1606ae454262346978fcfe0e13a3dd6cb5feb162942b3f0_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/controller-rhel8-operator@sha256:7f11ad704f3bdb820df673bbc3599e1c0c51aa738712874eab28e3c689b23484_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:7f11ad704f3bdb820df673bbc3599e1c0c51aa738712874eab28e3c689b23484_s390x" }, "product_reference": "ansible-automation-platform-25/controller-rhel8-operator@sha256:7f11ad704f3bdb820df673bbc3599e1c0c51aa738712874eab28e3c689b23484_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/controller-rhel8-operator@sha256:9dfb2477871cefbdc661f5f5db091a720e811c6584818d23670a7b195a2b739c_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:9dfb2477871cefbdc661f5f5db091a720e811c6584818d23670a7b195a2b739c_arm64" }, "product_reference": "ansible-automation-platform-25/controller-rhel8-operator@sha256:9dfb2477871cefbdc661f5f5db091a720e811c6584818d23670a7b195a2b739c_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/controller-rhel8-operator@sha256:e220c411759b0ea86bf45e6825277fc67fbd92f3d9ecf908375089812213e2cd_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e220c411759b0ea86bf45e6825277fc67fbd92f3d9ecf908375089812213e2cd_ppc64le" }, "product_reference": "ansible-automation-platform-25/controller-rhel8-operator@sha256:e220c411759b0ea86bf45e6825277fc67fbd92f3d9ecf908375089812213e2cd_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/controller-rhel8@sha256:0c7bbf37a7f88dea9029a30ecd5cd9968b9432209e0c80d4c84950269a6f5c35_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:0c7bbf37a7f88dea9029a30ecd5cd9968b9432209e0c80d4c84950269a6f5c35_amd64" }, "product_reference": "ansible-automation-platform-25/controller-rhel8@sha256:0c7bbf37a7f88dea9029a30ecd5cd9968b9432209e0c80d4c84950269a6f5c35_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/controller-rhel8@sha256:7cc34e0020cf3a24be08da80d13e4d13f41d9d6c574b53f0121cea218e28e38d_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:7cc34e0020cf3a24be08da80d13e4d13f41d9d6c574b53f0121cea218e28e38d_ppc64le" }, "product_reference": "ansible-automation-platform-25/controller-rhel8@sha256:7cc34e0020cf3a24be08da80d13e4d13f41d9d6c574b53f0121cea218e28e38d_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/controller-rhel8@sha256:d8830b75b2ac589cb0d8e802c4531b989cd1d5fbfc3c4bd437b7849dbb393603_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:d8830b75b2ac589cb0d8e802c4531b989cd1d5fbfc3c4bd437b7849dbb393603_arm64" }, "product_reference": "ansible-automation-platform-25/controller-rhel8@sha256:d8830b75b2ac589cb0d8e802c4531b989cd1d5fbfc3c4bd437b7849dbb393603_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/controller-rhel8@sha256:da0d3ff04a837ba199a6d4f7c18f0462b6ca1da19af1d1673f35b19ecd9f7908_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:da0d3ff04a837ba199a6d4f7c18f0462b6ca1da19af1d1673f35b19ecd9f7908_s390x" }, "product_reference": "ansible-automation-platform-25/controller-rhel8@sha256:da0d3ff04a837ba199a6d4f7c18f0462b6ca1da19af1d1673f35b19ecd9f7908_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/de-minimal-rhel8@sha256:18b58e802611f2e3704e6b4def22eb5c98a9a74847a72a20ca53260b793eefaf_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:18b58e802611f2e3704e6b4def22eb5c98a9a74847a72a20ca53260b793eefaf_amd64" }, "product_reference": "ansible-automation-platform-25/de-minimal-rhel8@sha256:18b58e802611f2e3704e6b4def22eb5c98a9a74847a72a20ca53260b793eefaf_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/de-minimal-rhel8@sha256:3abff9bf7545c4eb4f07036a90e11909da3f1439d6253726077e6a0fdcf40735_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:3abff9bf7545c4eb4f07036a90e11909da3f1439d6253726077e6a0fdcf40735_s390x" }, "product_reference": "ansible-automation-platform-25/de-minimal-rhel8@sha256:3abff9bf7545c4eb4f07036a90e11909da3f1439d6253726077e6a0fdcf40735_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/de-minimal-rhel8@sha256:ec56cd10bc1809ad6cd9f917ecf7afb6ef815619c6450c8482918af20654ddfb_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:ec56cd10bc1809ad6cd9f917ecf7afb6ef815619c6450c8482918af20654ddfb_ppc64le" }, "product_reference": "ansible-automation-platform-25/de-minimal-rhel8@sha256:ec56cd10bc1809ad6cd9f917ecf7afb6ef815619c6450c8482918af20654ddfb_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/de-minimal-rhel8@sha256:fdb21020cba553552bcb1f14d661fa2c715a7231878a84dec4c55b077f582db3_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:fdb21020cba553552bcb1f14d661fa2c715a7231878a84dec4c55b077f582db3_arm64" }, "product_reference": "ansible-automation-platform-25/de-minimal-rhel8@sha256:fdb21020cba553552bcb1f14d661fa2c715a7231878a84dec4c55b077f582db3_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/de-supported-rhel8@sha256:0742e8cb70ca94663b57f9238a8901e1a549af21d77329f4902a569e3df67867_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0742e8cb70ca94663b57f9238a8901e1a549af21d77329f4902a569e3df67867_amd64" }, "product_reference": "ansible-automation-platform-25/de-supported-rhel8@sha256:0742e8cb70ca94663b57f9238a8901e1a549af21d77329f4902a569e3df67867_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/de-supported-rhel8@sha256:0dce85b9996e5321b6d2b4fa09be3c63dbdd7185b7c81761d6064d5018fd2671_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0dce85b9996e5321b6d2b4fa09be3c63dbdd7185b7c81761d6064d5018fd2671_s390x" }, "product_reference": "ansible-automation-platform-25/de-supported-rhel8@sha256:0dce85b9996e5321b6d2b4fa09be3c63dbdd7185b7c81761d6064d5018fd2671_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/de-supported-rhel8@sha256:d1c875776a86e52d54361d926bf2861b5191b2319e6f8b09c8202bcc505fa8cd_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:d1c875776a86e52d54361d926bf2861b5191b2319e6f8b09c8202bcc505fa8cd_arm64" }, "product_reference": "ansible-automation-platform-25/de-supported-rhel8@sha256:d1c875776a86e52d54361d926bf2861b5191b2319e6f8b09c8202bcc505fa8cd_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/de-supported-rhel8@sha256:ebba01bdb3b12df5ea3cdb60d98d3100cfe94ca265b21045bc38902f96f1677d_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:ebba01bdb3b12df5ea3cdb60d98d3100cfe94ca265b21045bc38902f96f1677d_ppc64le" }, "product_reference": "ansible-automation-platform-25/de-supported-rhel8@sha256:ebba01bdb3b12df5ea3cdb60d98d3100cfe94ca265b21045bc38902f96f1677d_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41016d60686857701a07da836c9fb8dccc4be66204785ddc4e6b9ecd7e069783_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41016d60686857701a07da836c9fb8dccc4be66204785ddc4e6b9ecd7e069783_ppc64le" }, "product_reference": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41016d60686857701a07da836c9fb8dccc4be66204785ddc4e6b9ecd7e069783_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:4a9e8d4c7fbc70aa11af1377a31385d0656c6ec1df10ee36570266dc7f675555_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:4a9e8d4c7fbc70aa11af1377a31385d0656c6ec1df10ee36570266dc7f675555_amd64" }, "product_reference": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:4a9e8d4c7fbc70aa11af1377a31385d0656c6ec1df10ee36570266dc7f675555_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f09bcbf5774c049659380795fad210ebd5592efc93a1a67dd04df90aaec3cbc4_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f09bcbf5774c049659380795fad210ebd5592efc93a1a67dd04df90aaec3cbc4_arm64" }, "product_reference": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f09bcbf5774c049659380795fad210ebd5592efc93a1a67dd04df90aaec3cbc4_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f9e5af61e840a071d5b6338acc6e434479424373bdddd7f233f93fe6f86b0578_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f9e5af61e840a071d5b6338acc6e434479424373bdddd7f233f93fe6f86b0578_s390x" }, "product_reference": "ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f9e5af61e840a071d5b6338acc6e434479424373bdddd7f233f93fe6f86b0578_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/eda-controller-rhel8@sha256:662efdccc86181b295c708a69cd458dfd9eb0306382a6f8836b61691dafa4715_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:662efdccc86181b295c708a69cd458dfd9eb0306382a6f8836b61691dafa4715_ppc64le" }, "product_reference": "ansible-automation-platform-25/eda-controller-rhel8@sha256:662efdccc86181b295c708a69cd458dfd9eb0306382a6f8836b61691dafa4715_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/eda-controller-rhel8@sha256:6cbb31d4d0207565325a7849e22dd68b1418d537e84cf3a0a11b02855856e002_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:6cbb31d4d0207565325a7849e22dd68b1418d537e84cf3a0a11b02855856e002_amd64" }, "product_reference": "ansible-automation-platform-25/eda-controller-rhel8@sha256:6cbb31d4d0207565325a7849e22dd68b1418d537e84cf3a0a11b02855856e002_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/eda-controller-rhel8@sha256:9733738a42942400affb410fbaf8b451427e4c30ff350d1530cc4c0ca9c994a1_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:9733738a42942400affb410fbaf8b451427e4c30ff350d1530cc4c0ca9c994a1_s390x" }, "product_reference": "ansible-automation-platform-25/eda-controller-rhel8@sha256:9733738a42942400affb410fbaf8b451427e4c30ff350d1530cc4c0ca9c994a1_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/eda-controller-rhel8@sha256:ef1275f381716c1e54a99a41007bb1407c10aa7124efd86b261dd555f27bab75_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:ef1275f381716c1e54a99a41007bb1407c10aa7124efd86b261dd555f27bab75_arm64" }, "product_reference": "ansible-automation-platform-25/eda-controller-rhel8@sha256:ef1275f381716c1e54a99a41007bb1407c10aa7124efd86b261dd555f27bab75_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:35fd67d59edc1b5c8c050d9f1b866372676f3d26118ea068744d45970db6499c_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:35fd67d59edc1b5c8c050d9f1b866372676f3d26118ea068744d45970db6499c_arm64" }, "product_reference": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:35fd67d59edc1b5c8c050d9f1b866372676f3d26118ea068744d45970db6499c_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:521d0db50b5399e59b294b689bff1948132bced3f4e16ae502ff39d6961c6d7a_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:521d0db50b5399e59b294b689bff1948132bced3f4e16ae502ff39d6961c6d7a_ppc64le" }, "product_reference": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:521d0db50b5399e59b294b689bff1948132bced3f4e16ae502ff39d6961c6d7a_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5e3a3e2834e36f3d53a363391ccd90c3cd576e7c271c0ab27507ac71f2fb554b_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5e3a3e2834e36f3d53a363391ccd90c3cd576e7c271c0ab27507ac71f2fb554b_amd64" }, "product_reference": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5e3a3e2834e36f3d53a363391ccd90c3cd576e7c271c0ab27507ac71f2fb554b_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a0122f39c357af5023e3d266cbba863936648943d1ba73f43f0f9f636c505cda_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a0122f39c357af5023e3d266cbba863936648943d1ba73f43f0f9f636c505cda_s390x" }, "product_reference": "ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a0122f39c357af5023e3d266cbba863936648943d1ba73f43f0f9f636c505cda_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:6185554134a09396e8e72672bd6616ec4488cc54a3a6849212dc1a1ef6496b76_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:6185554134a09396e8e72672bd6616ec4488cc54a3a6849212dc1a1ef6496b76_ppc64le" }, "product_reference": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:6185554134a09396e8e72672bd6616ec4488cc54a3a6849212dc1a1ef6496b76_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:68ac790f665d325fae33a08fc89e6c2eb469d2892a0b0fe72aa6f6433dc5efbd_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:68ac790f665d325fae33a08fc89e6c2eb469d2892a0b0fe72aa6f6433dc5efbd_amd64" }, "product_reference": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:68ac790f665d325fae33a08fc89e6c2eb469d2892a0b0fe72aa6f6433dc5efbd_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:df4aadce50ab0363b3f79455cec7555134a4c9af51b4534346a84b411b139196_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:df4aadce50ab0363b3f79455cec7555134a4c9af51b4534346a84b411b139196_arm64" }, "product_reference": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:df4aadce50ab0363b3f79455cec7555134a4c9af51b4534346a84b411b139196_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:e50d105572ffce6047335409fd156f82fb45a4f07e9ecdc7f859a358af4cef0c_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:e50d105572ffce6047335409fd156f82fb45a4f07e9ecdc7f859a358af4cef0c_s390x" }, "product_reference": "ansible-automation-platform-25/ee-minimal-rhel8@sha256:e50d105572ffce6047335409fd156f82fb45a4f07e9ecdc7f859a358af4cef0c_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ee-supported-rhel8@sha256:5b302d0c0f16453850ce6c86362ff3fe8362736d7ae1547a05e6e583529381b9_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:5b302d0c0f16453850ce6c86362ff3fe8362736d7ae1547a05e6e583529381b9_arm64" }, "product_reference": "ansible-automation-platform-25/ee-supported-rhel8@sha256:5b302d0c0f16453850ce6c86362ff3fe8362736d7ae1547a05e6e583529381b9_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ee-supported-rhel8@sha256:a457746feb99cf75d1d8046ee5e90bcc46c37717dce22efe6511bdfc9a14a708_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a457746feb99cf75d1d8046ee5e90bcc46c37717dce22efe6511bdfc9a14a708_amd64" }, "product_reference": "ansible-automation-platform-25/ee-supported-rhel8@sha256:a457746feb99cf75d1d8046ee5e90bcc46c37717dce22efe6511bdfc9a14a708_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ee-supported-rhel8@sha256:a87f43e01543d68e2244820e68f1064c6a25782416ab3999ea5c5668ca007bd7_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a87f43e01543d68e2244820e68f1064c6a25782416ab3999ea5c5668ca007bd7_s390x" }, "product_reference": "ansible-automation-platform-25/ee-supported-rhel8@sha256:a87f43e01543d68e2244820e68f1064c6a25782416ab3999ea5c5668ca007bd7_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ee-supported-rhel8@sha256:afa2cdc63e2016ce7c2d48cd0c1c0a581fc9976116f43c1609da8401826baf6c_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:afa2cdc63e2016ce7c2d48cd0c1c0a581fc9976116f43c1609da8401826baf6c_ppc64le" }, "product_reference": "ansible-automation-platform-25/ee-supported-rhel8@sha256:afa2cdc63e2016ce7c2d48cd0c1c0a581fc9976116f43c1609da8401826baf6c_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4adc7a85c101074d3dd7f8d8affea9350f37c0a5da71c3dc037c5478bf8dc357_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4adc7a85c101074d3dd7f8d8affea9350f37c0a5da71c3dc037c5478bf8dc357_arm64" }, "product_reference": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4adc7a85c101074d3dd7f8d8affea9350f37c0a5da71c3dc037c5478bf8dc357_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4b004cccc00be3a37e21fa8c488d1e4ca96f047c697a5e968470efa57f0c97c8_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4b004cccc00be3a37e21fa8c488d1e4ca96f047c697a5e968470efa57f0c97c8_amd64" }, "product_reference": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4b004cccc00be3a37e21fa8c488d1e4ca96f047c697a5e968470efa57f0c97c8_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6209b029e96240192fc0e5ff5da54db3a3d3c45c780b3269377a759a6160bb4e_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6209b029e96240192fc0e5ff5da54db3a3d3c45c780b3269377a759a6160bb4e_s390x" }, "product_reference": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6209b029e96240192fc0e5ff5da54db3a3d3c45c780b3269377a759a6160bb4e_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:a8f5f30633889eb43fb65de7be75062ca098d9c48a08bc0673a82f8bd0c1d446_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:a8f5f30633889eb43fb65de7be75062ca098d9c48a08bc0673a82f8bd0c1d446_ppc64le" }, "product_reference": "ansible-automation-platform-25/gateway-proxy-rhel8@sha256:a8f5f30633889eb43fb65de7be75062ca098d9c48a08bc0673a82f8bd0c1d446_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:18f187d59c6185f5a7a549147819be9fec8baf8104b3c77c423936b826af3a70_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:18f187d59c6185f5a7a549147819be9fec8baf8104b3c77c423936b826af3a70_ppc64le" }, "product_reference": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:18f187d59c6185f5a7a549147819be9fec8baf8104b3c77c423936b826af3a70_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:a1ead217d3cdb924cbbc613cd652d377cf665500e914e668ce407bad5881d40f_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:a1ead217d3cdb924cbbc613cd652d377cf665500e914e668ce407bad5881d40f_amd64" }, "product_reference": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:a1ead217d3cdb924cbbc613cd652d377cf665500e914e668ce407bad5881d40f_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:dca5e728dd36d55c7fa8e05010ee73c3617c5ad13f96de69877e3fd792bf7ad0_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:dca5e728dd36d55c7fa8e05010ee73c3617c5ad13f96de69877e3fd792bf7ad0_arm64" }, "product_reference": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:dca5e728dd36d55c7fa8e05010ee73c3617c5ad13f96de69877e3fd792bf7ad0_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:ec712b5e76563cdf5ea496d96ce45160d9b61aa6f4fb86fe53a9f87330bcd7c7_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:ec712b5e76563cdf5ea496d96ce45160d9b61aa6f4fb86fe53a9f87330bcd7c7_s390x" }, "product_reference": "ansible-automation-platform-25/gateway-rhel8-operator@sha256:ec712b5e76563cdf5ea496d96ce45160d9b61aa6f4fb86fe53a9f87330bcd7c7_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/gateway-rhel8@sha256:2ae69bf767dbcc49446ac03325ff3e709c5b2a5faf4efb0c83155431b693288b_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:2ae69bf767dbcc49446ac03325ff3e709c5b2a5faf4efb0c83155431b693288b_ppc64le" }, "product_reference": "ansible-automation-platform-25/gateway-rhel8@sha256:2ae69bf767dbcc49446ac03325ff3e709c5b2a5faf4efb0c83155431b693288b_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/gateway-rhel8@sha256:73f4c72f0889d0c4d40117ee3afeb23f79236800d0b89fd53bcb6f6e916f06fe_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:73f4c72f0889d0c4d40117ee3afeb23f79236800d0b89fd53bcb6f6e916f06fe_amd64" }, "product_reference": "ansible-automation-platform-25/gateway-rhel8@sha256:73f4c72f0889d0c4d40117ee3afeb23f79236800d0b89fd53bcb6f6e916f06fe_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/gateway-rhel8@sha256:a7d1da2bcf12eae6dc64b246dbc89c50d3b15e95ac90de3135ed02e415fded7d_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:a7d1da2bcf12eae6dc64b246dbc89c50d3b15e95ac90de3135ed02e415fded7d_arm64" }, "product_reference": "ansible-automation-platform-25/gateway-rhel8@sha256:a7d1da2bcf12eae6dc64b246dbc89c50d3b15e95ac90de3135ed02e415fded7d_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/gateway-rhel8@sha256:fd752c00166c91b380cdf65ac7a1b57cf280e1fed9f3acb7a9eccafe355646af_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:fd752c00166c91b380cdf65ac7a1b57cf280e1fed9f3acb7a9eccafe355646af_s390x" }, "product_reference": "ansible-automation-platform-25/gateway-rhel8@sha256:fd752c00166c91b380cdf65ac7a1b57cf280e1fed9f3acb7a9eccafe355646af_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/hub-rhel8-operator@sha256:2857a93e1d0e58fc9eee876a1ed93997122d29417974b8bb891572810cd5ff87_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2857a93e1d0e58fc9eee876a1ed93997122d29417974b8bb891572810cd5ff87_ppc64le" }, "product_reference": "ansible-automation-platform-25/hub-rhel8-operator@sha256:2857a93e1d0e58fc9eee876a1ed93997122d29417974b8bb891572810cd5ff87_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/hub-rhel8-operator@sha256:2ae78254a689cf82498a4a8e99066a9e226eb28408366fb85daa2fa4014a4cee_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2ae78254a689cf82498a4a8e99066a9e226eb28408366fb85daa2fa4014a4cee_s390x" }, "product_reference": "ansible-automation-platform-25/hub-rhel8-operator@sha256:2ae78254a689cf82498a4a8e99066a9e226eb28408366fb85daa2fa4014a4cee_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/hub-rhel8-operator@sha256:7663bed7f9621302bd1495470918d93b8f13db057f94748de7b38ff6bf27cea8_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:7663bed7f9621302bd1495470918d93b8f13db057f94748de7b38ff6bf27cea8_arm64" }, "product_reference": "ansible-automation-platform-25/hub-rhel8-operator@sha256:7663bed7f9621302bd1495470918d93b8f13db057f94748de7b38ff6bf27cea8_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/hub-rhel8-operator@sha256:b080d5be81f801fa7de3fbb212009ffb21ac8f8fdf8ac1cea3a09d9bfd6600e2_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:b080d5be81f801fa7de3fbb212009ffb21ac8f8fdf8ac1cea3a09d9bfd6600e2_amd64" }, "product_reference": "ansible-automation-platform-25/hub-rhel8-operator@sha256:b080d5be81f801fa7de3fbb212009ffb21ac8f8fdf8ac1cea3a09d9bfd6600e2_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/hub-rhel8@sha256:1682cc7c3027640f428a7da2724a92ab8d4abb6d1b50e6cdc5c4ac84a0b3ce25_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1682cc7c3027640f428a7da2724a92ab8d4abb6d1b50e6cdc5c4ac84a0b3ce25_arm64" }, "product_reference": "ansible-automation-platform-25/hub-rhel8@sha256:1682cc7c3027640f428a7da2724a92ab8d4abb6d1b50e6cdc5c4ac84a0b3ce25_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/hub-rhel8@sha256:7716ebfe4582bb56f82c18b04d8a9ad5812956a97bd4fc881df0e1200e06c19c_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7716ebfe4582bb56f82c18b04d8a9ad5812956a97bd4fc881df0e1200e06c19c_amd64" }, "product_reference": "ansible-automation-platform-25/hub-rhel8@sha256:7716ebfe4582bb56f82c18b04d8a9ad5812956a97bd4fc881df0e1200e06c19c_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/hub-rhel8@sha256:90dd28b6df0588c35bb75ae5029a58acc23d1b2530b1190c9133c2015a11ce43_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:90dd28b6df0588c35bb75ae5029a58acc23d1b2530b1190c9133c2015a11ce43_ppc64le" }, "product_reference": "ansible-automation-platform-25/hub-rhel8@sha256:90dd28b6df0588c35bb75ae5029a58acc23d1b2530b1190c9133c2015a11ce43_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/hub-rhel8@sha256:97dd06fba86585736782609233bfb8be938a36c995e0da4de5aff511544456fc_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:97dd06fba86585736782609233bfb8be938a36c995e0da4de5aff511544456fc_s390x" }, "product_reference": "ansible-automation-platform-25/hub-rhel8@sha256:97dd06fba86585736782609233bfb8be938a36c995e0da4de5aff511544456fc_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/hub-web-rhel8@sha256:184d735d321bb6b276dc6a266d132e4de79186bfc1d57939a8e3491c3aeead00_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:184d735d321bb6b276dc6a266d132e4de79186bfc1d57939a8e3491c3aeead00_amd64" }, "product_reference": "ansible-automation-platform-25/hub-web-rhel8@sha256:184d735d321bb6b276dc6a266d132e4de79186bfc1d57939a8e3491c3aeead00_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/hub-web-rhel8@sha256:1dd27bb6eba79634a8725a0433c9a570df8c5d2bcd251eb3edf11854ed654cee_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:1dd27bb6eba79634a8725a0433c9a570df8c5d2bcd251eb3edf11854ed654cee_ppc64le" }, "product_reference": "ansible-automation-platform-25/hub-web-rhel8@sha256:1dd27bb6eba79634a8725a0433c9a570df8c5d2bcd251eb3edf11854ed654cee_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/hub-web-rhel8@sha256:751ce8e328931f554ce2395641cfbaf13a453d8c02aa1d8f6731b9c8e121dea7_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:751ce8e328931f554ce2395641cfbaf13a453d8c02aa1d8f6731b9c8e121dea7_s390x" }, "product_reference": "ansible-automation-platform-25/hub-web-rhel8@sha256:751ce8e328931f554ce2395641cfbaf13a453d8c02aa1d8f6731b9c8e121dea7_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/hub-web-rhel8@sha256:9a05373a6c38ef2ffc1dc6e4676ba3ce6b7d35d795b8d3c49b9a592f60f47b0e_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9a05373a6c38ef2ffc1dc6e4676ba3ce6b7d35d795b8d3c49b9a592f60f47b0e_arm64" }, "product_reference": "ansible-automation-platform-25/hub-web-rhel8@sha256:9a05373a6c38ef2ffc1dc6e4676ba3ce6b7d35d795b8d3c49b9a592f60f47b0e_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:21609ac3e437a5efd017099fbb7412b78ee95515811f0dea85761dccaee4eb7f_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:21609ac3e437a5efd017099fbb7412b78ee95515811f0dea85761dccaee4eb7f_s390x" }, "product_reference": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:21609ac3e437a5efd017099fbb7412b78ee95515811f0dea85761dccaee4eb7f_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:2186c0e80f15d4837c02c71fed00cadbc1e0eb0c986151ca045275e72770d7fd_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:2186c0e80f15d4837c02c71fed00cadbc1e0eb0c986151ca045275e72770d7fd_ppc64le" }, "product_reference": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:2186c0e80f15d4837c02c71fed00cadbc1e0eb0c986151ca045275e72770d7fd_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:a6a1d878f5076b01ae2e31d1ac3913b69bd1f73e3f85c766c16ab23b08375ce3_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:a6a1d878f5076b01ae2e31d1ac3913b69bd1f73e3f85c766c16ab23b08375ce3_amd64" }, "product_reference": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:a6a1d878f5076b01ae2e31d1ac3913b69bd1f73e3f85c766c16ab23b08375ce3_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:d9cd3c8768a67324006bd0745a612d1d41997c4a4de1c1edf9435951291976bc_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:d9cd3c8768a67324006bd0745a612d1d41997c4a4de1c1edf9435951291976bc_arm64" }, "product_reference": "ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:d9cd3c8768a67324006bd0745a612d1d41997c4a4de1c1edf9435951291976bc_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/lightspeed-rhel8@sha256:633d7e710c98fdc43fb966caa0a8a5e70ffcc5143397ade3b3a8516e49d40ee5_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:633d7e710c98fdc43fb966caa0a8a5e70ffcc5143397ade3b3a8516e49d40ee5_amd64" }, "product_reference": "ansible-automation-platform-25/lightspeed-rhel8@sha256:633d7e710c98fdc43fb966caa0a8a5e70ffcc5143397ade3b3a8516e49d40ee5_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/lightspeed-rhel8@sha256:a97fc48b723bc1e30fc48d1777c30963558432070339052beb6992000d5681fd_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:a97fc48b723bc1e30fc48d1777c30963558432070339052beb6992000d5681fd_ppc64le" }, "product_reference": "ansible-automation-platform-25/lightspeed-rhel8@sha256:a97fc48b723bc1e30fc48d1777c30963558432070339052beb6992000d5681fd_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/lightspeed-rhel8@sha256:be737fd689a8a236e16a7f4f2e8d16576e55112ca078a1e7ae98dd28603db56d_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:be737fd689a8a236e16a7f4f2e8d16576e55112ca078a1e7ae98dd28603db56d_s390x" }, "product_reference": "ansible-automation-platform-25/lightspeed-rhel8@sha256:be737fd689a8a236e16a7f4f2e8d16576e55112ca078a1e7ae98dd28603db56d_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/lightspeed-rhel8@sha256:d6fc995d4a401fc44e8692d4b4ffabcc887dd4d4bf40dc97a1fb0da36427eb70_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d6fc995d4a401fc44e8692d4b4ffabcc887dd4d4bf40dc97a1fb0da36427eb70_arm64" }, "product_reference": "ansible-automation-platform-25/lightspeed-rhel8@sha256:d6fc995d4a401fc44e8692d4b4ffabcc887dd4d4bf40dc97a1fb0da36427eb70_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:04fc74edff653970ce441b1d0e3f7aca44221d2c289d55a808a732f5f6f685e2_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:04fc74edff653970ce441b1d0e3f7aca44221d2c289d55a808a732f5f6f685e2_s390x" }, "product_reference": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:04fc74edff653970ce441b1d0e3f7aca44221d2c289d55a808a732f5f6f685e2_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:883b9d2b9700814213a4759e0dc36f24f29340ec22874884939cb81bf51eb79e_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:883b9d2b9700814213a4759e0dc36f24f29340ec22874884939cb81bf51eb79e_amd64" }, "product_reference": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:883b9d2b9700814213a4759e0dc36f24f29340ec22874884939cb81bf51eb79e_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b08342e47f2fabd84f974260fcdd916d32d4329bc824d4ebb7ba32a727ca5b84_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b08342e47f2fabd84f974260fcdd916d32d4329bc824d4ebb7ba32a727ca5b84_ppc64le" }, "product_reference": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b08342e47f2fabd84f974260fcdd916d32d4329bc824d4ebb7ba32a727ca5b84_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:ebc4f111371a3d548dd044184b6605f2269415c467788b9d3112fb63b44d8332_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:ebc4f111371a3d548dd044184b6605f2269415c467788b9d3112fb63b44d8332_arm64" }, "product_reference": "ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:ebc4f111371a3d548dd044184b6605f2269415c467788b9d3112fb63b44d8332_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:997928acca42ae66ecce1aac50e7617771d67f91452dc5774e581fec1826b1e4_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:997928acca42ae66ecce1aac50e7617771d67f91452dc5774e581fec1826b1e4_ppc64le" }, "product_reference": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:997928acca42ae66ecce1aac50e7617771d67f91452dc5774e581fec1826b1e4_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d3d9e7fc38b7bf1f05bc28d71f079c24162866ba4d82934f0a104b3fbc0a854c_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d3d9e7fc38b7bf1f05bc28d71f079c24162866ba4d82934f0a104b3fbc0a854c_arm64" }, "product_reference": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d3d9e7fc38b7bf1f05bc28d71f079c24162866ba4d82934f0a104b3fbc0a854c_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:e832c2eb20cfa92577ef412cf2436941b9ed3fe772c28cb9150dd43d8c2ace39_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:e832c2eb20cfa92577ef412cf2436941b9ed3fe772c28cb9150dd43d8c2ace39_s390x" }, "product_reference": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:e832c2eb20cfa92577ef412cf2436941b9ed3fe772c28cb9150dd43d8c2ace39_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ffe4566eba239897e534fa9fbc91e2e849742c260563b93a47f81e2bdfa982da_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ffe4566eba239897e534fa9fbc91e2e849742c260563b93a47f81e2bdfa982da_amd64" }, "product_reference": "ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ffe4566eba239897e534fa9fbc91e2e849742c260563b93a47f81e2bdfa982da_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/receptor-rhel8@sha256:1e1920c6017633fba1bdf9ff113f42aaf82641e3285e4c749cfa4a96a7019b4c_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:1e1920c6017633fba1bdf9ff113f42aaf82641e3285e4c749cfa4a96a7019b4c_amd64" }, "product_reference": "ansible-automation-platform-25/receptor-rhel8@sha256:1e1920c6017633fba1bdf9ff113f42aaf82641e3285e4c749cfa4a96a7019b4c_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/receptor-rhel8@sha256:23fd68ea3ae40553b3b78f808120a98b448dfd5b9d7b8baaa3490be4cd2bd12a_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:23fd68ea3ae40553b3b78f808120a98b448dfd5b9d7b8baaa3490be4cd2bd12a_ppc64le" }, "product_reference": "ansible-automation-platform-25/receptor-rhel8@sha256:23fd68ea3ae40553b3b78f808120a98b448dfd5b9d7b8baaa3490be4cd2bd12a_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/receptor-rhel8@sha256:7af8245d601c5920095f9ef795cc0f4a52167079e8d969a4eabdb4cf19df1e2b_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:7af8245d601c5920095f9ef795cc0f4a52167079e8d969a4eabdb4cf19df1e2b_arm64" }, "product_reference": "ansible-automation-platform-25/receptor-rhel8@sha256:7af8245d601c5920095f9ef795cc0f4a52167079e8d969a4eabdb4cf19df1e2b_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/receptor-rhel8@sha256:f0b8dab001166648f6c87c8a88ccfb6cc8c864a5a1a826bb2ae8532312fb2036_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:f0b8dab001166648f6c87c8a88ccfb6cc8c864a5a1a826bb2ae8532312fb2036_s390x" }, "product_reference": "ansible-automation-platform-25/receptor-rhel8@sha256:f0b8dab001166648f6c87c8a88ccfb6cc8c864a5a1a826bb2ae8532312fb2036_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:fe530baf73ca2c557efa2d019c9cafb306354ffe468932f12768afa87538ff92_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:fe530baf73ca2c557efa2d019c9cafb306354ffe468932f12768afa87538ff92_amd64" }, "product_reference": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:fe530baf73ca2c557efa2d019c9cafb306354ffe468932f12768afa87538ff92_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/platform-operator-bundle@sha256:3e083f1324e09514f902af7797178ee67ce48e6407513558c0794db10f822a79_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:3e083f1324e09514f902af7797178ee67ce48e6407513558c0794db10f822a79_amd64" }, "product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:3e083f1324e09514f902af7797178ee67ce48e6407513558c0794db10f822a79_amd64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/platform-operator-bundle@sha256:7804520e26bdb5dfac848e9c4e00d598c3d0b40ec3980521ced421ae684591f5_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7804520e26bdb5dfac848e9c4e00d598c3d0b40ec3980521ced421ae684591f5_arm64" }, "product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:7804520e26bdb5dfac848e9c4e00d598c3d0b40ec3980521ced421ae684591f5_arm64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/platform-operator-bundle@sha256:b8fc5a19e751851d38d9e33340c17f9579d15468c788db81e1138e688245a607_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:b8fc5a19e751851d38d9e33340c17f9579d15468c788db81e1138e688245a607_s390x" }, "product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:b8fc5a19e751851d38d9e33340c17f9579d15468c788db81e1138e688245a607_s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/platform-operator-bundle@sha256:ce57d819c40780c23673b3a96450835d74d63eb91445962ad951cd05ff11e65e_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:ce57d819c40780c23673b3a96450835d74d63eb91445962ad951cd05ff11e65e_ppc64le" }, "product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:ce57d819c40780c23673b3a96450835d74d63eb91445962ad951cd05ff11e65e_ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:4f4f9499bea1f1e141e41b040115be2c34c64d6c38e6308ca71ac11ba1b2e8b8_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:4f4f9499bea1f1e141e41b040115be2c34c64d6c38e6308ca71ac11ba1b2e8b8_arm64" }, "product_reference": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:4f4f9499bea1f1e141e41b040115be2c34c64d6c38e6308ca71ac11ba1b2e8b8_arm64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:7958863292d81357614888f005dac99727dbf0c2f13726f28c2b39865c671d5a_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:7958863292d81357614888f005dac99727dbf0c2f13726f28c2b39865c671d5a_ppc64le" }, "product_reference": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:7958863292d81357614888f005dac99727dbf0c2f13726f28c2b39865c671d5a_ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a13814b5e4cf882e42704ab9c8e77fcc2540b43507e646973a14ccb29a724a5_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a13814b5e4cf882e42704ab9c8e77fcc2540b43507e646973a14ccb29a724a5_amd64" }, "product_reference": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a13814b5e4cf882e42704ab9c8e77fcc2540b43507e646973a14ccb29a724a5_amd64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:f496cb718fdc13cc2f5d5df210df389be02fdd8b3f6e7d8f50633184a81c7b1f_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f496cb718fdc13cc2f5d5df210df389be02fdd8b3f6e7d8f50633184a81c7b1f_s390x" }, "product_reference": "ansible-automation-platform-25/ansible-builder-rhel9@sha256:f496cb718fdc13cc2f5d5df210df389be02fdd8b3f6e7d8f50633184a81c7b1f_s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:29d34317295d0f3b22461df849189a828993baf98b9b5a0ddfb7f7185dcabb25_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:29d34317295d0f3b22461df849189a828993baf98b9b5a0ddfb7f7185dcabb25_arm64" }, "product_reference": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:29d34317295d0f3b22461df849189a828993baf98b9b5a0ddfb7f7185dcabb25_arm64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:c025aa4ff0db09e514e56c6d62a1f3cf1f28d26c4b71277684d2528da58e28d0_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:c025aa4ff0db09e514e56c6d62a1f3cf1f28d26c4b71277684d2528da58e28d0_ppc64le" }, "product_reference": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:c025aa4ff0db09e514e56c6d62a1f3cf1f28d26c4b71277684d2528da58e28d0_ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:d4c682a8e365311e0cfe86015ecc7b0963dae69d1a2ed7cdaf2b6a9cc36419ae_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:d4c682a8e365311e0cfe86015ecc7b0963dae69d1a2ed7cdaf2b6a9cc36419ae_amd64" }, "product_reference": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:d4c682a8e365311e0cfe86015ecc7b0963dae69d1a2ed7cdaf2b6a9cc36419ae_amd64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:f2c02332098e6b3e8bd948046e7c427bee140b93f3146c821c3cfb62b611e6de_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:f2c02332098e6b3e8bd948046e7c427bee140b93f3146c821c3cfb62b611e6de_s390x" }, "product_reference": "ansible-automation-platform-25/ansible-python-base-rhel9@sha256:f2c02332098e6b3e8bd948046e7c427bee140b93f3146c821c3cfb62b611e6de_s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:0ea56540722faf1e2ebae9b12fad9d9671231fe9c1e3485fcdaa8935da4006d3_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:0ea56540722faf1e2ebae9b12fad9d9671231fe9c1e3485fcdaa8935da4006d3_s390x" }, "product_reference": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:0ea56540722faf1e2ebae9b12fad9d9671231fe9c1e3485fcdaa8935da4006d3_s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3cb86f6bb54004d3ff72daf0dd9ee2f7d62ae1c0c87f9764a3e9f9c211567d3b_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3cb86f6bb54004d3ff72daf0dd9ee2f7d62ae1c0c87f9764a3e9f9c211567d3b_arm64" }, "product_reference": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3cb86f6bb54004d3ff72daf0dd9ee2f7d62ae1c0c87f9764a3e9f9c211567d3b_arm64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:ac6f2c6d3cf93b6f4a429f33756452ae6cd986ac8441fb185589d5572bf6536c_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:ac6f2c6d3cf93b6f4a429f33756452ae6cd986ac8441fb185589d5572bf6536c_amd64" }, "product_reference": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:ac6f2c6d3cf93b6f4a429f33756452ae6cd986ac8441fb185589d5572bf6536c_amd64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:bd6ce6beae61924800b3c0a20b5558366d4b8c487c4cbc7c5f909ccf5b340f0b_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:bd6ce6beae61924800b3c0a20b5558366d4b8c487c4cbc7c5f909ccf5b340f0b_ppc64le" }, "product_reference": "ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:bd6ce6beae61924800b3c0a20b5558366d4b8c487c4cbc7c5f909ccf5b340f0b_ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/de-minimal-rhel9@sha256:1c181e588d73c4cca402485e7c30de7f3ed33042a68919aa21d633fdfaa1c224_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1c181e588d73c4cca402485e7c30de7f3ed33042a68919aa21d633fdfaa1c224_ppc64le" }, "product_reference": "ansible-automation-platform-25/de-minimal-rhel9@sha256:1c181e588d73c4cca402485e7c30de7f3ed33042a68919aa21d633fdfaa1c224_ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/de-minimal-rhel9@sha256:53d5d6d5f13135d56054647bd2ce4ce84a4ae7345f06a8689ab89c4c34ad2e7f_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:53d5d6d5f13135d56054647bd2ce4ce84a4ae7345f06a8689ab89c4c34ad2e7f_arm64" }, "product_reference": "ansible-automation-platform-25/de-minimal-rhel9@sha256:53d5d6d5f13135d56054647bd2ce4ce84a4ae7345f06a8689ab89c4c34ad2e7f_arm64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/de-minimal-rhel9@sha256:a2898d66b6d5ccab036aa7eeb0a5cf88ea0c3dc4eb5af4613ec26f76bcdd9d3b_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:a2898d66b6d5ccab036aa7eeb0a5cf88ea0c3dc4eb5af4613ec26f76bcdd9d3b_amd64" }, "product_reference": "ansible-automation-platform-25/de-minimal-rhel9@sha256:a2898d66b6d5ccab036aa7eeb0a5cf88ea0c3dc4eb5af4613ec26f76bcdd9d3b_amd64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/de-minimal-rhel9@sha256:dcc1ad065ff86c3baa43a8d91418b97400e0fa3891ff09e0c16a0c7cfa0e237c_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dcc1ad065ff86c3baa43a8d91418b97400e0fa3891ff09e0c16a0c7cfa0e237c_s390x" }, "product_reference": "ansible-automation-platform-25/de-minimal-rhel9@sha256:dcc1ad065ff86c3baa43a8d91418b97400e0fa3891ff09e0c16a0c7cfa0e237c_s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/de-supported-rhel9@sha256:e5df14c54ea3e7aff61d38d735d8de1430fe75d6344bbf77b02f3f4942a9ea7f_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e5df14c54ea3e7aff61d38d735d8de1430fe75d6344bbf77b02f3f4942a9ea7f_arm64" }, "product_reference": "ansible-automation-platform-25/de-supported-rhel9@sha256:e5df14c54ea3e7aff61d38d735d8de1430fe75d6344bbf77b02f3f4942a9ea7f_arm64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/de-supported-rhel9@sha256:e69f6b548fa5e2ff2fc485cb5cfcf7a16ffe5fef3a8b41ff583ff1870eea3a41_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e69f6b548fa5e2ff2fc485cb5cfcf7a16ffe5fef3a8b41ff583ff1870eea3a41_ppc64le" }, "product_reference": "ansible-automation-platform-25/de-supported-rhel9@sha256:e69f6b548fa5e2ff2fc485cb5cfcf7a16ffe5fef3a8b41ff583ff1870eea3a41_ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/de-supported-rhel9@sha256:ec195b702c1e317e4bd2d29f480af0656fedf89d6fbecd50496b31107bf55d78_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:ec195b702c1e317e4bd2d29f480af0656fedf89d6fbecd50496b31107bf55d78_amd64" }, "product_reference": "ansible-automation-platform-25/de-supported-rhel9@sha256:ec195b702c1e317e4bd2d29f480af0656fedf89d6fbecd50496b31107bf55d78_amd64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/de-supported-rhel9@sha256:f29a511e7fff40fdadae3164925ceb3d660b4ad1b391276ed68b7b6e5a3e486a_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:f29a511e7fff40fdadae3164925ceb3d660b4ad1b391276ed68b7b6e5a3e486a_s390x" }, "product_reference": "ansible-automation-platform-25/de-supported-rhel9@sha256:f29a511e7fff40fdadae3164925ceb3d660b4ad1b391276ed68b7b6e5a3e486a_s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:7c7741c352ac1e1d3e55d99c22c14d72f8bb03262a7171dd011ed4b8efa222d7_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:7c7741c352ac1e1d3e55d99c22c14d72f8bb03262a7171dd011ed4b8efa222d7_amd64" }, "product_reference": "ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:7c7741c352ac1e1d3e55d99c22c14d72f8bb03262a7171dd011ed4b8efa222d7_amd64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:8215b9e6dde14bde8a3c35ddf9616818ec3821dfe53e4bd07943e15842f78b44_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:8215b9e6dde14bde8a3c35ddf9616818ec3821dfe53e4bd07943e15842f78b44_arm64" }, "product_reference": "ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:8215b9e6dde14bde8a3c35ddf9616818ec3821dfe53e4bd07943e15842f78b44_arm64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:4a7261dac58ee08494a8e8627f58141ade0dbe0e45dda4086451513b44487069_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4a7261dac58ee08494a8e8627f58141ade0dbe0e45dda4086451513b44487069_s390x" }, "product_reference": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:4a7261dac58ee08494a8e8627f58141ade0dbe0e45dda4086451513b44487069_s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:4b6c13ebf35c61905e68df4521fdf2702f07150366686da88549a0e4ee2b2e51_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4b6c13ebf35c61905e68df4521fdf2702f07150366686da88549a0e4ee2b2e51_amd64" }, "product_reference": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:4b6c13ebf35c61905e68df4521fdf2702f07150366686da88549a0e4ee2b2e51_amd64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:5a27cef0f39d329b1ad792cca36bc4658848474b74e0d00d5c192c91bbb025b7_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5a27cef0f39d329b1ad792cca36bc4658848474b74e0d00d5c192c91bbb025b7_ppc64le" }, "product_reference": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:5a27cef0f39d329b1ad792cca36bc4658848474b74e0d00d5c192c91bbb025b7_ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:5ed4a8e0ffeec991b88561e6ccc27b02c4cd6130c307816ef9d0bf08fc7924f3_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5ed4a8e0ffeec991b88561e6ccc27b02c4cd6130c307816ef9d0bf08fc7924f3_arm64" }, "product_reference": "ansible-automation-platform-25/ee-minimal-rhel9@sha256:5ed4a8e0ffeec991b88561e6ccc27b02c4cd6130c307816ef9d0bf08fc7924f3_arm64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ee-supported-rhel9@sha256:73f03ce96fb9d9943dc46f76fb2c67edcb6030a0c622aef913d22c39e2ea9f8b_amd64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:73f03ce96fb9d9943dc46f76fb2c67edcb6030a0c622aef913d22c39e2ea9f8b_amd64" }, "product_reference": "ansible-automation-platform-25/ee-supported-rhel9@sha256:73f03ce96fb9d9943dc46f76fb2c67edcb6030a0c622aef913d22c39e2ea9f8b_amd64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ee-supported-rhel9@sha256:7e46a8b679402508430bf8123527897f026a96fdf8f934d42ce723d108b2f2ae_arm64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:7e46a8b679402508430bf8123527897f026a96fdf8f934d42ce723d108b2f2ae_arm64" }, "product_reference": "ansible-automation-platform-25/ee-supported-rhel9@sha256:7e46a8b679402508430bf8123527897f026a96fdf8f934d42ce723d108b2f2ae_arm64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ee-supported-rhel9@sha256:8fed8d917a12c239823caa6eac19ad41ac948e8772b6b4655d5be5fcb864e1b9_s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:8fed8d917a12c239823caa6eac19ad41ac948e8772b6b4655d5be5fcb864e1b9_s390x" }, "product_reference": "ansible-automation-platform-25/ee-supported-rhel9@sha256:8fed8d917a12c239823caa6eac19ad41ac948e8772b6b4655d5be5fcb864e1b9_s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-25/ee-supported-rhel9@sha256:ec62f735903890eeb1f08d49e6e2c448f0ba5f2063d53533d02f694f4a582c42_ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:ec62f735903890eeb1f08d49e6e2c448f0ba5f2063d53533d02f694f4a582c42_ppc64le" }, "product_reference": "ansible-automation-platform-25/ee-supported-rhel9@sha256:ec62f735903890eeb1f08d49e6e2c448f0ba5f2063d53533d02f694f4a582c42_ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-11407", "cwe": { "id": "CWE-682", "name": "Incorrect Calculation" }, "discovery_date": "2024-11-26T18:00:51.080669+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:dc8d5006c2f1180af77467811543fcfe07e26a4c88c6707b206692ba88994f3d_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:76dda3813db9e4b3c9b6231a4671b4ea83bcdfc12aca0203642f16078a7a7308_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:2b3f660afb09d885008805164913031724a2e6ef44c23bcfcda0872547796020_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:f73293bbc83a989de958a093f9d27a390fcd5fd889b6991b29246e946ff5f173_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:9108919ceaf1b2a74eb09d34d21c79d87a5c2913cb7c0bc14d4a91d7ac4eab2a_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:24108b3f430077e1d062598a7452e0f080fa0c6847941b0cee9a98630d1ba924_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:e6dea9e1291824c64e30da60304c6260dac63aa592f59eb446182525d37a60d5_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ec32e837696ce70d99b910f09c5f249f467d41611b17ebda65a97f472da2d23b_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:faefa5edfe878a594f3710220561659721f315ddcbc213f6abe58b2846194959_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:725d3556e9bd2e91acf345a93ad9f0216ebabfd537a416c4934841d3747a86fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:929b3e8c84ed0a424f1dea07a411ef22dc7622dbd2491fa01765b68a50e84397_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:ad74ec5dbb2ddfa557843d6b3642c6168e17d36ba2d8d7d71ee61d625c578957_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:e0d2cfb63a119d9eb24a12610a63155ed5388d8a4b29c7b7b1388f5038637a9d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:036ac746da4275b51bfa147aa88d78c0e10ffc487c4e2921def86c4f9ac5b005_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:26d157f4479c38dc2cb9bd68855534534fb70fe331bb6b3ca72f107e7b740c05_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3587939de3944776d9a680e0ec85af84f62ca3c834aca27ee4a36a2f93a656e9_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:e3e2b8ea61494b68c9681e2e086ed754c8820b5136c6a0e03a2c33cd286c63ae_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:18dc1090514fe1740de1f7cd4115dab6be6b210d8726dc9ad520c686f0198a1c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:7c701fc085b75859961b15027c263864853682cfbb327ae8e220130e8f8af3d5_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:a3cbfbe7fea909868346bbeefb5c14bfce77858c17aa6e36df0b34d5d24de794_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b68431e7c04d57dc22644e1b3637541216cf554d7444c53503fdd12a64881ec4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:145d69e08e4ec9009e0c4c95c2941aa00344abcb4c2789fa0e197867653b70dc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:5e7b54220ba3a0d19aa7adb72510d22cb3771ddc61140990d79799e8c0be0fbb_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:ade07a2b5cda4c38ca83691e5ae1f03e9a575deb8384f69c3533c10c6c99ce6d_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:e69e3df9bdd02cac0e61a92ab1dc92742aeb3519ae5c694a5e02d4b946614d20_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:5c297d87438eae45b1606ae454262346978fcfe0e13a3dd6cb5feb162942b3f0_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:7f11ad704f3bdb820df673bbc3599e1c0c51aa738712874eab28e3c689b23484_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:9dfb2477871cefbdc661f5f5db091a720e811c6584818d23670a7b195a2b739c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e220c411759b0ea86bf45e6825277fc67fbd92f3d9ecf908375089812213e2cd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:0c7bbf37a7f88dea9029a30ecd5cd9968b9432209e0c80d4c84950269a6f5c35_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:7cc34e0020cf3a24be08da80d13e4d13f41d9d6c574b53f0121cea218e28e38d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:d8830b75b2ac589cb0d8e802c4531b989cd1d5fbfc3c4bd437b7849dbb393603_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:da0d3ff04a837ba199a6d4f7c18f0462b6ca1da19af1d1673f35b19ecd9f7908_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:18b58e802611f2e3704e6b4def22eb5c98a9a74847a72a20ca53260b793eefaf_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:3abff9bf7545c4eb4f07036a90e11909da3f1439d6253726077e6a0fdcf40735_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:ec56cd10bc1809ad6cd9f917ecf7afb6ef815619c6450c8482918af20654ddfb_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:fdb21020cba553552bcb1f14d661fa2c715a7231878a84dec4c55b077f582db3_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0742e8cb70ca94663b57f9238a8901e1a549af21d77329f4902a569e3df67867_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0dce85b9996e5321b6d2b4fa09be3c63dbdd7185b7c81761d6064d5018fd2671_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:d1c875776a86e52d54361d926bf2861b5191b2319e6f8b09c8202bcc505fa8cd_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:ebba01bdb3b12df5ea3cdb60d98d3100cfe94ca265b21045bc38902f96f1677d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41016d60686857701a07da836c9fb8dccc4be66204785ddc4e6b9ecd7e069783_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:4a9e8d4c7fbc70aa11af1377a31385d0656c6ec1df10ee36570266dc7f675555_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f09bcbf5774c049659380795fad210ebd5592efc93a1a67dd04df90aaec3cbc4_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f9e5af61e840a071d5b6338acc6e434479424373bdddd7f233f93fe6f86b0578_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:662efdccc86181b295c708a69cd458dfd9eb0306382a6f8836b61691dafa4715_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:6cbb31d4d0207565325a7849e22dd68b1418d537e84cf3a0a11b02855856e002_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:9733738a42942400affb410fbaf8b451427e4c30ff350d1530cc4c0ca9c994a1_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:ef1275f381716c1e54a99a41007bb1407c10aa7124efd86b261dd555f27bab75_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:35fd67d59edc1b5c8c050d9f1b866372676f3d26118ea068744d45970db6499c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:521d0db50b5399e59b294b689bff1948132bced3f4e16ae502ff39d6961c6d7a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5e3a3e2834e36f3d53a363391ccd90c3cd576e7c271c0ab27507ac71f2fb554b_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a0122f39c357af5023e3d266cbba863936648943d1ba73f43f0f9f636c505cda_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:6185554134a09396e8e72672bd6616ec4488cc54a3a6849212dc1a1ef6496b76_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:68ac790f665d325fae33a08fc89e6c2eb469d2892a0b0fe72aa6f6433dc5efbd_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:df4aadce50ab0363b3f79455cec7555134a4c9af51b4534346a84b411b139196_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:e50d105572ffce6047335409fd156f82fb45a4f07e9ecdc7f859a358af4cef0c_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:5b302d0c0f16453850ce6c86362ff3fe8362736d7ae1547a05e6e583529381b9_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a457746feb99cf75d1d8046ee5e90bcc46c37717dce22efe6511bdfc9a14a708_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a87f43e01543d68e2244820e68f1064c6a25782416ab3999ea5c5668ca007bd7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:afa2cdc63e2016ce7c2d48cd0c1c0a581fc9976116f43c1609da8401826baf6c_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4adc7a85c101074d3dd7f8d8affea9350f37c0a5da71c3dc037c5478bf8dc357_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4b004cccc00be3a37e21fa8c488d1e4ca96f047c697a5e968470efa57f0c97c8_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6209b029e96240192fc0e5ff5da54db3a3d3c45c780b3269377a759a6160bb4e_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:a8f5f30633889eb43fb65de7be75062ca098d9c48a08bc0673a82f8bd0c1d446_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:18f187d59c6185f5a7a549147819be9fec8baf8104b3c77c423936b826af3a70_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:a1ead217d3cdb924cbbc613cd652d377cf665500e914e668ce407bad5881d40f_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:dca5e728dd36d55c7fa8e05010ee73c3617c5ad13f96de69877e3fd792bf7ad0_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:ec712b5e76563cdf5ea496d96ce45160d9b61aa6f4fb86fe53a9f87330bcd7c7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:2ae69bf767dbcc49446ac03325ff3e709c5b2a5faf4efb0c83155431b693288b_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:73f4c72f0889d0c4d40117ee3afeb23f79236800d0b89fd53bcb6f6e916f06fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:a7d1da2bcf12eae6dc64b246dbc89c50d3b15e95ac90de3135ed02e415fded7d_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:fd752c00166c91b380cdf65ac7a1b57cf280e1fed9f3acb7a9eccafe355646af_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2857a93e1d0e58fc9eee876a1ed93997122d29417974b8bb891572810cd5ff87_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2ae78254a689cf82498a4a8e99066a9e226eb28408366fb85daa2fa4014a4cee_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:7663bed7f9621302bd1495470918d93b8f13db057f94748de7b38ff6bf27cea8_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:b080d5be81f801fa7de3fbb212009ffb21ac8f8fdf8ac1cea3a09d9bfd6600e2_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1682cc7c3027640f428a7da2724a92ab8d4abb6d1b50e6cdc5c4ac84a0b3ce25_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7716ebfe4582bb56f82c18b04d8a9ad5812956a97bd4fc881df0e1200e06c19c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:90dd28b6df0588c35bb75ae5029a58acc23d1b2530b1190c9133c2015a11ce43_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:97dd06fba86585736782609233bfb8be938a36c995e0da4de5aff511544456fc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:184d735d321bb6b276dc6a266d132e4de79186bfc1d57939a8e3491c3aeead00_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:1dd27bb6eba79634a8725a0433c9a570df8c5d2bcd251eb3edf11854ed654cee_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:751ce8e328931f554ce2395641cfbaf13a453d8c02aa1d8f6731b9c8e121dea7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9a05373a6c38ef2ffc1dc6e4676ba3ce6b7d35d795b8d3c49b9a592f60f47b0e_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:21609ac3e437a5efd017099fbb7412b78ee95515811f0dea85761dccaee4eb7f_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:2186c0e80f15d4837c02c71fed00cadbc1e0eb0c986151ca045275e72770d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:a6a1d878f5076b01ae2e31d1ac3913b69bd1f73e3f85c766c16ab23b08375ce3_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:d9cd3c8768a67324006bd0745a612d1d41997c4a4de1c1edf9435951291976bc_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:04fc74edff653970ce441b1d0e3f7aca44221d2c289d55a808a732f5f6f685e2_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:883b9d2b9700814213a4759e0dc36f24f29340ec22874884939cb81bf51eb79e_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b08342e47f2fabd84f974260fcdd916d32d4329bc824d4ebb7ba32a727ca5b84_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:ebc4f111371a3d548dd044184b6605f2269415c467788b9d3112fb63b44d8332_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:997928acca42ae66ecce1aac50e7617771d67f91452dc5774e581fec1826b1e4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d3d9e7fc38b7bf1f05bc28d71f079c24162866ba4d82934f0a104b3fbc0a854c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:e832c2eb20cfa92577ef412cf2436941b9ed3fe772c28cb9150dd43d8c2ace39_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ffe4566eba239897e534fa9fbc91e2e849742c260563b93a47f81e2bdfa982da_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:1e1920c6017633fba1bdf9ff113f42aaf82641e3285e4c749cfa4a96a7019b4c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:23fd68ea3ae40553b3b78f808120a98b448dfd5b9d7b8baaa3490be4cd2bd12a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:7af8245d601c5920095f9ef795cc0f4a52167079e8d969a4eabdb4cf19df1e2b_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:f0b8dab001166648f6c87c8a88ccfb6cc8c864a5a1a826bb2ae8532312fb2036_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:fe530baf73ca2c557efa2d019c9cafb306354ffe468932f12768afa87538ff92_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:3e083f1324e09514f902af7797178ee67ce48e6407513558c0794db10f822a79_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7804520e26bdb5dfac848e9c4e00d598c3d0b40ec3980521ced421ae684591f5_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:b8fc5a19e751851d38d9e33340c17f9579d15468c788db81e1138e688245a607_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:ce57d819c40780c23673b3a96450835d74d63eb91445962ad951cd05ff11e65e_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:4f4f9499bea1f1e141e41b040115be2c34c64d6c38e6308ca71ac11ba1b2e8b8_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:7958863292d81357614888f005dac99727dbf0c2f13726f28c2b39865c671d5a_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a13814b5e4cf882e42704ab9c8e77fcc2540b43507e646973a14ccb29a724a5_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f496cb718fdc13cc2f5d5df210df389be02fdd8b3f6e7d8f50633184a81c7b1f_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:29d34317295d0f3b22461df849189a828993baf98b9b5a0ddfb7f7185dcabb25_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:c025aa4ff0db09e514e56c6d62a1f3cf1f28d26c4b71277684d2528da58e28d0_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:d4c682a8e365311e0cfe86015ecc7b0963dae69d1a2ed7cdaf2b6a9cc36419ae_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:f2c02332098e6b3e8bd948046e7c427bee140b93f3146c821c3cfb62b611e6de_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:0ea56540722faf1e2ebae9b12fad9d9671231fe9c1e3485fcdaa8935da4006d3_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3cb86f6bb54004d3ff72daf0dd9ee2f7d62ae1c0c87f9764a3e9f9c211567d3b_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:ac6f2c6d3cf93b6f4a429f33756452ae6cd986ac8441fb185589d5572bf6536c_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:bd6ce6beae61924800b3c0a20b5558366d4b8c487c4cbc7c5f909ccf5b340f0b_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1c181e588d73c4cca402485e7c30de7f3ed33042a68919aa21d633fdfaa1c224_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:53d5d6d5f13135d56054647bd2ce4ce84a4ae7345f06a8689ab89c4c34ad2e7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:a2898d66b6d5ccab036aa7eeb0a5cf88ea0c3dc4eb5af4613ec26f76bcdd9d3b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dcc1ad065ff86c3baa43a8d91418b97400e0fa3891ff09e0c16a0c7cfa0e237c_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e5df14c54ea3e7aff61d38d735d8de1430fe75d6344bbf77b02f3f4942a9ea7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e69f6b548fa5e2ff2fc485cb5cfcf7a16ffe5fef3a8b41ff583ff1870eea3a41_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:ec195b702c1e317e4bd2d29f480af0656fedf89d6fbecd50496b31107bf55d78_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:f29a511e7fff40fdadae3164925ceb3d660b4ad1b391276ed68b7b6e5a3e486a_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:7c7741c352ac1e1d3e55d99c22c14d72f8bb03262a7171dd011ed4b8efa222d7_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:8215b9e6dde14bde8a3c35ddf9616818ec3821dfe53e4bd07943e15842f78b44_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4a7261dac58ee08494a8e8627f58141ade0dbe0e45dda4086451513b44487069_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4b6c13ebf35c61905e68df4521fdf2702f07150366686da88549a0e4ee2b2e51_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5a27cef0f39d329b1ad792cca36bc4658848474b74e0d00d5c192c91bbb025b7_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5ed4a8e0ffeec991b88561e6ccc27b02c4cd6130c307816ef9d0bf08fc7924f3_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:73f03ce96fb9d9943dc46f76fb2c67edcb6030a0c622aef913d22c39e2ea9f8b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:7e46a8b679402508430bf8123527897f026a96fdf8f934d42ce723d108b2f2ae_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:8fed8d917a12c239823caa6eac19ad41ac948e8772b6b4655d5be5fcb864e1b9_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:ec62f735903890eeb1f08d49e6e2c448f0ba5f2063d53533d02f694f4a582c42_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2329003" } ], "notes": [ { "category": "description", "text": "A flaw was found in gRPC. In certain configurations, the data sent by the application may be corrupted before transmission over the network, leaving the recipient with an incorrect set of bytes, which will cause RPC requests to fail. This issue may lead to a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "grpc: Denial of Service through Data corruption in gRPC-C++", "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.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:633d7e710c98fdc43fb966caa0a8a5e70ffcc5143397ade3b3a8516e49d40ee5_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:a97fc48b723bc1e30fc48d1777c30963558432070339052beb6992000d5681fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:be737fd689a8a236e16a7f4f2e8d16576e55112ca078a1e7ae98dd28603db56d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d6fc995d4a401fc44e8692d4b4ffabcc887dd4d4bf40dc97a1fb0da36427eb70_arm64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:dc8d5006c2f1180af77467811543fcfe07e26a4c88c6707b206692ba88994f3d_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:76dda3813db9e4b3c9b6231a4671b4ea83bcdfc12aca0203642f16078a7a7308_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:2b3f660afb09d885008805164913031724a2e6ef44c23bcfcda0872547796020_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:f73293bbc83a989de958a093f9d27a390fcd5fd889b6991b29246e946ff5f173_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:9108919ceaf1b2a74eb09d34d21c79d87a5c2913cb7c0bc14d4a91d7ac4eab2a_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:24108b3f430077e1d062598a7452e0f080fa0c6847941b0cee9a98630d1ba924_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:e6dea9e1291824c64e30da60304c6260dac63aa592f59eb446182525d37a60d5_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ec32e837696ce70d99b910f09c5f249f467d41611b17ebda65a97f472da2d23b_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:faefa5edfe878a594f3710220561659721f315ddcbc213f6abe58b2846194959_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:725d3556e9bd2e91acf345a93ad9f0216ebabfd537a416c4934841d3747a86fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:929b3e8c84ed0a424f1dea07a411ef22dc7622dbd2491fa01765b68a50e84397_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:ad74ec5dbb2ddfa557843d6b3642c6168e17d36ba2d8d7d71ee61d625c578957_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:e0d2cfb63a119d9eb24a12610a63155ed5388d8a4b29c7b7b1388f5038637a9d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:036ac746da4275b51bfa147aa88d78c0e10ffc487c4e2921def86c4f9ac5b005_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:26d157f4479c38dc2cb9bd68855534534fb70fe331bb6b3ca72f107e7b740c05_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3587939de3944776d9a680e0ec85af84f62ca3c834aca27ee4a36a2f93a656e9_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:e3e2b8ea61494b68c9681e2e086ed754c8820b5136c6a0e03a2c33cd286c63ae_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:18dc1090514fe1740de1f7cd4115dab6be6b210d8726dc9ad520c686f0198a1c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:7c701fc085b75859961b15027c263864853682cfbb327ae8e220130e8f8af3d5_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:a3cbfbe7fea909868346bbeefb5c14bfce77858c17aa6e36df0b34d5d24de794_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b68431e7c04d57dc22644e1b3637541216cf554d7444c53503fdd12a64881ec4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:145d69e08e4ec9009e0c4c95c2941aa00344abcb4c2789fa0e197867653b70dc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:5e7b54220ba3a0d19aa7adb72510d22cb3771ddc61140990d79799e8c0be0fbb_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:ade07a2b5cda4c38ca83691e5ae1f03e9a575deb8384f69c3533c10c6c99ce6d_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:e69e3df9bdd02cac0e61a92ab1dc92742aeb3519ae5c694a5e02d4b946614d20_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:5c297d87438eae45b1606ae454262346978fcfe0e13a3dd6cb5feb162942b3f0_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:7f11ad704f3bdb820df673bbc3599e1c0c51aa738712874eab28e3c689b23484_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:9dfb2477871cefbdc661f5f5db091a720e811c6584818d23670a7b195a2b739c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e220c411759b0ea86bf45e6825277fc67fbd92f3d9ecf908375089812213e2cd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:0c7bbf37a7f88dea9029a30ecd5cd9968b9432209e0c80d4c84950269a6f5c35_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:7cc34e0020cf3a24be08da80d13e4d13f41d9d6c574b53f0121cea218e28e38d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:d8830b75b2ac589cb0d8e802c4531b989cd1d5fbfc3c4bd437b7849dbb393603_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:da0d3ff04a837ba199a6d4f7c18f0462b6ca1da19af1d1673f35b19ecd9f7908_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:18b58e802611f2e3704e6b4def22eb5c98a9a74847a72a20ca53260b793eefaf_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:3abff9bf7545c4eb4f07036a90e11909da3f1439d6253726077e6a0fdcf40735_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:ec56cd10bc1809ad6cd9f917ecf7afb6ef815619c6450c8482918af20654ddfb_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:fdb21020cba553552bcb1f14d661fa2c715a7231878a84dec4c55b077f582db3_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0742e8cb70ca94663b57f9238a8901e1a549af21d77329f4902a569e3df67867_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0dce85b9996e5321b6d2b4fa09be3c63dbdd7185b7c81761d6064d5018fd2671_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:d1c875776a86e52d54361d926bf2861b5191b2319e6f8b09c8202bcc505fa8cd_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:ebba01bdb3b12df5ea3cdb60d98d3100cfe94ca265b21045bc38902f96f1677d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41016d60686857701a07da836c9fb8dccc4be66204785ddc4e6b9ecd7e069783_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:4a9e8d4c7fbc70aa11af1377a31385d0656c6ec1df10ee36570266dc7f675555_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f09bcbf5774c049659380795fad210ebd5592efc93a1a67dd04df90aaec3cbc4_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f9e5af61e840a071d5b6338acc6e434479424373bdddd7f233f93fe6f86b0578_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:662efdccc86181b295c708a69cd458dfd9eb0306382a6f8836b61691dafa4715_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:6cbb31d4d0207565325a7849e22dd68b1418d537e84cf3a0a11b02855856e002_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:9733738a42942400affb410fbaf8b451427e4c30ff350d1530cc4c0ca9c994a1_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:ef1275f381716c1e54a99a41007bb1407c10aa7124efd86b261dd555f27bab75_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:35fd67d59edc1b5c8c050d9f1b866372676f3d26118ea068744d45970db6499c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:521d0db50b5399e59b294b689bff1948132bced3f4e16ae502ff39d6961c6d7a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5e3a3e2834e36f3d53a363391ccd90c3cd576e7c271c0ab27507ac71f2fb554b_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a0122f39c357af5023e3d266cbba863936648943d1ba73f43f0f9f636c505cda_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:6185554134a09396e8e72672bd6616ec4488cc54a3a6849212dc1a1ef6496b76_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:68ac790f665d325fae33a08fc89e6c2eb469d2892a0b0fe72aa6f6433dc5efbd_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:df4aadce50ab0363b3f79455cec7555134a4c9af51b4534346a84b411b139196_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:e50d105572ffce6047335409fd156f82fb45a4f07e9ecdc7f859a358af4cef0c_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:5b302d0c0f16453850ce6c86362ff3fe8362736d7ae1547a05e6e583529381b9_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a457746feb99cf75d1d8046ee5e90bcc46c37717dce22efe6511bdfc9a14a708_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a87f43e01543d68e2244820e68f1064c6a25782416ab3999ea5c5668ca007bd7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:afa2cdc63e2016ce7c2d48cd0c1c0a581fc9976116f43c1609da8401826baf6c_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4adc7a85c101074d3dd7f8d8affea9350f37c0a5da71c3dc037c5478bf8dc357_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4b004cccc00be3a37e21fa8c488d1e4ca96f047c697a5e968470efa57f0c97c8_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6209b029e96240192fc0e5ff5da54db3a3d3c45c780b3269377a759a6160bb4e_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:a8f5f30633889eb43fb65de7be75062ca098d9c48a08bc0673a82f8bd0c1d446_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:18f187d59c6185f5a7a549147819be9fec8baf8104b3c77c423936b826af3a70_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:a1ead217d3cdb924cbbc613cd652d377cf665500e914e668ce407bad5881d40f_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:dca5e728dd36d55c7fa8e05010ee73c3617c5ad13f96de69877e3fd792bf7ad0_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:ec712b5e76563cdf5ea496d96ce45160d9b61aa6f4fb86fe53a9f87330bcd7c7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:2ae69bf767dbcc49446ac03325ff3e709c5b2a5faf4efb0c83155431b693288b_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:73f4c72f0889d0c4d40117ee3afeb23f79236800d0b89fd53bcb6f6e916f06fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:a7d1da2bcf12eae6dc64b246dbc89c50d3b15e95ac90de3135ed02e415fded7d_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:fd752c00166c91b380cdf65ac7a1b57cf280e1fed9f3acb7a9eccafe355646af_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2857a93e1d0e58fc9eee876a1ed93997122d29417974b8bb891572810cd5ff87_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2ae78254a689cf82498a4a8e99066a9e226eb28408366fb85daa2fa4014a4cee_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:7663bed7f9621302bd1495470918d93b8f13db057f94748de7b38ff6bf27cea8_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:b080d5be81f801fa7de3fbb212009ffb21ac8f8fdf8ac1cea3a09d9bfd6600e2_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1682cc7c3027640f428a7da2724a92ab8d4abb6d1b50e6cdc5c4ac84a0b3ce25_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7716ebfe4582bb56f82c18b04d8a9ad5812956a97bd4fc881df0e1200e06c19c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:90dd28b6df0588c35bb75ae5029a58acc23d1b2530b1190c9133c2015a11ce43_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:97dd06fba86585736782609233bfb8be938a36c995e0da4de5aff511544456fc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:184d735d321bb6b276dc6a266d132e4de79186bfc1d57939a8e3491c3aeead00_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:1dd27bb6eba79634a8725a0433c9a570df8c5d2bcd251eb3edf11854ed654cee_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:751ce8e328931f554ce2395641cfbaf13a453d8c02aa1d8f6731b9c8e121dea7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9a05373a6c38ef2ffc1dc6e4676ba3ce6b7d35d795b8d3c49b9a592f60f47b0e_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:21609ac3e437a5efd017099fbb7412b78ee95515811f0dea85761dccaee4eb7f_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:2186c0e80f15d4837c02c71fed00cadbc1e0eb0c986151ca045275e72770d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:a6a1d878f5076b01ae2e31d1ac3913b69bd1f73e3f85c766c16ab23b08375ce3_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:d9cd3c8768a67324006bd0745a612d1d41997c4a4de1c1edf9435951291976bc_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:04fc74edff653970ce441b1d0e3f7aca44221d2c289d55a808a732f5f6f685e2_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:883b9d2b9700814213a4759e0dc36f24f29340ec22874884939cb81bf51eb79e_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b08342e47f2fabd84f974260fcdd916d32d4329bc824d4ebb7ba32a727ca5b84_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:ebc4f111371a3d548dd044184b6605f2269415c467788b9d3112fb63b44d8332_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:997928acca42ae66ecce1aac50e7617771d67f91452dc5774e581fec1826b1e4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d3d9e7fc38b7bf1f05bc28d71f079c24162866ba4d82934f0a104b3fbc0a854c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:e832c2eb20cfa92577ef412cf2436941b9ed3fe772c28cb9150dd43d8c2ace39_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ffe4566eba239897e534fa9fbc91e2e849742c260563b93a47f81e2bdfa982da_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:1e1920c6017633fba1bdf9ff113f42aaf82641e3285e4c749cfa4a96a7019b4c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:23fd68ea3ae40553b3b78f808120a98b448dfd5b9d7b8baaa3490be4cd2bd12a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:7af8245d601c5920095f9ef795cc0f4a52167079e8d969a4eabdb4cf19df1e2b_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:f0b8dab001166648f6c87c8a88ccfb6cc8c864a5a1a826bb2ae8532312fb2036_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:fe530baf73ca2c557efa2d019c9cafb306354ffe468932f12768afa87538ff92_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:3e083f1324e09514f902af7797178ee67ce48e6407513558c0794db10f822a79_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7804520e26bdb5dfac848e9c4e00d598c3d0b40ec3980521ced421ae684591f5_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:b8fc5a19e751851d38d9e33340c17f9579d15468c788db81e1138e688245a607_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:ce57d819c40780c23673b3a96450835d74d63eb91445962ad951cd05ff11e65e_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:4f4f9499bea1f1e141e41b040115be2c34c64d6c38e6308ca71ac11ba1b2e8b8_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:7958863292d81357614888f005dac99727dbf0c2f13726f28c2b39865c671d5a_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a13814b5e4cf882e42704ab9c8e77fcc2540b43507e646973a14ccb29a724a5_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f496cb718fdc13cc2f5d5df210df389be02fdd8b3f6e7d8f50633184a81c7b1f_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:29d34317295d0f3b22461df849189a828993baf98b9b5a0ddfb7f7185dcabb25_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:c025aa4ff0db09e514e56c6d62a1f3cf1f28d26c4b71277684d2528da58e28d0_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:d4c682a8e365311e0cfe86015ecc7b0963dae69d1a2ed7cdaf2b6a9cc36419ae_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:f2c02332098e6b3e8bd948046e7c427bee140b93f3146c821c3cfb62b611e6de_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:0ea56540722faf1e2ebae9b12fad9d9671231fe9c1e3485fcdaa8935da4006d3_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3cb86f6bb54004d3ff72daf0dd9ee2f7d62ae1c0c87f9764a3e9f9c211567d3b_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:ac6f2c6d3cf93b6f4a429f33756452ae6cd986ac8441fb185589d5572bf6536c_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:bd6ce6beae61924800b3c0a20b5558366d4b8c487c4cbc7c5f909ccf5b340f0b_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1c181e588d73c4cca402485e7c30de7f3ed33042a68919aa21d633fdfaa1c224_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:53d5d6d5f13135d56054647bd2ce4ce84a4ae7345f06a8689ab89c4c34ad2e7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:a2898d66b6d5ccab036aa7eeb0a5cf88ea0c3dc4eb5af4613ec26f76bcdd9d3b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dcc1ad065ff86c3baa43a8d91418b97400e0fa3891ff09e0c16a0c7cfa0e237c_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e5df14c54ea3e7aff61d38d735d8de1430fe75d6344bbf77b02f3f4942a9ea7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e69f6b548fa5e2ff2fc485cb5cfcf7a16ffe5fef3a8b41ff583ff1870eea3a41_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:ec195b702c1e317e4bd2d29f480af0656fedf89d6fbecd50496b31107bf55d78_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:f29a511e7fff40fdadae3164925ceb3d660b4ad1b391276ed68b7b6e5a3e486a_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:7c7741c352ac1e1d3e55d99c22c14d72f8bb03262a7171dd011ed4b8efa222d7_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:8215b9e6dde14bde8a3c35ddf9616818ec3821dfe53e4bd07943e15842f78b44_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4a7261dac58ee08494a8e8627f58141ade0dbe0e45dda4086451513b44487069_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4b6c13ebf35c61905e68df4521fdf2702f07150366686da88549a0e4ee2b2e51_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5a27cef0f39d329b1ad792cca36bc4658848474b74e0d00d5c192c91bbb025b7_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5ed4a8e0ffeec991b88561e6ccc27b02c4cd6130c307816ef9d0bf08fc7924f3_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:73f03ce96fb9d9943dc46f76fb2c67edcb6030a0c622aef913d22c39e2ea9f8b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:7e46a8b679402508430bf8123527897f026a96fdf8f934d42ce723d108b2f2ae_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:8fed8d917a12c239823caa6eac19ad41ac948e8772b6b4655d5be5fcb864e1b9_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:ec62f735903890eeb1f08d49e6e2c448f0ba5f2063d53533d02f694f4a582c42_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-11407" }, { "category": "external", "summary": "RHBZ#2329003", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329003" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-11407", "url": "https://www.cve.org/CVERecord?id=CVE-2024-11407" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-11407", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11407" }, { "category": "external", "summary": "https://github.com/grpc/grpc/commit/e9046b2bbebc0cb7f5dc42008f807f6c7e98e791", "url": "https://github.com/grpc/grpc/commit/e9046b2bbebc0cb7f5dc42008f807f6c7e98e791" } ], "release_date": "2024-11-26T16:59:49.718000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-15T19:34:31+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:633d7e710c98fdc43fb966caa0a8a5e70ffcc5143397ade3b3a8516e49d40ee5_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:a97fc48b723bc1e30fc48d1777c30963558432070339052beb6992000d5681fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:be737fd689a8a236e16a7f4f2e8d16576e55112ca078a1e7ae98dd28603db56d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d6fc995d4a401fc44e8692d4b4ffabcc887dd4d4bf40dc97a1fb0da36427eb70_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0341" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:dc8d5006c2f1180af77467811543fcfe07e26a4c88c6707b206692ba88994f3d_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:76dda3813db9e4b3c9b6231a4671b4ea83bcdfc12aca0203642f16078a7a7308_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:2b3f660afb09d885008805164913031724a2e6ef44c23bcfcda0872547796020_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:f73293bbc83a989de958a093f9d27a390fcd5fd889b6991b29246e946ff5f173_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:9108919ceaf1b2a74eb09d34d21c79d87a5c2913cb7c0bc14d4a91d7ac4eab2a_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:24108b3f430077e1d062598a7452e0f080fa0c6847941b0cee9a98630d1ba924_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:e6dea9e1291824c64e30da60304c6260dac63aa592f59eb446182525d37a60d5_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ec32e837696ce70d99b910f09c5f249f467d41611b17ebda65a97f472da2d23b_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:faefa5edfe878a594f3710220561659721f315ddcbc213f6abe58b2846194959_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:725d3556e9bd2e91acf345a93ad9f0216ebabfd537a416c4934841d3747a86fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:929b3e8c84ed0a424f1dea07a411ef22dc7622dbd2491fa01765b68a50e84397_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:ad74ec5dbb2ddfa557843d6b3642c6168e17d36ba2d8d7d71ee61d625c578957_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:e0d2cfb63a119d9eb24a12610a63155ed5388d8a4b29c7b7b1388f5038637a9d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:036ac746da4275b51bfa147aa88d78c0e10ffc487c4e2921def86c4f9ac5b005_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:26d157f4479c38dc2cb9bd68855534534fb70fe331bb6b3ca72f107e7b740c05_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3587939de3944776d9a680e0ec85af84f62ca3c834aca27ee4a36a2f93a656e9_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:e3e2b8ea61494b68c9681e2e086ed754c8820b5136c6a0e03a2c33cd286c63ae_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:18dc1090514fe1740de1f7cd4115dab6be6b210d8726dc9ad520c686f0198a1c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:7c701fc085b75859961b15027c263864853682cfbb327ae8e220130e8f8af3d5_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:a3cbfbe7fea909868346bbeefb5c14bfce77858c17aa6e36df0b34d5d24de794_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b68431e7c04d57dc22644e1b3637541216cf554d7444c53503fdd12a64881ec4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:145d69e08e4ec9009e0c4c95c2941aa00344abcb4c2789fa0e197867653b70dc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:5e7b54220ba3a0d19aa7adb72510d22cb3771ddc61140990d79799e8c0be0fbb_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:ade07a2b5cda4c38ca83691e5ae1f03e9a575deb8384f69c3533c10c6c99ce6d_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:e69e3df9bdd02cac0e61a92ab1dc92742aeb3519ae5c694a5e02d4b946614d20_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:5c297d87438eae45b1606ae454262346978fcfe0e13a3dd6cb5feb162942b3f0_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:7f11ad704f3bdb820df673bbc3599e1c0c51aa738712874eab28e3c689b23484_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:9dfb2477871cefbdc661f5f5db091a720e811c6584818d23670a7b195a2b739c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e220c411759b0ea86bf45e6825277fc67fbd92f3d9ecf908375089812213e2cd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:0c7bbf37a7f88dea9029a30ecd5cd9968b9432209e0c80d4c84950269a6f5c35_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:7cc34e0020cf3a24be08da80d13e4d13f41d9d6c574b53f0121cea218e28e38d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:d8830b75b2ac589cb0d8e802c4531b989cd1d5fbfc3c4bd437b7849dbb393603_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:da0d3ff04a837ba199a6d4f7c18f0462b6ca1da19af1d1673f35b19ecd9f7908_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:18b58e802611f2e3704e6b4def22eb5c98a9a74847a72a20ca53260b793eefaf_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:3abff9bf7545c4eb4f07036a90e11909da3f1439d6253726077e6a0fdcf40735_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:ec56cd10bc1809ad6cd9f917ecf7afb6ef815619c6450c8482918af20654ddfb_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:fdb21020cba553552bcb1f14d661fa2c715a7231878a84dec4c55b077f582db3_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0742e8cb70ca94663b57f9238a8901e1a549af21d77329f4902a569e3df67867_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0dce85b9996e5321b6d2b4fa09be3c63dbdd7185b7c81761d6064d5018fd2671_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:d1c875776a86e52d54361d926bf2861b5191b2319e6f8b09c8202bcc505fa8cd_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:ebba01bdb3b12df5ea3cdb60d98d3100cfe94ca265b21045bc38902f96f1677d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41016d60686857701a07da836c9fb8dccc4be66204785ddc4e6b9ecd7e069783_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:4a9e8d4c7fbc70aa11af1377a31385d0656c6ec1df10ee36570266dc7f675555_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f09bcbf5774c049659380795fad210ebd5592efc93a1a67dd04df90aaec3cbc4_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f9e5af61e840a071d5b6338acc6e434479424373bdddd7f233f93fe6f86b0578_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:662efdccc86181b295c708a69cd458dfd9eb0306382a6f8836b61691dafa4715_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:6cbb31d4d0207565325a7849e22dd68b1418d537e84cf3a0a11b02855856e002_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:9733738a42942400affb410fbaf8b451427e4c30ff350d1530cc4c0ca9c994a1_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:ef1275f381716c1e54a99a41007bb1407c10aa7124efd86b261dd555f27bab75_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:35fd67d59edc1b5c8c050d9f1b866372676f3d26118ea068744d45970db6499c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:521d0db50b5399e59b294b689bff1948132bced3f4e16ae502ff39d6961c6d7a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5e3a3e2834e36f3d53a363391ccd90c3cd576e7c271c0ab27507ac71f2fb554b_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a0122f39c357af5023e3d266cbba863936648943d1ba73f43f0f9f636c505cda_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:6185554134a09396e8e72672bd6616ec4488cc54a3a6849212dc1a1ef6496b76_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:68ac790f665d325fae33a08fc89e6c2eb469d2892a0b0fe72aa6f6433dc5efbd_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:df4aadce50ab0363b3f79455cec7555134a4c9af51b4534346a84b411b139196_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:e50d105572ffce6047335409fd156f82fb45a4f07e9ecdc7f859a358af4cef0c_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:5b302d0c0f16453850ce6c86362ff3fe8362736d7ae1547a05e6e583529381b9_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a457746feb99cf75d1d8046ee5e90bcc46c37717dce22efe6511bdfc9a14a708_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a87f43e01543d68e2244820e68f1064c6a25782416ab3999ea5c5668ca007bd7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:afa2cdc63e2016ce7c2d48cd0c1c0a581fc9976116f43c1609da8401826baf6c_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4adc7a85c101074d3dd7f8d8affea9350f37c0a5da71c3dc037c5478bf8dc357_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4b004cccc00be3a37e21fa8c488d1e4ca96f047c697a5e968470efa57f0c97c8_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6209b029e96240192fc0e5ff5da54db3a3d3c45c780b3269377a759a6160bb4e_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:a8f5f30633889eb43fb65de7be75062ca098d9c48a08bc0673a82f8bd0c1d446_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:18f187d59c6185f5a7a549147819be9fec8baf8104b3c77c423936b826af3a70_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:a1ead217d3cdb924cbbc613cd652d377cf665500e914e668ce407bad5881d40f_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:dca5e728dd36d55c7fa8e05010ee73c3617c5ad13f96de69877e3fd792bf7ad0_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:ec712b5e76563cdf5ea496d96ce45160d9b61aa6f4fb86fe53a9f87330bcd7c7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:2ae69bf767dbcc49446ac03325ff3e709c5b2a5faf4efb0c83155431b693288b_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:73f4c72f0889d0c4d40117ee3afeb23f79236800d0b89fd53bcb6f6e916f06fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:a7d1da2bcf12eae6dc64b246dbc89c50d3b15e95ac90de3135ed02e415fded7d_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:fd752c00166c91b380cdf65ac7a1b57cf280e1fed9f3acb7a9eccafe355646af_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2857a93e1d0e58fc9eee876a1ed93997122d29417974b8bb891572810cd5ff87_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2ae78254a689cf82498a4a8e99066a9e226eb28408366fb85daa2fa4014a4cee_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:7663bed7f9621302bd1495470918d93b8f13db057f94748de7b38ff6bf27cea8_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:b080d5be81f801fa7de3fbb212009ffb21ac8f8fdf8ac1cea3a09d9bfd6600e2_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1682cc7c3027640f428a7da2724a92ab8d4abb6d1b50e6cdc5c4ac84a0b3ce25_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7716ebfe4582bb56f82c18b04d8a9ad5812956a97bd4fc881df0e1200e06c19c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:90dd28b6df0588c35bb75ae5029a58acc23d1b2530b1190c9133c2015a11ce43_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:97dd06fba86585736782609233bfb8be938a36c995e0da4de5aff511544456fc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:184d735d321bb6b276dc6a266d132e4de79186bfc1d57939a8e3491c3aeead00_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:1dd27bb6eba79634a8725a0433c9a570df8c5d2bcd251eb3edf11854ed654cee_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:751ce8e328931f554ce2395641cfbaf13a453d8c02aa1d8f6731b9c8e121dea7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9a05373a6c38ef2ffc1dc6e4676ba3ce6b7d35d795b8d3c49b9a592f60f47b0e_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:21609ac3e437a5efd017099fbb7412b78ee95515811f0dea85761dccaee4eb7f_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:2186c0e80f15d4837c02c71fed00cadbc1e0eb0c986151ca045275e72770d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:a6a1d878f5076b01ae2e31d1ac3913b69bd1f73e3f85c766c16ab23b08375ce3_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:d9cd3c8768a67324006bd0745a612d1d41997c4a4de1c1edf9435951291976bc_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:633d7e710c98fdc43fb966caa0a8a5e70ffcc5143397ade3b3a8516e49d40ee5_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:a97fc48b723bc1e30fc48d1777c30963558432070339052beb6992000d5681fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:be737fd689a8a236e16a7f4f2e8d16576e55112ca078a1e7ae98dd28603db56d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d6fc995d4a401fc44e8692d4b4ffabcc887dd4d4bf40dc97a1fb0da36427eb70_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:04fc74edff653970ce441b1d0e3f7aca44221d2c289d55a808a732f5f6f685e2_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:883b9d2b9700814213a4759e0dc36f24f29340ec22874884939cb81bf51eb79e_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b08342e47f2fabd84f974260fcdd916d32d4329bc824d4ebb7ba32a727ca5b84_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:ebc4f111371a3d548dd044184b6605f2269415c467788b9d3112fb63b44d8332_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:997928acca42ae66ecce1aac50e7617771d67f91452dc5774e581fec1826b1e4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d3d9e7fc38b7bf1f05bc28d71f079c24162866ba4d82934f0a104b3fbc0a854c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:e832c2eb20cfa92577ef412cf2436941b9ed3fe772c28cb9150dd43d8c2ace39_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ffe4566eba239897e534fa9fbc91e2e849742c260563b93a47f81e2bdfa982da_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:1e1920c6017633fba1bdf9ff113f42aaf82641e3285e4c749cfa4a96a7019b4c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:23fd68ea3ae40553b3b78f808120a98b448dfd5b9d7b8baaa3490be4cd2bd12a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:7af8245d601c5920095f9ef795cc0f4a52167079e8d969a4eabdb4cf19df1e2b_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:f0b8dab001166648f6c87c8a88ccfb6cc8c864a5a1a826bb2ae8532312fb2036_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:fe530baf73ca2c557efa2d019c9cafb306354ffe468932f12768afa87538ff92_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:3e083f1324e09514f902af7797178ee67ce48e6407513558c0794db10f822a79_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7804520e26bdb5dfac848e9c4e00d598c3d0b40ec3980521ced421ae684591f5_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:b8fc5a19e751851d38d9e33340c17f9579d15468c788db81e1138e688245a607_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:ce57d819c40780c23673b3a96450835d74d63eb91445962ad951cd05ff11e65e_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:4f4f9499bea1f1e141e41b040115be2c34c64d6c38e6308ca71ac11ba1b2e8b8_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:7958863292d81357614888f005dac99727dbf0c2f13726f28c2b39865c671d5a_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a13814b5e4cf882e42704ab9c8e77fcc2540b43507e646973a14ccb29a724a5_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f496cb718fdc13cc2f5d5df210df389be02fdd8b3f6e7d8f50633184a81c7b1f_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:29d34317295d0f3b22461df849189a828993baf98b9b5a0ddfb7f7185dcabb25_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:c025aa4ff0db09e514e56c6d62a1f3cf1f28d26c4b71277684d2528da58e28d0_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:d4c682a8e365311e0cfe86015ecc7b0963dae69d1a2ed7cdaf2b6a9cc36419ae_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:f2c02332098e6b3e8bd948046e7c427bee140b93f3146c821c3cfb62b611e6de_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:0ea56540722faf1e2ebae9b12fad9d9671231fe9c1e3485fcdaa8935da4006d3_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3cb86f6bb54004d3ff72daf0dd9ee2f7d62ae1c0c87f9764a3e9f9c211567d3b_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:ac6f2c6d3cf93b6f4a429f33756452ae6cd986ac8441fb185589d5572bf6536c_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:bd6ce6beae61924800b3c0a20b5558366d4b8c487c4cbc7c5f909ccf5b340f0b_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1c181e588d73c4cca402485e7c30de7f3ed33042a68919aa21d633fdfaa1c224_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:53d5d6d5f13135d56054647bd2ce4ce84a4ae7345f06a8689ab89c4c34ad2e7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:a2898d66b6d5ccab036aa7eeb0a5cf88ea0c3dc4eb5af4613ec26f76bcdd9d3b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dcc1ad065ff86c3baa43a8d91418b97400e0fa3891ff09e0c16a0c7cfa0e237c_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e5df14c54ea3e7aff61d38d735d8de1430fe75d6344bbf77b02f3f4942a9ea7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e69f6b548fa5e2ff2fc485cb5cfcf7a16ffe5fef3a8b41ff583ff1870eea3a41_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:ec195b702c1e317e4bd2d29f480af0656fedf89d6fbecd50496b31107bf55d78_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:f29a511e7fff40fdadae3164925ceb3d660b4ad1b391276ed68b7b6e5a3e486a_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:7c7741c352ac1e1d3e55d99c22c14d72f8bb03262a7171dd011ed4b8efa222d7_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:8215b9e6dde14bde8a3c35ddf9616818ec3821dfe53e4bd07943e15842f78b44_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4a7261dac58ee08494a8e8627f58141ade0dbe0e45dda4086451513b44487069_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4b6c13ebf35c61905e68df4521fdf2702f07150366686da88549a0e4ee2b2e51_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5a27cef0f39d329b1ad792cca36bc4658848474b74e0d00d5c192c91bbb025b7_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5ed4a8e0ffeec991b88561e6ccc27b02c4cd6130c307816ef9d0bf08fc7924f3_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:73f03ce96fb9d9943dc46f76fb2c67edcb6030a0c622aef913d22c39e2ea9f8b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:7e46a8b679402508430bf8123527897f026a96fdf8f934d42ce723d108b2f2ae_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:8fed8d917a12c239823caa6eac19ad41ac948e8772b6b4655d5be5fcb864e1b9_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:ec62f735903890eeb1f08d49e6e2c448f0ba5f2063d53533d02f694f4a582c42_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "grpc: Denial of Service through Data corruption in gRPC-C++" }, { "cve": "CVE-2024-52304", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2024-11-18T21:01:46.925641+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:dc8d5006c2f1180af77467811543fcfe07e26a4c88c6707b206692ba88994f3d_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:76dda3813db9e4b3c9b6231a4671b4ea83bcdfc12aca0203642f16078a7a7308_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:2b3f660afb09d885008805164913031724a2e6ef44c23bcfcda0872547796020_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:f73293bbc83a989de958a093f9d27a390fcd5fd889b6991b29246e946ff5f173_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:9108919ceaf1b2a74eb09d34d21c79d87a5c2913cb7c0bc14d4a91d7ac4eab2a_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:24108b3f430077e1d062598a7452e0f080fa0c6847941b0cee9a98630d1ba924_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:e6dea9e1291824c64e30da60304c6260dac63aa592f59eb446182525d37a60d5_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ec32e837696ce70d99b910f09c5f249f467d41611b17ebda65a97f472da2d23b_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:faefa5edfe878a594f3710220561659721f315ddcbc213f6abe58b2846194959_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:725d3556e9bd2e91acf345a93ad9f0216ebabfd537a416c4934841d3747a86fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:929b3e8c84ed0a424f1dea07a411ef22dc7622dbd2491fa01765b68a50e84397_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:ad74ec5dbb2ddfa557843d6b3642c6168e17d36ba2d8d7d71ee61d625c578957_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:e0d2cfb63a119d9eb24a12610a63155ed5388d8a4b29c7b7b1388f5038637a9d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:036ac746da4275b51bfa147aa88d78c0e10ffc487c4e2921def86c4f9ac5b005_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:26d157f4479c38dc2cb9bd68855534534fb70fe331bb6b3ca72f107e7b740c05_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3587939de3944776d9a680e0ec85af84f62ca3c834aca27ee4a36a2f93a656e9_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:e3e2b8ea61494b68c9681e2e086ed754c8820b5136c6a0e03a2c33cd286c63ae_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:18dc1090514fe1740de1f7cd4115dab6be6b210d8726dc9ad520c686f0198a1c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:7c701fc085b75859961b15027c263864853682cfbb327ae8e220130e8f8af3d5_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:a3cbfbe7fea909868346bbeefb5c14bfce77858c17aa6e36df0b34d5d24de794_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b68431e7c04d57dc22644e1b3637541216cf554d7444c53503fdd12a64881ec4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:145d69e08e4ec9009e0c4c95c2941aa00344abcb4c2789fa0e197867653b70dc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:5e7b54220ba3a0d19aa7adb72510d22cb3771ddc61140990d79799e8c0be0fbb_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:ade07a2b5cda4c38ca83691e5ae1f03e9a575deb8384f69c3533c10c6c99ce6d_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:e69e3df9bdd02cac0e61a92ab1dc92742aeb3519ae5c694a5e02d4b946614d20_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:5c297d87438eae45b1606ae454262346978fcfe0e13a3dd6cb5feb162942b3f0_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:7f11ad704f3bdb820df673bbc3599e1c0c51aa738712874eab28e3c689b23484_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:9dfb2477871cefbdc661f5f5db091a720e811c6584818d23670a7b195a2b739c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e220c411759b0ea86bf45e6825277fc67fbd92f3d9ecf908375089812213e2cd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:0c7bbf37a7f88dea9029a30ecd5cd9968b9432209e0c80d4c84950269a6f5c35_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:7cc34e0020cf3a24be08da80d13e4d13f41d9d6c574b53f0121cea218e28e38d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:d8830b75b2ac589cb0d8e802c4531b989cd1d5fbfc3c4bd437b7849dbb393603_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:da0d3ff04a837ba199a6d4f7c18f0462b6ca1da19af1d1673f35b19ecd9f7908_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:18b58e802611f2e3704e6b4def22eb5c98a9a74847a72a20ca53260b793eefaf_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:3abff9bf7545c4eb4f07036a90e11909da3f1439d6253726077e6a0fdcf40735_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:ec56cd10bc1809ad6cd9f917ecf7afb6ef815619c6450c8482918af20654ddfb_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:fdb21020cba553552bcb1f14d661fa2c715a7231878a84dec4c55b077f582db3_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0742e8cb70ca94663b57f9238a8901e1a549af21d77329f4902a569e3df67867_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0dce85b9996e5321b6d2b4fa09be3c63dbdd7185b7c81761d6064d5018fd2671_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:d1c875776a86e52d54361d926bf2861b5191b2319e6f8b09c8202bcc505fa8cd_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:ebba01bdb3b12df5ea3cdb60d98d3100cfe94ca265b21045bc38902f96f1677d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41016d60686857701a07da836c9fb8dccc4be66204785ddc4e6b9ecd7e069783_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:4a9e8d4c7fbc70aa11af1377a31385d0656c6ec1df10ee36570266dc7f675555_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f09bcbf5774c049659380795fad210ebd5592efc93a1a67dd04df90aaec3cbc4_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f9e5af61e840a071d5b6338acc6e434479424373bdddd7f233f93fe6f86b0578_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:662efdccc86181b295c708a69cd458dfd9eb0306382a6f8836b61691dafa4715_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:6cbb31d4d0207565325a7849e22dd68b1418d537e84cf3a0a11b02855856e002_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:9733738a42942400affb410fbaf8b451427e4c30ff350d1530cc4c0ca9c994a1_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:ef1275f381716c1e54a99a41007bb1407c10aa7124efd86b261dd555f27bab75_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:35fd67d59edc1b5c8c050d9f1b866372676f3d26118ea068744d45970db6499c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:521d0db50b5399e59b294b689bff1948132bced3f4e16ae502ff39d6961c6d7a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5e3a3e2834e36f3d53a363391ccd90c3cd576e7c271c0ab27507ac71f2fb554b_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a0122f39c357af5023e3d266cbba863936648943d1ba73f43f0f9f636c505cda_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:6185554134a09396e8e72672bd6616ec4488cc54a3a6849212dc1a1ef6496b76_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:68ac790f665d325fae33a08fc89e6c2eb469d2892a0b0fe72aa6f6433dc5efbd_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:df4aadce50ab0363b3f79455cec7555134a4c9af51b4534346a84b411b139196_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:e50d105572ffce6047335409fd156f82fb45a4f07e9ecdc7f859a358af4cef0c_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:5b302d0c0f16453850ce6c86362ff3fe8362736d7ae1547a05e6e583529381b9_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a457746feb99cf75d1d8046ee5e90bcc46c37717dce22efe6511bdfc9a14a708_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a87f43e01543d68e2244820e68f1064c6a25782416ab3999ea5c5668ca007bd7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:afa2cdc63e2016ce7c2d48cd0c1c0a581fc9976116f43c1609da8401826baf6c_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4adc7a85c101074d3dd7f8d8affea9350f37c0a5da71c3dc037c5478bf8dc357_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4b004cccc00be3a37e21fa8c488d1e4ca96f047c697a5e968470efa57f0c97c8_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6209b029e96240192fc0e5ff5da54db3a3d3c45c780b3269377a759a6160bb4e_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:a8f5f30633889eb43fb65de7be75062ca098d9c48a08bc0673a82f8bd0c1d446_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:18f187d59c6185f5a7a549147819be9fec8baf8104b3c77c423936b826af3a70_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:a1ead217d3cdb924cbbc613cd652d377cf665500e914e668ce407bad5881d40f_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:dca5e728dd36d55c7fa8e05010ee73c3617c5ad13f96de69877e3fd792bf7ad0_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:ec712b5e76563cdf5ea496d96ce45160d9b61aa6f4fb86fe53a9f87330bcd7c7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:2ae69bf767dbcc49446ac03325ff3e709c5b2a5faf4efb0c83155431b693288b_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:73f4c72f0889d0c4d40117ee3afeb23f79236800d0b89fd53bcb6f6e916f06fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:a7d1da2bcf12eae6dc64b246dbc89c50d3b15e95ac90de3135ed02e415fded7d_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:fd752c00166c91b380cdf65ac7a1b57cf280e1fed9f3acb7a9eccafe355646af_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2857a93e1d0e58fc9eee876a1ed93997122d29417974b8bb891572810cd5ff87_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2ae78254a689cf82498a4a8e99066a9e226eb28408366fb85daa2fa4014a4cee_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:7663bed7f9621302bd1495470918d93b8f13db057f94748de7b38ff6bf27cea8_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:b080d5be81f801fa7de3fbb212009ffb21ac8f8fdf8ac1cea3a09d9bfd6600e2_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1682cc7c3027640f428a7da2724a92ab8d4abb6d1b50e6cdc5c4ac84a0b3ce25_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7716ebfe4582bb56f82c18b04d8a9ad5812956a97bd4fc881df0e1200e06c19c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:90dd28b6df0588c35bb75ae5029a58acc23d1b2530b1190c9133c2015a11ce43_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:97dd06fba86585736782609233bfb8be938a36c995e0da4de5aff511544456fc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:184d735d321bb6b276dc6a266d132e4de79186bfc1d57939a8e3491c3aeead00_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:1dd27bb6eba79634a8725a0433c9a570df8c5d2bcd251eb3edf11854ed654cee_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:751ce8e328931f554ce2395641cfbaf13a453d8c02aa1d8f6731b9c8e121dea7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9a05373a6c38ef2ffc1dc6e4676ba3ce6b7d35d795b8d3c49b9a592f60f47b0e_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:21609ac3e437a5efd017099fbb7412b78ee95515811f0dea85761dccaee4eb7f_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:2186c0e80f15d4837c02c71fed00cadbc1e0eb0c986151ca045275e72770d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:a6a1d878f5076b01ae2e31d1ac3913b69bd1f73e3f85c766c16ab23b08375ce3_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:d9cd3c8768a67324006bd0745a612d1d41997c4a4de1c1edf9435951291976bc_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:04fc74edff653970ce441b1d0e3f7aca44221d2c289d55a808a732f5f6f685e2_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:883b9d2b9700814213a4759e0dc36f24f29340ec22874884939cb81bf51eb79e_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b08342e47f2fabd84f974260fcdd916d32d4329bc824d4ebb7ba32a727ca5b84_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:ebc4f111371a3d548dd044184b6605f2269415c467788b9d3112fb63b44d8332_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:997928acca42ae66ecce1aac50e7617771d67f91452dc5774e581fec1826b1e4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d3d9e7fc38b7bf1f05bc28d71f079c24162866ba4d82934f0a104b3fbc0a854c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:e832c2eb20cfa92577ef412cf2436941b9ed3fe772c28cb9150dd43d8c2ace39_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ffe4566eba239897e534fa9fbc91e2e849742c260563b93a47f81e2bdfa982da_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:1e1920c6017633fba1bdf9ff113f42aaf82641e3285e4c749cfa4a96a7019b4c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:23fd68ea3ae40553b3b78f808120a98b448dfd5b9d7b8baaa3490be4cd2bd12a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:7af8245d601c5920095f9ef795cc0f4a52167079e8d969a4eabdb4cf19df1e2b_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:f0b8dab001166648f6c87c8a88ccfb6cc8c864a5a1a826bb2ae8532312fb2036_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:fe530baf73ca2c557efa2d019c9cafb306354ffe468932f12768afa87538ff92_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:3e083f1324e09514f902af7797178ee67ce48e6407513558c0794db10f822a79_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7804520e26bdb5dfac848e9c4e00d598c3d0b40ec3980521ced421ae684591f5_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:b8fc5a19e751851d38d9e33340c17f9579d15468c788db81e1138e688245a607_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:ce57d819c40780c23673b3a96450835d74d63eb91445962ad951cd05ff11e65e_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:4f4f9499bea1f1e141e41b040115be2c34c64d6c38e6308ca71ac11ba1b2e8b8_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:7958863292d81357614888f005dac99727dbf0c2f13726f28c2b39865c671d5a_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a13814b5e4cf882e42704ab9c8e77fcc2540b43507e646973a14ccb29a724a5_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f496cb718fdc13cc2f5d5df210df389be02fdd8b3f6e7d8f50633184a81c7b1f_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:29d34317295d0f3b22461df849189a828993baf98b9b5a0ddfb7f7185dcabb25_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:c025aa4ff0db09e514e56c6d62a1f3cf1f28d26c4b71277684d2528da58e28d0_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:d4c682a8e365311e0cfe86015ecc7b0963dae69d1a2ed7cdaf2b6a9cc36419ae_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:f2c02332098e6b3e8bd948046e7c427bee140b93f3146c821c3cfb62b611e6de_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:0ea56540722faf1e2ebae9b12fad9d9671231fe9c1e3485fcdaa8935da4006d3_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3cb86f6bb54004d3ff72daf0dd9ee2f7d62ae1c0c87f9764a3e9f9c211567d3b_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:ac6f2c6d3cf93b6f4a429f33756452ae6cd986ac8441fb185589d5572bf6536c_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:bd6ce6beae61924800b3c0a20b5558366d4b8c487c4cbc7c5f909ccf5b340f0b_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1c181e588d73c4cca402485e7c30de7f3ed33042a68919aa21d633fdfaa1c224_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:53d5d6d5f13135d56054647bd2ce4ce84a4ae7345f06a8689ab89c4c34ad2e7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:a2898d66b6d5ccab036aa7eeb0a5cf88ea0c3dc4eb5af4613ec26f76bcdd9d3b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dcc1ad065ff86c3baa43a8d91418b97400e0fa3891ff09e0c16a0c7cfa0e237c_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e5df14c54ea3e7aff61d38d735d8de1430fe75d6344bbf77b02f3f4942a9ea7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e69f6b548fa5e2ff2fc485cb5cfcf7a16ffe5fef3a8b41ff583ff1870eea3a41_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:ec195b702c1e317e4bd2d29f480af0656fedf89d6fbecd50496b31107bf55d78_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:f29a511e7fff40fdadae3164925ceb3d660b4ad1b391276ed68b7b6e5a3e486a_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:7c7741c352ac1e1d3e55d99c22c14d72f8bb03262a7171dd011ed4b8efa222d7_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:8215b9e6dde14bde8a3c35ddf9616818ec3821dfe53e4bd07943e15842f78b44_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4a7261dac58ee08494a8e8627f58141ade0dbe0e45dda4086451513b44487069_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4b6c13ebf35c61905e68df4521fdf2702f07150366686da88549a0e4ee2b2e51_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5a27cef0f39d329b1ad792cca36bc4658848474b74e0d00d5c192c91bbb025b7_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5ed4a8e0ffeec991b88561e6ccc27b02c4cd6130c307816ef9d0bf08fc7924f3_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:73f03ce96fb9d9943dc46f76fb2c67edcb6030a0c622aef913d22c39e2ea9f8b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:7e46a8b679402508430bf8123527897f026a96fdf8f934d42ce723d108b2f2ae_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:8fed8d917a12c239823caa6eac19ad41ac948e8772b6b4655d5be5fcb864e1b9_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:ec62f735903890eeb1f08d49e6e2c448f0ba5f2063d53533d02f694f4a582c42_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2327130" } ], "notes": [ { "category": "description", "text": "A flaw was found in the aiohttp package. The Python parser parses newlines in chunk extensions incorrectly, which can lead to request smuggling vulnerabilities under certain conditions. If a pure Python version of aiohttp is installed, for example, without the usual C extensions, or `AIOHTTP_NO_EXTENSIONS` is enabled, an attacker may be able to execute a request smuggling attack to bypass certain firewalls or proxy protections.", "title": "Vulnerability description" }, { "category": "summary", "text": "aiohttp: aiohttp vulnerable to request smuggling due to incorrect parsing of chunk extensions", "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.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:633d7e710c98fdc43fb966caa0a8a5e70ffcc5143397ade3b3a8516e49d40ee5_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:a97fc48b723bc1e30fc48d1777c30963558432070339052beb6992000d5681fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:be737fd689a8a236e16a7f4f2e8d16576e55112ca078a1e7ae98dd28603db56d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d6fc995d4a401fc44e8692d4b4ffabcc887dd4d4bf40dc97a1fb0da36427eb70_arm64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:dc8d5006c2f1180af77467811543fcfe07e26a4c88c6707b206692ba88994f3d_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:76dda3813db9e4b3c9b6231a4671b4ea83bcdfc12aca0203642f16078a7a7308_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:2b3f660afb09d885008805164913031724a2e6ef44c23bcfcda0872547796020_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:f73293bbc83a989de958a093f9d27a390fcd5fd889b6991b29246e946ff5f173_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:9108919ceaf1b2a74eb09d34d21c79d87a5c2913cb7c0bc14d4a91d7ac4eab2a_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:24108b3f430077e1d062598a7452e0f080fa0c6847941b0cee9a98630d1ba924_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:e6dea9e1291824c64e30da60304c6260dac63aa592f59eb446182525d37a60d5_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ec32e837696ce70d99b910f09c5f249f467d41611b17ebda65a97f472da2d23b_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:faefa5edfe878a594f3710220561659721f315ddcbc213f6abe58b2846194959_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:725d3556e9bd2e91acf345a93ad9f0216ebabfd537a416c4934841d3747a86fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:929b3e8c84ed0a424f1dea07a411ef22dc7622dbd2491fa01765b68a50e84397_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:ad74ec5dbb2ddfa557843d6b3642c6168e17d36ba2d8d7d71ee61d625c578957_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:e0d2cfb63a119d9eb24a12610a63155ed5388d8a4b29c7b7b1388f5038637a9d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:036ac746da4275b51bfa147aa88d78c0e10ffc487c4e2921def86c4f9ac5b005_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:26d157f4479c38dc2cb9bd68855534534fb70fe331bb6b3ca72f107e7b740c05_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3587939de3944776d9a680e0ec85af84f62ca3c834aca27ee4a36a2f93a656e9_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:e3e2b8ea61494b68c9681e2e086ed754c8820b5136c6a0e03a2c33cd286c63ae_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:18dc1090514fe1740de1f7cd4115dab6be6b210d8726dc9ad520c686f0198a1c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:7c701fc085b75859961b15027c263864853682cfbb327ae8e220130e8f8af3d5_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:a3cbfbe7fea909868346bbeefb5c14bfce77858c17aa6e36df0b34d5d24de794_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b68431e7c04d57dc22644e1b3637541216cf554d7444c53503fdd12a64881ec4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:145d69e08e4ec9009e0c4c95c2941aa00344abcb4c2789fa0e197867653b70dc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:5e7b54220ba3a0d19aa7adb72510d22cb3771ddc61140990d79799e8c0be0fbb_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:ade07a2b5cda4c38ca83691e5ae1f03e9a575deb8384f69c3533c10c6c99ce6d_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:e69e3df9bdd02cac0e61a92ab1dc92742aeb3519ae5c694a5e02d4b946614d20_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:5c297d87438eae45b1606ae454262346978fcfe0e13a3dd6cb5feb162942b3f0_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:7f11ad704f3bdb820df673bbc3599e1c0c51aa738712874eab28e3c689b23484_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:9dfb2477871cefbdc661f5f5db091a720e811c6584818d23670a7b195a2b739c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e220c411759b0ea86bf45e6825277fc67fbd92f3d9ecf908375089812213e2cd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:0c7bbf37a7f88dea9029a30ecd5cd9968b9432209e0c80d4c84950269a6f5c35_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:7cc34e0020cf3a24be08da80d13e4d13f41d9d6c574b53f0121cea218e28e38d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:d8830b75b2ac589cb0d8e802c4531b989cd1d5fbfc3c4bd437b7849dbb393603_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:da0d3ff04a837ba199a6d4f7c18f0462b6ca1da19af1d1673f35b19ecd9f7908_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:18b58e802611f2e3704e6b4def22eb5c98a9a74847a72a20ca53260b793eefaf_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:3abff9bf7545c4eb4f07036a90e11909da3f1439d6253726077e6a0fdcf40735_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:ec56cd10bc1809ad6cd9f917ecf7afb6ef815619c6450c8482918af20654ddfb_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:fdb21020cba553552bcb1f14d661fa2c715a7231878a84dec4c55b077f582db3_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0742e8cb70ca94663b57f9238a8901e1a549af21d77329f4902a569e3df67867_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0dce85b9996e5321b6d2b4fa09be3c63dbdd7185b7c81761d6064d5018fd2671_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:d1c875776a86e52d54361d926bf2861b5191b2319e6f8b09c8202bcc505fa8cd_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:ebba01bdb3b12df5ea3cdb60d98d3100cfe94ca265b21045bc38902f96f1677d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41016d60686857701a07da836c9fb8dccc4be66204785ddc4e6b9ecd7e069783_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:4a9e8d4c7fbc70aa11af1377a31385d0656c6ec1df10ee36570266dc7f675555_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f09bcbf5774c049659380795fad210ebd5592efc93a1a67dd04df90aaec3cbc4_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f9e5af61e840a071d5b6338acc6e434479424373bdddd7f233f93fe6f86b0578_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:662efdccc86181b295c708a69cd458dfd9eb0306382a6f8836b61691dafa4715_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:6cbb31d4d0207565325a7849e22dd68b1418d537e84cf3a0a11b02855856e002_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:9733738a42942400affb410fbaf8b451427e4c30ff350d1530cc4c0ca9c994a1_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:ef1275f381716c1e54a99a41007bb1407c10aa7124efd86b261dd555f27bab75_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:35fd67d59edc1b5c8c050d9f1b866372676f3d26118ea068744d45970db6499c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:521d0db50b5399e59b294b689bff1948132bced3f4e16ae502ff39d6961c6d7a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5e3a3e2834e36f3d53a363391ccd90c3cd576e7c271c0ab27507ac71f2fb554b_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a0122f39c357af5023e3d266cbba863936648943d1ba73f43f0f9f636c505cda_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:6185554134a09396e8e72672bd6616ec4488cc54a3a6849212dc1a1ef6496b76_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:68ac790f665d325fae33a08fc89e6c2eb469d2892a0b0fe72aa6f6433dc5efbd_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:df4aadce50ab0363b3f79455cec7555134a4c9af51b4534346a84b411b139196_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:e50d105572ffce6047335409fd156f82fb45a4f07e9ecdc7f859a358af4cef0c_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:5b302d0c0f16453850ce6c86362ff3fe8362736d7ae1547a05e6e583529381b9_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a457746feb99cf75d1d8046ee5e90bcc46c37717dce22efe6511bdfc9a14a708_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a87f43e01543d68e2244820e68f1064c6a25782416ab3999ea5c5668ca007bd7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:afa2cdc63e2016ce7c2d48cd0c1c0a581fc9976116f43c1609da8401826baf6c_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4adc7a85c101074d3dd7f8d8affea9350f37c0a5da71c3dc037c5478bf8dc357_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4b004cccc00be3a37e21fa8c488d1e4ca96f047c697a5e968470efa57f0c97c8_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6209b029e96240192fc0e5ff5da54db3a3d3c45c780b3269377a759a6160bb4e_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:a8f5f30633889eb43fb65de7be75062ca098d9c48a08bc0673a82f8bd0c1d446_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:18f187d59c6185f5a7a549147819be9fec8baf8104b3c77c423936b826af3a70_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:a1ead217d3cdb924cbbc613cd652d377cf665500e914e668ce407bad5881d40f_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:dca5e728dd36d55c7fa8e05010ee73c3617c5ad13f96de69877e3fd792bf7ad0_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:ec712b5e76563cdf5ea496d96ce45160d9b61aa6f4fb86fe53a9f87330bcd7c7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:2ae69bf767dbcc49446ac03325ff3e709c5b2a5faf4efb0c83155431b693288b_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:73f4c72f0889d0c4d40117ee3afeb23f79236800d0b89fd53bcb6f6e916f06fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:a7d1da2bcf12eae6dc64b246dbc89c50d3b15e95ac90de3135ed02e415fded7d_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:fd752c00166c91b380cdf65ac7a1b57cf280e1fed9f3acb7a9eccafe355646af_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2857a93e1d0e58fc9eee876a1ed93997122d29417974b8bb891572810cd5ff87_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2ae78254a689cf82498a4a8e99066a9e226eb28408366fb85daa2fa4014a4cee_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:7663bed7f9621302bd1495470918d93b8f13db057f94748de7b38ff6bf27cea8_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:b080d5be81f801fa7de3fbb212009ffb21ac8f8fdf8ac1cea3a09d9bfd6600e2_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1682cc7c3027640f428a7da2724a92ab8d4abb6d1b50e6cdc5c4ac84a0b3ce25_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7716ebfe4582bb56f82c18b04d8a9ad5812956a97bd4fc881df0e1200e06c19c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:90dd28b6df0588c35bb75ae5029a58acc23d1b2530b1190c9133c2015a11ce43_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:97dd06fba86585736782609233bfb8be938a36c995e0da4de5aff511544456fc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:184d735d321bb6b276dc6a266d132e4de79186bfc1d57939a8e3491c3aeead00_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:1dd27bb6eba79634a8725a0433c9a570df8c5d2bcd251eb3edf11854ed654cee_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:751ce8e328931f554ce2395641cfbaf13a453d8c02aa1d8f6731b9c8e121dea7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9a05373a6c38ef2ffc1dc6e4676ba3ce6b7d35d795b8d3c49b9a592f60f47b0e_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:21609ac3e437a5efd017099fbb7412b78ee95515811f0dea85761dccaee4eb7f_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:2186c0e80f15d4837c02c71fed00cadbc1e0eb0c986151ca045275e72770d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:a6a1d878f5076b01ae2e31d1ac3913b69bd1f73e3f85c766c16ab23b08375ce3_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:d9cd3c8768a67324006bd0745a612d1d41997c4a4de1c1edf9435951291976bc_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:04fc74edff653970ce441b1d0e3f7aca44221d2c289d55a808a732f5f6f685e2_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:883b9d2b9700814213a4759e0dc36f24f29340ec22874884939cb81bf51eb79e_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b08342e47f2fabd84f974260fcdd916d32d4329bc824d4ebb7ba32a727ca5b84_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:ebc4f111371a3d548dd044184b6605f2269415c467788b9d3112fb63b44d8332_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:997928acca42ae66ecce1aac50e7617771d67f91452dc5774e581fec1826b1e4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d3d9e7fc38b7bf1f05bc28d71f079c24162866ba4d82934f0a104b3fbc0a854c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:e832c2eb20cfa92577ef412cf2436941b9ed3fe772c28cb9150dd43d8c2ace39_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ffe4566eba239897e534fa9fbc91e2e849742c260563b93a47f81e2bdfa982da_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:1e1920c6017633fba1bdf9ff113f42aaf82641e3285e4c749cfa4a96a7019b4c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:23fd68ea3ae40553b3b78f808120a98b448dfd5b9d7b8baaa3490be4cd2bd12a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:7af8245d601c5920095f9ef795cc0f4a52167079e8d969a4eabdb4cf19df1e2b_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:f0b8dab001166648f6c87c8a88ccfb6cc8c864a5a1a826bb2ae8532312fb2036_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:fe530baf73ca2c557efa2d019c9cafb306354ffe468932f12768afa87538ff92_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:3e083f1324e09514f902af7797178ee67ce48e6407513558c0794db10f822a79_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7804520e26bdb5dfac848e9c4e00d598c3d0b40ec3980521ced421ae684591f5_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:b8fc5a19e751851d38d9e33340c17f9579d15468c788db81e1138e688245a607_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:ce57d819c40780c23673b3a96450835d74d63eb91445962ad951cd05ff11e65e_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:4f4f9499bea1f1e141e41b040115be2c34c64d6c38e6308ca71ac11ba1b2e8b8_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:7958863292d81357614888f005dac99727dbf0c2f13726f28c2b39865c671d5a_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a13814b5e4cf882e42704ab9c8e77fcc2540b43507e646973a14ccb29a724a5_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f496cb718fdc13cc2f5d5df210df389be02fdd8b3f6e7d8f50633184a81c7b1f_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:29d34317295d0f3b22461df849189a828993baf98b9b5a0ddfb7f7185dcabb25_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:c025aa4ff0db09e514e56c6d62a1f3cf1f28d26c4b71277684d2528da58e28d0_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:d4c682a8e365311e0cfe86015ecc7b0963dae69d1a2ed7cdaf2b6a9cc36419ae_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:f2c02332098e6b3e8bd948046e7c427bee140b93f3146c821c3cfb62b611e6de_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:0ea56540722faf1e2ebae9b12fad9d9671231fe9c1e3485fcdaa8935da4006d3_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3cb86f6bb54004d3ff72daf0dd9ee2f7d62ae1c0c87f9764a3e9f9c211567d3b_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:ac6f2c6d3cf93b6f4a429f33756452ae6cd986ac8441fb185589d5572bf6536c_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:bd6ce6beae61924800b3c0a20b5558366d4b8c487c4cbc7c5f909ccf5b340f0b_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1c181e588d73c4cca402485e7c30de7f3ed33042a68919aa21d633fdfaa1c224_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:53d5d6d5f13135d56054647bd2ce4ce84a4ae7345f06a8689ab89c4c34ad2e7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:a2898d66b6d5ccab036aa7eeb0a5cf88ea0c3dc4eb5af4613ec26f76bcdd9d3b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dcc1ad065ff86c3baa43a8d91418b97400e0fa3891ff09e0c16a0c7cfa0e237c_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e5df14c54ea3e7aff61d38d735d8de1430fe75d6344bbf77b02f3f4942a9ea7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e69f6b548fa5e2ff2fc485cb5cfcf7a16ffe5fef3a8b41ff583ff1870eea3a41_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:ec195b702c1e317e4bd2d29f480af0656fedf89d6fbecd50496b31107bf55d78_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:f29a511e7fff40fdadae3164925ceb3d660b4ad1b391276ed68b7b6e5a3e486a_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:7c7741c352ac1e1d3e55d99c22c14d72f8bb03262a7171dd011ed4b8efa222d7_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:8215b9e6dde14bde8a3c35ddf9616818ec3821dfe53e4bd07943e15842f78b44_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4a7261dac58ee08494a8e8627f58141ade0dbe0e45dda4086451513b44487069_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4b6c13ebf35c61905e68df4521fdf2702f07150366686da88549a0e4ee2b2e51_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5a27cef0f39d329b1ad792cca36bc4658848474b74e0d00d5c192c91bbb025b7_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5ed4a8e0ffeec991b88561e6ccc27b02c4cd6130c307816ef9d0bf08fc7924f3_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:73f03ce96fb9d9943dc46f76fb2c67edcb6030a0c622aef913d22c39e2ea9f8b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:7e46a8b679402508430bf8123527897f026a96fdf8f934d42ce723d108b2f2ae_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:8fed8d917a12c239823caa6eac19ad41ac948e8772b6b4655d5be5fcb864e1b9_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:ec62f735903890eeb1f08d49e6e2c448f0ba5f2063d53533d02f694f4a582c42_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-52304" }, { "category": "external", "summary": "RHBZ#2327130", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2327130" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-52304", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52304" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-52304", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52304" }, { "category": "external", "summary": "https://github.com/aio-libs/aiohttp/commit/259edc369075de63e6f3a4eaade058c62af0df71", "url": "https://github.com/aio-libs/aiohttp/commit/259edc369075de63e6f3a4eaade058c62af0df71" }, { "category": "external", "summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-8495-4g3g-x7pr", "url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-8495-4g3g-x7pr" } ], "release_date": "2024-11-18T20:12:48.612000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-15T19:34:31+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:633d7e710c98fdc43fb966caa0a8a5e70ffcc5143397ade3b3a8516e49d40ee5_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:a97fc48b723bc1e30fc48d1777c30963558432070339052beb6992000d5681fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:be737fd689a8a236e16a7f4f2e8d16576e55112ca078a1e7ae98dd28603db56d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d6fc995d4a401fc44e8692d4b4ffabcc887dd4d4bf40dc97a1fb0da36427eb70_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0341" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:dc8d5006c2f1180af77467811543fcfe07e26a4c88c6707b206692ba88994f3d_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:76dda3813db9e4b3c9b6231a4671b4ea83bcdfc12aca0203642f16078a7a7308_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:2b3f660afb09d885008805164913031724a2e6ef44c23bcfcda0872547796020_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:f73293bbc83a989de958a093f9d27a390fcd5fd889b6991b29246e946ff5f173_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:9108919ceaf1b2a74eb09d34d21c79d87a5c2913cb7c0bc14d4a91d7ac4eab2a_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:24108b3f430077e1d062598a7452e0f080fa0c6847941b0cee9a98630d1ba924_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:e6dea9e1291824c64e30da60304c6260dac63aa592f59eb446182525d37a60d5_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ec32e837696ce70d99b910f09c5f249f467d41611b17ebda65a97f472da2d23b_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:faefa5edfe878a594f3710220561659721f315ddcbc213f6abe58b2846194959_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:725d3556e9bd2e91acf345a93ad9f0216ebabfd537a416c4934841d3747a86fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:929b3e8c84ed0a424f1dea07a411ef22dc7622dbd2491fa01765b68a50e84397_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:ad74ec5dbb2ddfa557843d6b3642c6168e17d36ba2d8d7d71ee61d625c578957_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:e0d2cfb63a119d9eb24a12610a63155ed5388d8a4b29c7b7b1388f5038637a9d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:036ac746da4275b51bfa147aa88d78c0e10ffc487c4e2921def86c4f9ac5b005_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:26d157f4479c38dc2cb9bd68855534534fb70fe331bb6b3ca72f107e7b740c05_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3587939de3944776d9a680e0ec85af84f62ca3c834aca27ee4a36a2f93a656e9_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:e3e2b8ea61494b68c9681e2e086ed754c8820b5136c6a0e03a2c33cd286c63ae_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:18dc1090514fe1740de1f7cd4115dab6be6b210d8726dc9ad520c686f0198a1c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:7c701fc085b75859961b15027c263864853682cfbb327ae8e220130e8f8af3d5_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:a3cbfbe7fea909868346bbeefb5c14bfce77858c17aa6e36df0b34d5d24de794_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b68431e7c04d57dc22644e1b3637541216cf554d7444c53503fdd12a64881ec4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:145d69e08e4ec9009e0c4c95c2941aa00344abcb4c2789fa0e197867653b70dc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:5e7b54220ba3a0d19aa7adb72510d22cb3771ddc61140990d79799e8c0be0fbb_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:ade07a2b5cda4c38ca83691e5ae1f03e9a575deb8384f69c3533c10c6c99ce6d_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:e69e3df9bdd02cac0e61a92ab1dc92742aeb3519ae5c694a5e02d4b946614d20_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:5c297d87438eae45b1606ae454262346978fcfe0e13a3dd6cb5feb162942b3f0_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:7f11ad704f3bdb820df673bbc3599e1c0c51aa738712874eab28e3c689b23484_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:9dfb2477871cefbdc661f5f5db091a720e811c6584818d23670a7b195a2b739c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e220c411759b0ea86bf45e6825277fc67fbd92f3d9ecf908375089812213e2cd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:0c7bbf37a7f88dea9029a30ecd5cd9968b9432209e0c80d4c84950269a6f5c35_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:7cc34e0020cf3a24be08da80d13e4d13f41d9d6c574b53f0121cea218e28e38d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:d8830b75b2ac589cb0d8e802c4531b989cd1d5fbfc3c4bd437b7849dbb393603_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:da0d3ff04a837ba199a6d4f7c18f0462b6ca1da19af1d1673f35b19ecd9f7908_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:18b58e802611f2e3704e6b4def22eb5c98a9a74847a72a20ca53260b793eefaf_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:3abff9bf7545c4eb4f07036a90e11909da3f1439d6253726077e6a0fdcf40735_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:ec56cd10bc1809ad6cd9f917ecf7afb6ef815619c6450c8482918af20654ddfb_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:fdb21020cba553552bcb1f14d661fa2c715a7231878a84dec4c55b077f582db3_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0742e8cb70ca94663b57f9238a8901e1a549af21d77329f4902a569e3df67867_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0dce85b9996e5321b6d2b4fa09be3c63dbdd7185b7c81761d6064d5018fd2671_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:d1c875776a86e52d54361d926bf2861b5191b2319e6f8b09c8202bcc505fa8cd_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:ebba01bdb3b12df5ea3cdb60d98d3100cfe94ca265b21045bc38902f96f1677d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41016d60686857701a07da836c9fb8dccc4be66204785ddc4e6b9ecd7e069783_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:4a9e8d4c7fbc70aa11af1377a31385d0656c6ec1df10ee36570266dc7f675555_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f09bcbf5774c049659380795fad210ebd5592efc93a1a67dd04df90aaec3cbc4_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f9e5af61e840a071d5b6338acc6e434479424373bdddd7f233f93fe6f86b0578_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:662efdccc86181b295c708a69cd458dfd9eb0306382a6f8836b61691dafa4715_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:6cbb31d4d0207565325a7849e22dd68b1418d537e84cf3a0a11b02855856e002_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:9733738a42942400affb410fbaf8b451427e4c30ff350d1530cc4c0ca9c994a1_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:ef1275f381716c1e54a99a41007bb1407c10aa7124efd86b261dd555f27bab75_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:35fd67d59edc1b5c8c050d9f1b866372676f3d26118ea068744d45970db6499c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:521d0db50b5399e59b294b689bff1948132bced3f4e16ae502ff39d6961c6d7a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5e3a3e2834e36f3d53a363391ccd90c3cd576e7c271c0ab27507ac71f2fb554b_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a0122f39c357af5023e3d266cbba863936648943d1ba73f43f0f9f636c505cda_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:6185554134a09396e8e72672bd6616ec4488cc54a3a6849212dc1a1ef6496b76_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:68ac790f665d325fae33a08fc89e6c2eb469d2892a0b0fe72aa6f6433dc5efbd_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:df4aadce50ab0363b3f79455cec7555134a4c9af51b4534346a84b411b139196_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:e50d105572ffce6047335409fd156f82fb45a4f07e9ecdc7f859a358af4cef0c_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:5b302d0c0f16453850ce6c86362ff3fe8362736d7ae1547a05e6e583529381b9_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a457746feb99cf75d1d8046ee5e90bcc46c37717dce22efe6511bdfc9a14a708_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a87f43e01543d68e2244820e68f1064c6a25782416ab3999ea5c5668ca007bd7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:afa2cdc63e2016ce7c2d48cd0c1c0a581fc9976116f43c1609da8401826baf6c_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4adc7a85c101074d3dd7f8d8affea9350f37c0a5da71c3dc037c5478bf8dc357_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4b004cccc00be3a37e21fa8c488d1e4ca96f047c697a5e968470efa57f0c97c8_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6209b029e96240192fc0e5ff5da54db3a3d3c45c780b3269377a759a6160bb4e_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:a8f5f30633889eb43fb65de7be75062ca098d9c48a08bc0673a82f8bd0c1d446_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:18f187d59c6185f5a7a549147819be9fec8baf8104b3c77c423936b826af3a70_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:a1ead217d3cdb924cbbc613cd652d377cf665500e914e668ce407bad5881d40f_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:dca5e728dd36d55c7fa8e05010ee73c3617c5ad13f96de69877e3fd792bf7ad0_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:ec712b5e76563cdf5ea496d96ce45160d9b61aa6f4fb86fe53a9f87330bcd7c7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:2ae69bf767dbcc49446ac03325ff3e709c5b2a5faf4efb0c83155431b693288b_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:73f4c72f0889d0c4d40117ee3afeb23f79236800d0b89fd53bcb6f6e916f06fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:a7d1da2bcf12eae6dc64b246dbc89c50d3b15e95ac90de3135ed02e415fded7d_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:fd752c00166c91b380cdf65ac7a1b57cf280e1fed9f3acb7a9eccafe355646af_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2857a93e1d0e58fc9eee876a1ed93997122d29417974b8bb891572810cd5ff87_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2ae78254a689cf82498a4a8e99066a9e226eb28408366fb85daa2fa4014a4cee_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:7663bed7f9621302bd1495470918d93b8f13db057f94748de7b38ff6bf27cea8_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:b080d5be81f801fa7de3fbb212009ffb21ac8f8fdf8ac1cea3a09d9bfd6600e2_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1682cc7c3027640f428a7da2724a92ab8d4abb6d1b50e6cdc5c4ac84a0b3ce25_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7716ebfe4582bb56f82c18b04d8a9ad5812956a97bd4fc881df0e1200e06c19c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:90dd28b6df0588c35bb75ae5029a58acc23d1b2530b1190c9133c2015a11ce43_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:97dd06fba86585736782609233bfb8be938a36c995e0da4de5aff511544456fc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:184d735d321bb6b276dc6a266d132e4de79186bfc1d57939a8e3491c3aeead00_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:1dd27bb6eba79634a8725a0433c9a570df8c5d2bcd251eb3edf11854ed654cee_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:751ce8e328931f554ce2395641cfbaf13a453d8c02aa1d8f6731b9c8e121dea7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9a05373a6c38ef2ffc1dc6e4676ba3ce6b7d35d795b8d3c49b9a592f60f47b0e_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:21609ac3e437a5efd017099fbb7412b78ee95515811f0dea85761dccaee4eb7f_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:2186c0e80f15d4837c02c71fed00cadbc1e0eb0c986151ca045275e72770d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:a6a1d878f5076b01ae2e31d1ac3913b69bd1f73e3f85c766c16ab23b08375ce3_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:d9cd3c8768a67324006bd0745a612d1d41997c4a4de1c1edf9435951291976bc_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:633d7e710c98fdc43fb966caa0a8a5e70ffcc5143397ade3b3a8516e49d40ee5_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:a97fc48b723bc1e30fc48d1777c30963558432070339052beb6992000d5681fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:be737fd689a8a236e16a7f4f2e8d16576e55112ca078a1e7ae98dd28603db56d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d6fc995d4a401fc44e8692d4b4ffabcc887dd4d4bf40dc97a1fb0da36427eb70_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:04fc74edff653970ce441b1d0e3f7aca44221d2c289d55a808a732f5f6f685e2_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:883b9d2b9700814213a4759e0dc36f24f29340ec22874884939cb81bf51eb79e_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b08342e47f2fabd84f974260fcdd916d32d4329bc824d4ebb7ba32a727ca5b84_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:ebc4f111371a3d548dd044184b6605f2269415c467788b9d3112fb63b44d8332_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:997928acca42ae66ecce1aac50e7617771d67f91452dc5774e581fec1826b1e4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d3d9e7fc38b7bf1f05bc28d71f079c24162866ba4d82934f0a104b3fbc0a854c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:e832c2eb20cfa92577ef412cf2436941b9ed3fe772c28cb9150dd43d8c2ace39_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ffe4566eba239897e534fa9fbc91e2e849742c260563b93a47f81e2bdfa982da_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:1e1920c6017633fba1bdf9ff113f42aaf82641e3285e4c749cfa4a96a7019b4c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:23fd68ea3ae40553b3b78f808120a98b448dfd5b9d7b8baaa3490be4cd2bd12a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:7af8245d601c5920095f9ef795cc0f4a52167079e8d969a4eabdb4cf19df1e2b_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:f0b8dab001166648f6c87c8a88ccfb6cc8c864a5a1a826bb2ae8532312fb2036_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:fe530baf73ca2c557efa2d019c9cafb306354ffe468932f12768afa87538ff92_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:3e083f1324e09514f902af7797178ee67ce48e6407513558c0794db10f822a79_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7804520e26bdb5dfac848e9c4e00d598c3d0b40ec3980521ced421ae684591f5_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:b8fc5a19e751851d38d9e33340c17f9579d15468c788db81e1138e688245a607_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:ce57d819c40780c23673b3a96450835d74d63eb91445962ad951cd05ff11e65e_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:4f4f9499bea1f1e141e41b040115be2c34c64d6c38e6308ca71ac11ba1b2e8b8_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:7958863292d81357614888f005dac99727dbf0c2f13726f28c2b39865c671d5a_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a13814b5e4cf882e42704ab9c8e77fcc2540b43507e646973a14ccb29a724a5_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f496cb718fdc13cc2f5d5df210df389be02fdd8b3f6e7d8f50633184a81c7b1f_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:29d34317295d0f3b22461df849189a828993baf98b9b5a0ddfb7f7185dcabb25_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:c025aa4ff0db09e514e56c6d62a1f3cf1f28d26c4b71277684d2528da58e28d0_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:d4c682a8e365311e0cfe86015ecc7b0963dae69d1a2ed7cdaf2b6a9cc36419ae_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:f2c02332098e6b3e8bd948046e7c427bee140b93f3146c821c3cfb62b611e6de_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:0ea56540722faf1e2ebae9b12fad9d9671231fe9c1e3485fcdaa8935da4006d3_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3cb86f6bb54004d3ff72daf0dd9ee2f7d62ae1c0c87f9764a3e9f9c211567d3b_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:ac6f2c6d3cf93b6f4a429f33756452ae6cd986ac8441fb185589d5572bf6536c_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:bd6ce6beae61924800b3c0a20b5558366d4b8c487c4cbc7c5f909ccf5b340f0b_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1c181e588d73c4cca402485e7c30de7f3ed33042a68919aa21d633fdfaa1c224_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:53d5d6d5f13135d56054647bd2ce4ce84a4ae7345f06a8689ab89c4c34ad2e7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:a2898d66b6d5ccab036aa7eeb0a5cf88ea0c3dc4eb5af4613ec26f76bcdd9d3b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dcc1ad065ff86c3baa43a8d91418b97400e0fa3891ff09e0c16a0c7cfa0e237c_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e5df14c54ea3e7aff61d38d735d8de1430fe75d6344bbf77b02f3f4942a9ea7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e69f6b548fa5e2ff2fc485cb5cfcf7a16ffe5fef3a8b41ff583ff1870eea3a41_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:ec195b702c1e317e4bd2d29f480af0656fedf89d6fbecd50496b31107bf55d78_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:f29a511e7fff40fdadae3164925ceb3d660b4ad1b391276ed68b7b6e5a3e486a_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:7c7741c352ac1e1d3e55d99c22c14d72f8bb03262a7171dd011ed4b8efa222d7_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:8215b9e6dde14bde8a3c35ddf9616818ec3821dfe53e4bd07943e15842f78b44_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4a7261dac58ee08494a8e8627f58141ade0dbe0e45dda4086451513b44487069_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4b6c13ebf35c61905e68df4521fdf2702f07150366686da88549a0e4ee2b2e51_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5a27cef0f39d329b1ad792cca36bc4658848474b74e0d00d5c192c91bbb025b7_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5ed4a8e0ffeec991b88561e6ccc27b02c4cd6130c307816ef9d0bf08fc7924f3_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:73f03ce96fb9d9943dc46f76fb2c67edcb6030a0c622aef913d22c39e2ea9f8b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:7e46a8b679402508430bf8123527897f026a96fdf8f934d42ce723d108b2f2ae_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:8fed8d917a12c239823caa6eac19ad41ac948e8772b6b4655d5be5fcb864e1b9_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:ec62f735903890eeb1f08d49e6e2c448f0ba5f2063d53533d02f694f4a582c42_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "aiohttp: aiohttp vulnerable to request smuggling due to incorrect parsing of chunk extensions" }, { "cve": "CVE-2024-56201", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2024-12-23T16:00:38.768252+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:dc8d5006c2f1180af77467811543fcfe07e26a4c88c6707b206692ba88994f3d_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:76dda3813db9e4b3c9b6231a4671b4ea83bcdfc12aca0203642f16078a7a7308_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:2b3f660afb09d885008805164913031724a2e6ef44c23bcfcda0872547796020_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:f73293bbc83a989de958a093f9d27a390fcd5fd889b6991b29246e946ff5f173_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:9108919ceaf1b2a74eb09d34d21c79d87a5c2913cb7c0bc14d4a91d7ac4eab2a_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:24108b3f430077e1d062598a7452e0f080fa0c6847941b0cee9a98630d1ba924_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:e6dea9e1291824c64e30da60304c6260dac63aa592f59eb446182525d37a60d5_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ec32e837696ce70d99b910f09c5f249f467d41611b17ebda65a97f472da2d23b_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:faefa5edfe878a594f3710220561659721f315ddcbc213f6abe58b2846194959_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:725d3556e9bd2e91acf345a93ad9f0216ebabfd537a416c4934841d3747a86fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:929b3e8c84ed0a424f1dea07a411ef22dc7622dbd2491fa01765b68a50e84397_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:ad74ec5dbb2ddfa557843d6b3642c6168e17d36ba2d8d7d71ee61d625c578957_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:e0d2cfb63a119d9eb24a12610a63155ed5388d8a4b29c7b7b1388f5038637a9d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:036ac746da4275b51bfa147aa88d78c0e10ffc487c4e2921def86c4f9ac5b005_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:26d157f4479c38dc2cb9bd68855534534fb70fe331bb6b3ca72f107e7b740c05_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3587939de3944776d9a680e0ec85af84f62ca3c834aca27ee4a36a2f93a656e9_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:e3e2b8ea61494b68c9681e2e086ed754c8820b5136c6a0e03a2c33cd286c63ae_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:18dc1090514fe1740de1f7cd4115dab6be6b210d8726dc9ad520c686f0198a1c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:7c701fc085b75859961b15027c263864853682cfbb327ae8e220130e8f8af3d5_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:a3cbfbe7fea909868346bbeefb5c14bfce77858c17aa6e36df0b34d5d24de794_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b68431e7c04d57dc22644e1b3637541216cf554d7444c53503fdd12a64881ec4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:145d69e08e4ec9009e0c4c95c2941aa00344abcb4c2789fa0e197867653b70dc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:5e7b54220ba3a0d19aa7adb72510d22cb3771ddc61140990d79799e8c0be0fbb_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:ade07a2b5cda4c38ca83691e5ae1f03e9a575deb8384f69c3533c10c6c99ce6d_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:e69e3df9bdd02cac0e61a92ab1dc92742aeb3519ae5c694a5e02d4b946614d20_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:5c297d87438eae45b1606ae454262346978fcfe0e13a3dd6cb5feb162942b3f0_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:7f11ad704f3bdb820df673bbc3599e1c0c51aa738712874eab28e3c689b23484_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:9dfb2477871cefbdc661f5f5db091a720e811c6584818d23670a7b195a2b739c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e220c411759b0ea86bf45e6825277fc67fbd92f3d9ecf908375089812213e2cd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:0c7bbf37a7f88dea9029a30ecd5cd9968b9432209e0c80d4c84950269a6f5c35_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:7cc34e0020cf3a24be08da80d13e4d13f41d9d6c574b53f0121cea218e28e38d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:d8830b75b2ac589cb0d8e802c4531b989cd1d5fbfc3c4bd437b7849dbb393603_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:da0d3ff04a837ba199a6d4f7c18f0462b6ca1da19af1d1673f35b19ecd9f7908_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:18b58e802611f2e3704e6b4def22eb5c98a9a74847a72a20ca53260b793eefaf_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:3abff9bf7545c4eb4f07036a90e11909da3f1439d6253726077e6a0fdcf40735_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:ec56cd10bc1809ad6cd9f917ecf7afb6ef815619c6450c8482918af20654ddfb_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:fdb21020cba553552bcb1f14d661fa2c715a7231878a84dec4c55b077f582db3_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0742e8cb70ca94663b57f9238a8901e1a549af21d77329f4902a569e3df67867_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0dce85b9996e5321b6d2b4fa09be3c63dbdd7185b7c81761d6064d5018fd2671_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:d1c875776a86e52d54361d926bf2861b5191b2319e6f8b09c8202bcc505fa8cd_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:ebba01bdb3b12df5ea3cdb60d98d3100cfe94ca265b21045bc38902f96f1677d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41016d60686857701a07da836c9fb8dccc4be66204785ddc4e6b9ecd7e069783_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:4a9e8d4c7fbc70aa11af1377a31385d0656c6ec1df10ee36570266dc7f675555_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f09bcbf5774c049659380795fad210ebd5592efc93a1a67dd04df90aaec3cbc4_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f9e5af61e840a071d5b6338acc6e434479424373bdddd7f233f93fe6f86b0578_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:662efdccc86181b295c708a69cd458dfd9eb0306382a6f8836b61691dafa4715_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:6cbb31d4d0207565325a7849e22dd68b1418d537e84cf3a0a11b02855856e002_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:9733738a42942400affb410fbaf8b451427e4c30ff350d1530cc4c0ca9c994a1_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:ef1275f381716c1e54a99a41007bb1407c10aa7124efd86b261dd555f27bab75_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:35fd67d59edc1b5c8c050d9f1b866372676f3d26118ea068744d45970db6499c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:521d0db50b5399e59b294b689bff1948132bced3f4e16ae502ff39d6961c6d7a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5e3a3e2834e36f3d53a363391ccd90c3cd576e7c271c0ab27507ac71f2fb554b_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a0122f39c357af5023e3d266cbba863936648943d1ba73f43f0f9f636c505cda_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:6185554134a09396e8e72672bd6616ec4488cc54a3a6849212dc1a1ef6496b76_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:68ac790f665d325fae33a08fc89e6c2eb469d2892a0b0fe72aa6f6433dc5efbd_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:df4aadce50ab0363b3f79455cec7555134a4c9af51b4534346a84b411b139196_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:e50d105572ffce6047335409fd156f82fb45a4f07e9ecdc7f859a358af4cef0c_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:5b302d0c0f16453850ce6c86362ff3fe8362736d7ae1547a05e6e583529381b9_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a457746feb99cf75d1d8046ee5e90bcc46c37717dce22efe6511bdfc9a14a708_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a87f43e01543d68e2244820e68f1064c6a25782416ab3999ea5c5668ca007bd7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:afa2cdc63e2016ce7c2d48cd0c1c0a581fc9976116f43c1609da8401826baf6c_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4adc7a85c101074d3dd7f8d8affea9350f37c0a5da71c3dc037c5478bf8dc357_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4b004cccc00be3a37e21fa8c488d1e4ca96f047c697a5e968470efa57f0c97c8_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6209b029e96240192fc0e5ff5da54db3a3d3c45c780b3269377a759a6160bb4e_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:a8f5f30633889eb43fb65de7be75062ca098d9c48a08bc0673a82f8bd0c1d446_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:18f187d59c6185f5a7a549147819be9fec8baf8104b3c77c423936b826af3a70_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:a1ead217d3cdb924cbbc613cd652d377cf665500e914e668ce407bad5881d40f_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:dca5e728dd36d55c7fa8e05010ee73c3617c5ad13f96de69877e3fd792bf7ad0_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:ec712b5e76563cdf5ea496d96ce45160d9b61aa6f4fb86fe53a9f87330bcd7c7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:2ae69bf767dbcc49446ac03325ff3e709c5b2a5faf4efb0c83155431b693288b_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:73f4c72f0889d0c4d40117ee3afeb23f79236800d0b89fd53bcb6f6e916f06fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:a7d1da2bcf12eae6dc64b246dbc89c50d3b15e95ac90de3135ed02e415fded7d_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:fd752c00166c91b380cdf65ac7a1b57cf280e1fed9f3acb7a9eccafe355646af_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2857a93e1d0e58fc9eee876a1ed93997122d29417974b8bb891572810cd5ff87_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2ae78254a689cf82498a4a8e99066a9e226eb28408366fb85daa2fa4014a4cee_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:7663bed7f9621302bd1495470918d93b8f13db057f94748de7b38ff6bf27cea8_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:b080d5be81f801fa7de3fbb212009ffb21ac8f8fdf8ac1cea3a09d9bfd6600e2_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1682cc7c3027640f428a7da2724a92ab8d4abb6d1b50e6cdc5c4ac84a0b3ce25_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7716ebfe4582bb56f82c18b04d8a9ad5812956a97bd4fc881df0e1200e06c19c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:90dd28b6df0588c35bb75ae5029a58acc23d1b2530b1190c9133c2015a11ce43_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:97dd06fba86585736782609233bfb8be938a36c995e0da4de5aff511544456fc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:184d735d321bb6b276dc6a266d132e4de79186bfc1d57939a8e3491c3aeead00_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:1dd27bb6eba79634a8725a0433c9a570df8c5d2bcd251eb3edf11854ed654cee_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:751ce8e328931f554ce2395641cfbaf13a453d8c02aa1d8f6731b9c8e121dea7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9a05373a6c38ef2ffc1dc6e4676ba3ce6b7d35d795b8d3c49b9a592f60f47b0e_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:21609ac3e437a5efd017099fbb7412b78ee95515811f0dea85761dccaee4eb7f_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:2186c0e80f15d4837c02c71fed00cadbc1e0eb0c986151ca045275e72770d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:a6a1d878f5076b01ae2e31d1ac3913b69bd1f73e3f85c766c16ab23b08375ce3_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:d9cd3c8768a67324006bd0745a612d1d41997c4a4de1c1edf9435951291976bc_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:04fc74edff653970ce441b1d0e3f7aca44221d2c289d55a808a732f5f6f685e2_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:883b9d2b9700814213a4759e0dc36f24f29340ec22874884939cb81bf51eb79e_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b08342e47f2fabd84f974260fcdd916d32d4329bc824d4ebb7ba32a727ca5b84_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:ebc4f111371a3d548dd044184b6605f2269415c467788b9d3112fb63b44d8332_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:997928acca42ae66ecce1aac50e7617771d67f91452dc5774e581fec1826b1e4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d3d9e7fc38b7bf1f05bc28d71f079c24162866ba4d82934f0a104b3fbc0a854c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:e832c2eb20cfa92577ef412cf2436941b9ed3fe772c28cb9150dd43d8c2ace39_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ffe4566eba239897e534fa9fbc91e2e849742c260563b93a47f81e2bdfa982da_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:1e1920c6017633fba1bdf9ff113f42aaf82641e3285e4c749cfa4a96a7019b4c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:23fd68ea3ae40553b3b78f808120a98b448dfd5b9d7b8baaa3490be4cd2bd12a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:7af8245d601c5920095f9ef795cc0f4a52167079e8d969a4eabdb4cf19df1e2b_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:f0b8dab001166648f6c87c8a88ccfb6cc8c864a5a1a826bb2ae8532312fb2036_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:fe530baf73ca2c557efa2d019c9cafb306354ffe468932f12768afa87538ff92_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:3e083f1324e09514f902af7797178ee67ce48e6407513558c0794db10f822a79_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7804520e26bdb5dfac848e9c4e00d598c3d0b40ec3980521ced421ae684591f5_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:b8fc5a19e751851d38d9e33340c17f9579d15468c788db81e1138e688245a607_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:ce57d819c40780c23673b3a96450835d74d63eb91445962ad951cd05ff11e65e_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:4f4f9499bea1f1e141e41b040115be2c34c64d6c38e6308ca71ac11ba1b2e8b8_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:7958863292d81357614888f005dac99727dbf0c2f13726f28c2b39865c671d5a_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a13814b5e4cf882e42704ab9c8e77fcc2540b43507e646973a14ccb29a724a5_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f496cb718fdc13cc2f5d5df210df389be02fdd8b3f6e7d8f50633184a81c7b1f_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:29d34317295d0f3b22461df849189a828993baf98b9b5a0ddfb7f7185dcabb25_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:c025aa4ff0db09e514e56c6d62a1f3cf1f28d26c4b71277684d2528da58e28d0_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:d4c682a8e365311e0cfe86015ecc7b0963dae69d1a2ed7cdaf2b6a9cc36419ae_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:f2c02332098e6b3e8bd948046e7c427bee140b93f3146c821c3cfb62b611e6de_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:0ea56540722faf1e2ebae9b12fad9d9671231fe9c1e3485fcdaa8935da4006d3_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3cb86f6bb54004d3ff72daf0dd9ee2f7d62ae1c0c87f9764a3e9f9c211567d3b_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:ac6f2c6d3cf93b6f4a429f33756452ae6cd986ac8441fb185589d5572bf6536c_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:bd6ce6beae61924800b3c0a20b5558366d4b8c487c4cbc7c5f909ccf5b340f0b_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1c181e588d73c4cca402485e7c30de7f3ed33042a68919aa21d633fdfaa1c224_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:53d5d6d5f13135d56054647bd2ce4ce84a4ae7345f06a8689ab89c4c34ad2e7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:a2898d66b6d5ccab036aa7eeb0a5cf88ea0c3dc4eb5af4613ec26f76bcdd9d3b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dcc1ad065ff86c3baa43a8d91418b97400e0fa3891ff09e0c16a0c7cfa0e237c_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e5df14c54ea3e7aff61d38d735d8de1430fe75d6344bbf77b02f3f4942a9ea7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e69f6b548fa5e2ff2fc485cb5cfcf7a16ffe5fef3a8b41ff583ff1870eea3a41_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:ec195b702c1e317e4bd2d29f480af0656fedf89d6fbecd50496b31107bf55d78_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:f29a511e7fff40fdadae3164925ceb3d660b4ad1b391276ed68b7b6e5a3e486a_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:7c7741c352ac1e1d3e55d99c22c14d72f8bb03262a7171dd011ed4b8efa222d7_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:8215b9e6dde14bde8a3c35ddf9616818ec3821dfe53e4bd07943e15842f78b44_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4a7261dac58ee08494a8e8627f58141ade0dbe0e45dda4086451513b44487069_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4b6c13ebf35c61905e68df4521fdf2702f07150366686da88549a0e4ee2b2e51_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5a27cef0f39d329b1ad792cca36bc4658848474b74e0d00d5c192c91bbb025b7_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5ed4a8e0ffeec991b88561e6ccc27b02c4cd6130c307816ef9d0bf08fc7924f3_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:73f03ce96fb9d9943dc46f76fb2c67edcb6030a0c622aef913d22c39e2ea9f8b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:7e46a8b679402508430bf8123527897f026a96fdf8f934d42ce723d108b2f2ae_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:8fed8d917a12c239823caa6eac19ad41ac948e8772b6b4655d5be5fcb864e1b9_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:ec62f735903890eeb1f08d49e6e2c448f0ba5f2063d53533d02f694f4a582c42_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333854" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through malicious filenames", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.", "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.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:633d7e710c98fdc43fb966caa0a8a5e70ffcc5143397ade3b3a8516e49d40ee5_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:a97fc48b723bc1e30fc48d1777c30963558432070339052beb6992000d5681fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:be737fd689a8a236e16a7f4f2e8d16576e55112ca078a1e7ae98dd28603db56d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d6fc995d4a401fc44e8692d4b4ffabcc887dd4d4bf40dc97a1fb0da36427eb70_arm64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:dc8d5006c2f1180af77467811543fcfe07e26a4c88c6707b206692ba88994f3d_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:76dda3813db9e4b3c9b6231a4671b4ea83bcdfc12aca0203642f16078a7a7308_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:2b3f660afb09d885008805164913031724a2e6ef44c23bcfcda0872547796020_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:f73293bbc83a989de958a093f9d27a390fcd5fd889b6991b29246e946ff5f173_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:9108919ceaf1b2a74eb09d34d21c79d87a5c2913cb7c0bc14d4a91d7ac4eab2a_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:24108b3f430077e1d062598a7452e0f080fa0c6847941b0cee9a98630d1ba924_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:e6dea9e1291824c64e30da60304c6260dac63aa592f59eb446182525d37a60d5_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ec32e837696ce70d99b910f09c5f249f467d41611b17ebda65a97f472da2d23b_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:faefa5edfe878a594f3710220561659721f315ddcbc213f6abe58b2846194959_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:725d3556e9bd2e91acf345a93ad9f0216ebabfd537a416c4934841d3747a86fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:929b3e8c84ed0a424f1dea07a411ef22dc7622dbd2491fa01765b68a50e84397_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:ad74ec5dbb2ddfa557843d6b3642c6168e17d36ba2d8d7d71ee61d625c578957_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:e0d2cfb63a119d9eb24a12610a63155ed5388d8a4b29c7b7b1388f5038637a9d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:036ac746da4275b51bfa147aa88d78c0e10ffc487c4e2921def86c4f9ac5b005_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:26d157f4479c38dc2cb9bd68855534534fb70fe331bb6b3ca72f107e7b740c05_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3587939de3944776d9a680e0ec85af84f62ca3c834aca27ee4a36a2f93a656e9_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:e3e2b8ea61494b68c9681e2e086ed754c8820b5136c6a0e03a2c33cd286c63ae_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:18dc1090514fe1740de1f7cd4115dab6be6b210d8726dc9ad520c686f0198a1c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:7c701fc085b75859961b15027c263864853682cfbb327ae8e220130e8f8af3d5_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:a3cbfbe7fea909868346bbeefb5c14bfce77858c17aa6e36df0b34d5d24de794_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b68431e7c04d57dc22644e1b3637541216cf554d7444c53503fdd12a64881ec4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:145d69e08e4ec9009e0c4c95c2941aa00344abcb4c2789fa0e197867653b70dc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:5e7b54220ba3a0d19aa7adb72510d22cb3771ddc61140990d79799e8c0be0fbb_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:ade07a2b5cda4c38ca83691e5ae1f03e9a575deb8384f69c3533c10c6c99ce6d_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:e69e3df9bdd02cac0e61a92ab1dc92742aeb3519ae5c694a5e02d4b946614d20_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:5c297d87438eae45b1606ae454262346978fcfe0e13a3dd6cb5feb162942b3f0_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:7f11ad704f3bdb820df673bbc3599e1c0c51aa738712874eab28e3c689b23484_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:9dfb2477871cefbdc661f5f5db091a720e811c6584818d23670a7b195a2b739c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e220c411759b0ea86bf45e6825277fc67fbd92f3d9ecf908375089812213e2cd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:0c7bbf37a7f88dea9029a30ecd5cd9968b9432209e0c80d4c84950269a6f5c35_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:7cc34e0020cf3a24be08da80d13e4d13f41d9d6c574b53f0121cea218e28e38d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:d8830b75b2ac589cb0d8e802c4531b989cd1d5fbfc3c4bd437b7849dbb393603_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:da0d3ff04a837ba199a6d4f7c18f0462b6ca1da19af1d1673f35b19ecd9f7908_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:18b58e802611f2e3704e6b4def22eb5c98a9a74847a72a20ca53260b793eefaf_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:3abff9bf7545c4eb4f07036a90e11909da3f1439d6253726077e6a0fdcf40735_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:ec56cd10bc1809ad6cd9f917ecf7afb6ef815619c6450c8482918af20654ddfb_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:fdb21020cba553552bcb1f14d661fa2c715a7231878a84dec4c55b077f582db3_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0742e8cb70ca94663b57f9238a8901e1a549af21d77329f4902a569e3df67867_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0dce85b9996e5321b6d2b4fa09be3c63dbdd7185b7c81761d6064d5018fd2671_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:d1c875776a86e52d54361d926bf2861b5191b2319e6f8b09c8202bcc505fa8cd_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:ebba01bdb3b12df5ea3cdb60d98d3100cfe94ca265b21045bc38902f96f1677d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41016d60686857701a07da836c9fb8dccc4be66204785ddc4e6b9ecd7e069783_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:4a9e8d4c7fbc70aa11af1377a31385d0656c6ec1df10ee36570266dc7f675555_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f09bcbf5774c049659380795fad210ebd5592efc93a1a67dd04df90aaec3cbc4_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f9e5af61e840a071d5b6338acc6e434479424373bdddd7f233f93fe6f86b0578_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:662efdccc86181b295c708a69cd458dfd9eb0306382a6f8836b61691dafa4715_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:6cbb31d4d0207565325a7849e22dd68b1418d537e84cf3a0a11b02855856e002_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:9733738a42942400affb410fbaf8b451427e4c30ff350d1530cc4c0ca9c994a1_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:ef1275f381716c1e54a99a41007bb1407c10aa7124efd86b261dd555f27bab75_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:35fd67d59edc1b5c8c050d9f1b866372676f3d26118ea068744d45970db6499c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:521d0db50b5399e59b294b689bff1948132bced3f4e16ae502ff39d6961c6d7a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5e3a3e2834e36f3d53a363391ccd90c3cd576e7c271c0ab27507ac71f2fb554b_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a0122f39c357af5023e3d266cbba863936648943d1ba73f43f0f9f636c505cda_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:6185554134a09396e8e72672bd6616ec4488cc54a3a6849212dc1a1ef6496b76_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:68ac790f665d325fae33a08fc89e6c2eb469d2892a0b0fe72aa6f6433dc5efbd_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:df4aadce50ab0363b3f79455cec7555134a4c9af51b4534346a84b411b139196_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:e50d105572ffce6047335409fd156f82fb45a4f07e9ecdc7f859a358af4cef0c_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:5b302d0c0f16453850ce6c86362ff3fe8362736d7ae1547a05e6e583529381b9_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a457746feb99cf75d1d8046ee5e90bcc46c37717dce22efe6511bdfc9a14a708_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a87f43e01543d68e2244820e68f1064c6a25782416ab3999ea5c5668ca007bd7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:afa2cdc63e2016ce7c2d48cd0c1c0a581fc9976116f43c1609da8401826baf6c_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4adc7a85c101074d3dd7f8d8affea9350f37c0a5da71c3dc037c5478bf8dc357_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4b004cccc00be3a37e21fa8c488d1e4ca96f047c697a5e968470efa57f0c97c8_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6209b029e96240192fc0e5ff5da54db3a3d3c45c780b3269377a759a6160bb4e_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:a8f5f30633889eb43fb65de7be75062ca098d9c48a08bc0673a82f8bd0c1d446_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:18f187d59c6185f5a7a549147819be9fec8baf8104b3c77c423936b826af3a70_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:a1ead217d3cdb924cbbc613cd652d377cf665500e914e668ce407bad5881d40f_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:dca5e728dd36d55c7fa8e05010ee73c3617c5ad13f96de69877e3fd792bf7ad0_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:ec712b5e76563cdf5ea496d96ce45160d9b61aa6f4fb86fe53a9f87330bcd7c7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:2ae69bf767dbcc49446ac03325ff3e709c5b2a5faf4efb0c83155431b693288b_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:73f4c72f0889d0c4d40117ee3afeb23f79236800d0b89fd53bcb6f6e916f06fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:a7d1da2bcf12eae6dc64b246dbc89c50d3b15e95ac90de3135ed02e415fded7d_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:fd752c00166c91b380cdf65ac7a1b57cf280e1fed9f3acb7a9eccafe355646af_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2857a93e1d0e58fc9eee876a1ed93997122d29417974b8bb891572810cd5ff87_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2ae78254a689cf82498a4a8e99066a9e226eb28408366fb85daa2fa4014a4cee_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:7663bed7f9621302bd1495470918d93b8f13db057f94748de7b38ff6bf27cea8_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:b080d5be81f801fa7de3fbb212009ffb21ac8f8fdf8ac1cea3a09d9bfd6600e2_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1682cc7c3027640f428a7da2724a92ab8d4abb6d1b50e6cdc5c4ac84a0b3ce25_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7716ebfe4582bb56f82c18b04d8a9ad5812956a97bd4fc881df0e1200e06c19c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:90dd28b6df0588c35bb75ae5029a58acc23d1b2530b1190c9133c2015a11ce43_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:97dd06fba86585736782609233bfb8be938a36c995e0da4de5aff511544456fc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:184d735d321bb6b276dc6a266d132e4de79186bfc1d57939a8e3491c3aeead00_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:1dd27bb6eba79634a8725a0433c9a570df8c5d2bcd251eb3edf11854ed654cee_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:751ce8e328931f554ce2395641cfbaf13a453d8c02aa1d8f6731b9c8e121dea7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9a05373a6c38ef2ffc1dc6e4676ba3ce6b7d35d795b8d3c49b9a592f60f47b0e_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:21609ac3e437a5efd017099fbb7412b78ee95515811f0dea85761dccaee4eb7f_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:2186c0e80f15d4837c02c71fed00cadbc1e0eb0c986151ca045275e72770d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:a6a1d878f5076b01ae2e31d1ac3913b69bd1f73e3f85c766c16ab23b08375ce3_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:d9cd3c8768a67324006bd0745a612d1d41997c4a4de1c1edf9435951291976bc_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:04fc74edff653970ce441b1d0e3f7aca44221d2c289d55a808a732f5f6f685e2_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:883b9d2b9700814213a4759e0dc36f24f29340ec22874884939cb81bf51eb79e_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b08342e47f2fabd84f974260fcdd916d32d4329bc824d4ebb7ba32a727ca5b84_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:ebc4f111371a3d548dd044184b6605f2269415c467788b9d3112fb63b44d8332_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:997928acca42ae66ecce1aac50e7617771d67f91452dc5774e581fec1826b1e4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d3d9e7fc38b7bf1f05bc28d71f079c24162866ba4d82934f0a104b3fbc0a854c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:e832c2eb20cfa92577ef412cf2436941b9ed3fe772c28cb9150dd43d8c2ace39_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ffe4566eba239897e534fa9fbc91e2e849742c260563b93a47f81e2bdfa982da_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:1e1920c6017633fba1bdf9ff113f42aaf82641e3285e4c749cfa4a96a7019b4c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:23fd68ea3ae40553b3b78f808120a98b448dfd5b9d7b8baaa3490be4cd2bd12a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:7af8245d601c5920095f9ef795cc0f4a52167079e8d969a4eabdb4cf19df1e2b_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:f0b8dab001166648f6c87c8a88ccfb6cc8c864a5a1a826bb2ae8532312fb2036_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:fe530baf73ca2c557efa2d019c9cafb306354ffe468932f12768afa87538ff92_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:3e083f1324e09514f902af7797178ee67ce48e6407513558c0794db10f822a79_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7804520e26bdb5dfac848e9c4e00d598c3d0b40ec3980521ced421ae684591f5_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:b8fc5a19e751851d38d9e33340c17f9579d15468c788db81e1138e688245a607_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:ce57d819c40780c23673b3a96450835d74d63eb91445962ad951cd05ff11e65e_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:4f4f9499bea1f1e141e41b040115be2c34c64d6c38e6308ca71ac11ba1b2e8b8_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:7958863292d81357614888f005dac99727dbf0c2f13726f28c2b39865c671d5a_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a13814b5e4cf882e42704ab9c8e77fcc2540b43507e646973a14ccb29a724a5_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f496cb718fdc13cc2f5d5df210df389be02fdd8b3f6e7d8f50633184a81c7b1f_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:29d34317295d0f3b22461df849189a828993baf98b9b5a0ddfb7f7185dcabb25_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:c025aa4ff0db09e514e56c6d62a1f3cf1f28d26c4b71277684d2528da58e28d0_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:d4c682a8e365311e0cfe86015ecc7b0963dae69d1a2ed7cdaf2b6a9cc36419ae_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:f2c02332098e6b3e8bd948046e7c427bee140b93f3146c821c3cfb62b611e6de_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:0ea56540722faf1e2ebae9b12fad9d9671231fe9c1e3485fcdaa8935da4006d3_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3cb86f6bb54004d3ff72daf0dd9ee2f7d62ae1c0c87f9764a3e9f9c211567d3b_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:ac6f2c6d3cf93b6f4a429f33756452ae6cd986ac8441fb185589d5572bf6536c_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:bd6ce6beae61924800b3c0a20b5558366d4b8c487c4cbc7c5f909ccf5b340f0b_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1c181e588d73c4cca402485e7c30de7f3ed33042a68919aa21d633fdfaa1c224_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:53d5d6d5f13135d56054647bd2ce4ce84a4ae7345f06a8689ab89c4c34ad2e7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:a2898d66b6d5ccab036aa7eeb0a5cf88ea0c3dc4eb5af4613ec26f76bcdd9d3b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dcc1ad065ff86c3baa43a8d91418b97400e0fa3891ff09e0c16a0c7cfa0e237c_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e5df14c54ea3e7aff61d38d735d8de1430fe75d6344bbf77b02f3f4942a9ea7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e69f6b548fa5e2ff2fc485cb5cfcf7a16ffe5fef3a8b41ff583ff1870eea3a41_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:ec195b702c1e317e4bd2d29f480af0656fedf89d6fbecd50496b31107bf55d78_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:f29a511e7fff40fdadae3164925ceb3d660b4ad1b391276ed68b7b6e5a3e486a_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:7c7741c352ac1e1d3e55d99c22c14d72f8bb03262a7171dd011ed4b8efa222d7_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:8215b9e6dde14bde8a3c35ddf9616818ec3821dfe53e4bd07943e15842f78b44_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4a7261dac58ee08494a8e8627f58141ade0dbe0e45dda4086451513b44487069_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4b6c13ebf35c61905e68df4521fdf2702f07150366686da88549a0e4ee2b2e51_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5a27cef0f39d329b1ad792cca36bc4658848474b74e0d00d5c192c91bbb025b7_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5ed4a8e0ffeec991b88561e6ccc27b02c4cd6130c307816ef9d0bf08fc7924f3_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:73f03ce96fb9d9943dc46f76fb2c67edcb6030a0c622aef913d22c39e2ea9f8b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:7e46a8b679402508430bf8123527897f026a96fdf8f934d42ce723d108b2f2ae_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:8fed8d917a12c239823caa6eac19ad41ac948e8772b6b4655d5be5fcb864e1b9_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:ec62f735903890eeb1f08d49e6e2c448f0ba5f2063d53533d02f694f4a582c42_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56201" }, { "category": "external", "summary": "RHBZ#2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56201" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f", "url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f" }, { "category": "external", "summary": "https://github.com/pallets/jinja/issues/1792", "url": "https://github.com/pallets/jinja/issues/1792" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699" } ], "release_date": "2024-12-23T15:37:36.110000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-15T19:34:31+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:633d7e710c98fdc43fb966caa0a8a5e70ffcc5143397ade3b3a8516e49d40ee5_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:a97fc48b723bc1e30fc48d1777c30963558432070339052beb6992000d5681fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:be737fd689a8a236e16a7f4f2e8d16576e55112ca078a1e7ae98dd28603db56d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d6fc995d4a401fc44e8692d4b4ffabcc887dd4d4bf40dc97a1fb0da36427eb70_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0341" }, { "category": "workaround", "details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:dc8d5006c2f1180af77467811543fcfe07e26a4c88c6707b206692ba88994f3d_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:76dda3813db9e4b3c9b6231a4671b4ea83bcdfc12aca0203642f16078a7a7308_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:2b3f660afb09d885008805164913031724a2e6ef44c23bcfcda0872547796020_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:f73293bbc83a989de958a093f9d27a390fcd5fd889b6991b29246e946ff5f173_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:9108919ceaf1b2a74eb09d34d21c79d87a5c2913cb7c0bc14d4a91d7ac4eab2a_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:24108b3f430077e1d062598a7452e0f080fa0c6847941b0cee9a98630d1ba924_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:e6dea9e1291824c64e30da60304c6260dac63aa592f59eb446182525d37a60d5_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ec32e837696ce70d99b910f09c5f249f467d41611b17ebda65a97f472da2d23b_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:faefa5edfe878a594f3710220561659721f315ddcbc213f6abe58b2846194959_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:725d3556e9bd2e91acf345a93ad9f0216ebabfd537a416c4934841d3747a86fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:929b3e8c84ed0a424f1dea07a411ef22dc7622dbd2491fa01765b68a50e84397_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:ad74ec5dbb2ddfa557843d6b3642c6168e17d36ba2d8d7d71ee61d625c578957_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:e0d2cfb63a119d9eb24a12610a63155ed5388d8a4b29c7b7b1388f5038637a9d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:036ac746da4275b51bfa147aa88d78c0e10ffc487c4e2921def86c4f9ac5b005_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:26d157f4479c38dc2cb9bd68855534534fb70fe331bb6b3ca72f107e7b740c05_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3587939de3944776d9a680e0ec85af84f62ca3c834aca27ee4a36a2f93a656e9_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:e3e2b8ea61494b68c9681e2e086ed754c8820b5136c6a0e03a2c33cd286c63ae_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:18dc1090514fe1740de1f7cd4115dab6be6b210d8726dc9ad520c686f0198a1c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:7c701fc085b75859961b15027c263864853682cfbb327ae8e220130e8f8af3d5_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:a3cbfbe7fea909868346bbeefb5c14bfce77858c17aa6e36df0b34d5d24de794_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b68431e7c04d57dc22644e1b3637541216cf554d7444c53503fdd12a64881ec4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:145d69e08e4ec9009e0c4c95c2941aa00344abcb4c2789fa0e197867653b70dc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:5e7b54220ba3a0d19aa7adb72510d22cb3771ddc61140990d79799e8c0be0fbb_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:ade07a2b5cda4c38ca83691e5ae1f03e9a575deb8384f69c3533c10c6c99ce6d_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:e69e3df9bdd02cac0e61a92ab1dc92742aeb3519ae5c694a5e02d4b946614d20_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:5c297d87438eae45b1606ae454262346978fcfe0e13a3dd6cb5feb162942b3f0_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:7f11ad704f3bdb820df673bbc3599e1c0c51aa738712874eab28e3c689b23484_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:9dfb2477871cefbdc661f5f5db091a720e811c6584818d23670a7b195a2b739c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e220c411759b0ea86bf45e6825277fc67fbd92f3d9ecf908375089812213e2cd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:0c7bbf37a7f88dea9029a30ecd5cd9968b9432209e0c80d4c84950269a6f5c35_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:7cc34e0020cf3a24be08da80d13e4d13f41d9d6c574b53f0121cea218e28e38d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:d8830b75b2ac589cb0d8e802c4531b989cd1d5fbfc3c4bd437b7849dbb393603_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:da0d3ff04a837ba199a6d4f7c18f0462b6ca1da19af1d1673f35b19ecd9f7908_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:18b58e802611f2e3704e6b4def22eb5c98a9a74847a72a20ca53260b793eefaf_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:3abff9bf7545c4eb4f07036a90e11909da3f1439d6253726077e6a0fdcf40735_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:ec56cd10bc1809ad6cd9f917ecf7afb6ef815619c6450c8482918af20654ddfb_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:fdb21020cba553552bcb1f14d661fa2c715a7231878a84dec4c55b077f582db3_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0742e8cb70ca94663b57f9238a8901e1a549af21d77329f4902a569e3df67867_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0dce85b9996e5321b6d2b4fa09be3c63dbdd7185b7c81761d6064d5018fd2671_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:d1c875776a86e52d54361d926bf2861b5191b2319e6f8b09c8202bcc505fa8cd_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:ebba01bdb3b12df5ea3cdb60d98d3100cfe94ca265b21045bc38902f96f1677d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41016d60686857701a07da836c9fb8dccc4be66204785ddc4e6b9ecd7e069783_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:4a9e8d4c7fbc70aa11af1377a31385d0656c6ec1df10ee36570266dc7f675555_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f09bcbf5774c049659380795fad210ebd5592efc93a1a67dd04df90aaec3cbc4_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f9e5af61e840a071d5b6338acc6e434479424373bdddd7f233f93fe6f86b0578_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:662efdccc86181b295c708a69cd458dfd9eb0306382a6f8836b61691dafa4715_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:6cbb31d4d0207565325a7849e22dd68b1418d537e84cf3a0a11b02855856e002_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:9733738a42942400affb410fbaf8b451427e4c30ff350d1530cc4c0ca9c994a1_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:ef1275f381716c1e54a99a41007bb1407c10aa7124efd86b261dd555f27bab75_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:35fd67d59edc1b5c8c050d9f1b866372676f3d26118ea068744d45970db6499c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:521d0db50b5399e59b294b689bff1948132bced3f4e16ae502ff39d6961c6d7a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5e3a3e2834e36f3d53a363391ccd90c3cd576e7c271c0ab27507ac71f2fb554b_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a0122f39c357af5023e3d266cbba863936648943d1ba73f43f0f9f636c505cda_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:6185554134a09396e8e72672bd6616ec4488cc54a3a6849212dc1a1ef6496b76_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:68ac790f665d325fae33a08fc89e6c2eb469d2892a0b0fe72aa6f6433dc5efbd_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:df4aadce50ab0363b3f79455cec7555134a4c9af51b4534346a84b411b139196_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:e50d105572ffce6047335409fd156f82fb45a4f07e9ecdc7f859a358af4cef0c_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:5b302d0c0f16453850ce6c86362ff3fe8362736d7ae1547a05e6e583529381b9_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a457746feb99cf75d1d8046ee5e90bcc46c37717dce22efe6511bdfc9a14a708_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a87f43e01543d68e2244820e68f1064c6a25782416ab3999ea5c5668ca007bd7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:afa2cdc63e2016ce7c2d48cd0c1c0a581fc9976116f43c1609da8401826baf6c_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4adc7a85c101074d3dd7f8d8affea9350f37c0a5da71c3dc037c5478bf8dc357_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4b004cccc00be3a37e21fa8c488d1e4ca96f047c697a5e968470efa57f0c97c8_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6209b029e96240192fc0e5ff5da54db3a3d3c45c780b3269377a759a6160bb4e_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:a8f5f30633889eb43fb65de7be75062ca098d9c48a08bc0673a82f8bd0c1d446_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:18f187d59c6185f5a7a549147819be9fec8baf8104b3c77c423936b826af3a70_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:a1ead217d3cdb924cbbc613cd652d377cf665500e914e668ce407bad5881d40f_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:dca5e728dd36d55c7fa8e05010ee73c3617c5ad13f96de69877e3fd792bf7ad0_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:ec712b5e76563cdf5ea496d96ce45160d9b61aa6f4fb86fe53a9f87330bcd7c7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:2ae69bf767dbcc49446ac03325ff3e709c5b2a5faf4efb0c83155431b693288b_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:73f4c72f0889d0c4d40117ee3afeb23f79236800d0b89fd53bcb6f6e916f06fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:a7d1da2bcf12eae6dc64b246dbc89c50d3b15e95ac90de3135ed02e415fded7d_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:fd752c00166c91b380cdf65ac7a1b57cf280e1fed9f3acb7a9eccafe355646af_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2857a93e1d0e58fc9eee876a1ed93997122d29417974b8bb891572810cd5ff87_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2ae78254a689cf82498a4a8e99066a9e226eb28408366fb85daa2fa4014a4cee_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:7663bed7f9621302bd1495470918d93b8f13db057f94748de7b38ff6bf27cea8_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:b080d5be81f801fa7de3fbb212009ffb21ac8f8fdf8ac1cea3a09d9bfd6600e2_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1682cc7c3027640f428a7da2724a92ab8d4abb6d1b50e6cdc5c4ac84a0b3ce25_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7716ebfe4582bb56f82c18b04d8a9ad5812956a97bd4fc881df0e1200e06c19c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:90dd28b6df0588c35bb75ae5029a58acc23d1b2530b1190c9133c2015a11ce43_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:97dd06fba86585736782609233bfb8be938a36c995e0da4de5aff511544456fc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:184d735d321bb6b276dc6a266d132e4de79186bfc1d57939a8e3491c3aeead00_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:1dd27bb6eba79634a8725a0433c9a570df8c5d2bcd251eb3edf11854ed654cee_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:751ce8e328931f554ce2395641cfbaf13a453d8c02aa1d8f6731b9c8e121dea7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9a05373a6c38ef2ffc1dc6e4676ba3ce6b7d35d795b8d3c49b9a592f60f47b0e_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:21609ac3e437a5efd017099fbb7412b78ee95515811f0dea85761dccaee4eb7f_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:2186c0e80f15d4837c02c71fed00cadbc1e0eb0c986151ca045275e72770d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:a6a1d878f5076b01ae2e31d1ac3913b69bd1f73e3f85c766c16ab23b08375ce3_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:d9cd3c8768a67324006bd0745a612d1d41997c4a4de1c1edf9435951291976bc_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:633d7e710c98fdc43fb966caa0a8a5e70ffcc5143397ade3b3a8516e49d40ee5_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:a97fc48b723bc1e30fc48d1777c30963558432070339052beb6992000d5681fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:be737fd689a8a236e16a7f4f2e8d16576e55112ca078a1e7ae98dd28603db56d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d6fc995d4a401fc44e8692d4b4ffabcc887dd4d4bf40dc97a1fb0da36427eb70_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:04fc74edff653970ce441b1d0e3f7aca44221d2c289d55a808a732f5f6f685e2_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:883b9d2b9700814213a4759e0dc36f24f29340ec22874884939cb81bf51eb79e_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b08342e47f2fabd84f974260fcdd916d32d4329bc824d4ebb7ba32a727ca5b84_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:ebc4f111371a3d548dd044184b6605f2269415c467788b9d3112fb63b44d8332_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:997928acca42ae66ecce1aac50e7617771d67f91452dc5774e581fec1826b1e4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d3d9e7fc38b7bf1f05bc28d71f079c24162866ba4d82934f0a104b3fbc0a854c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:e832c2eb20cfa92577ef412cf2436941b9ed3fe772c28cb9150dd43d8c2ace39_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ffe4566eba239897e534fa9fbc91e2e849742c260563b93a47f81e2bdfa982da_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:1e1920c6017633fba1bdf9ff113f42aaf82641e3285e4c749cfa4a96a7019b4c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:23fd68ea3ae40553b3b78f808120a98b448dfd5b9d7b8baaa3490be4cd2bd12a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:7af8245d601c5920095f9ef795cc0f4a52167079e8d969a4eabdb4cf19df1e2b_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:f0b8dab001166648f6c87c8a88ccfb6cc8c864a5a1a826bb2ae8532312fb2036_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:fe530baf73ca2c557efa2d019c9cafb306354ffe468932f12768afa87538ff92_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:3e083f1324e09514f902af7797178ee67ce48e6407513558c0794db10f822a79_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7804520e26bdb5dfac848e9c4e00d598c3d0b40ec3980521ced421ae684591f5_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:b8fc5a19e751851d38d9e33340c17f9579d15468c788db81e1138e688245a607_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:ce57d819c40780c23673b3a96450835d74d63eb91445962ad951cd05ff11e65e_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:4f4f9499bea1f1e141e41b040115be2c34c64d6c38e6308ca71ac11ba1b2e8b8_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:7958863292d81357614888f005dac99727dbf0c2f13726f28c2b39865c671d5a_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a13814b5e4cf882e42704ab9c8e77fcc2540b43507e646973a14ccb29a724a5_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f496cb718fdc13cc2f5d5df210df389be02fdd8b3f6e7d8f50633184a81c7b1f_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:29d34317295d0f3b22461df849189a828993baf98b9b5a0ddfb7f7185dcabb25_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:c025aa4ff0db09e514e56c6d62a1f3cf1f28d26c4b71277684d2528da58e28d0_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:d4c682a8e365311e0cfe86015ecc7b0963dae69d1a2ed7cdaf2b6a9cc36419ae_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:f2c02332098e6b3e8bd948046e7c427bee140b93f3146c821c3cfb62b611e6de_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:0ea56540722faf1e2ebae9b12fad9d9671231fe9c1e3485fcdaa8935da4006d3_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3cb86f6bb54004d3ff72daf0dd9ee2f7d62ae1c0c87f9764a3e9f9c211567d3b_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:ac6f2c6d3cf93b6f4a429f33756452ae6cd986ac8441fb185589d5572bf6536c_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:bd6ce6beae61924800b3c0a20b5558366d4b8c487c4cbc7c5f909ccf5b340f0b_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1c181e588d73c4cca402485e7c30de7f3ed33042a68919aa21d633fdfaa1c224_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:53d5d6d5f13135d56054647bd2ce4ce84a4ae7345f06a8689ab89c4c34ad2e7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:a2898d66b6d5ccab036aa7eeb0a5cf88ea0c3dc4eb5af4613ec26f76bcdd9d3b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dcc1ad065ff86c3baa43a8d91418b97400e0fa3891ff09e0c16a0c7cfa0e237c_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e5df14c54ea3e7aff61d38d735d8de1430fe75d6344bbf77b02f3f4942a9ea7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e69f6b548fa5e2ff2fc485cb5cfcf7a16ffe5fef3a8b41ff583ff1870eea3a41_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:ec195b702c1e317e4bd2d29f480af0656fedf89d6fbecd50496b31107bf55d78_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:f29a511e7fff40fdadae3164925ceb3d660b4ad1b391276ed68b7b6e5a3e486a_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:7c7741c352ac1e1d3e55d99c22c14d72f8bb03262a7171dd011ed4b8efa222d7_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:8215b9e6dde14bde8a3c35ddf9616818ec3821dfe53e4bd07943e15842f78b44_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4a7261dac58ee08494a8e8627f58141ade0dbe0e45dda4086451513b44487069_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4b6c13ebf35c61905e68df4521fdf2702f07150366686da88549a0e4ee2b2e51_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5a27cef0f39d329b1ad792cca36bc4658848474b74e0d00d5c192c91bbb025b7_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5ed4a8e0ffeec991b88561e6ccc27b02c4cd6130c307816ef9d0bf08fc7924f3_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:73f03ce96fb9d9943dc46f76fb2c67edcb6030a0c622aef913d22c39e2ea9f8b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:7e46a8b679402508430bf8123527897f026a96fdf8f934d42ce723d108b2f2ae_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:8fed8d917a12c239823caa6eac19ad41ac948e8772b6b4655d5be5fcb864e1b9_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:ec62f735903890eeb1f08d49e6e2c448f0ba5f2063d53533d02f694f4a582c42_ppc64le" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:dc8d5006c2f1180af77467811543fcfe07e26a4c88c6707b206692ba88994f3d_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:76dda3813db9e4b3c9b6231a4671b4ea83bcdfc12aca0203642f16078a7a7308_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:2b3f660afb09d885008805164913031724a2e6ef44c23bcfcda0872547796020_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:f73293bbc83a989de958a093f9d27a390fcd5fd889b6991b29246e946ff5f173_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:9108919ceaf1b2a74eb09d34d21c79d87a5c2913cb7c0bc14d4a91d7ac4eab2a_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:24108b3f430077e1d062598a7452e0f080fa0c6847941b0cee9a98630d1ba924_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:e6dea9e1291824c64e30da60304c6260dac63aa592f59eb446182525d37a60d5_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ec32e837696ce70d99b910f09c5f249f467d41611b17ebda65a97f472da2d23b_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:faefa5edfe878a594f3710220561659721f315ddcbc213f6abe58b2846194959_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:725d3556e9bd2e91acf345a93ad9f0216ebabfd537a416c4934841d3747a86fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:929b3e8c84ed0a424f1dea07a411ef22dc7622dbd2491fa01765b68a50e84397_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:ad74ec5dbb2ddfa557843d6b3642c6168e17d36ba2d8d7d71ee61d625c578957_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:e0d2cfb63a119d9eb24a12610a63155ed5388d8a4b29c7b7b1388f5038637a9d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:036ac746da4275b51bfa147aa88d78c0e10ffc487c4e2921def86c4f9ac5b005_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:26d157f4479c38dc2cb9bd68855534534fb70fe331bb6b3ca72f107e7b740c05_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3587939de3944776d9a680e0ec85af84f62ca3c834aca27ee4a36a2f93a656e9_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:e3e2b8ea61494b68c9681e2e086ed754c8820b5136c6a0e03a2c33cd286c63ae_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:18dc1090514fe1740de1f7cd4115dab6be6b210d8726dc9ad520c686f0198a1c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:7c701fc085b75859961b15027c263864853682cfbb327ae8e220130e8f8af3d5_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:a3cbfbe7fea909868346bbeefb5c14bfce77858c17aa6e36df0b34d5d24de794_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b68431e7c04d57dc22644e1b3637541216cf554d7444c53503fdd12a64881ec4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:145d69e08e4ec9009e0c4c95c2941aa00344abcb4c2789fa0e197867653b70dc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:5e7b54220ba3a0d19aa7adb72510d22cb3771ddc61140990d79799e8c0be0fbb_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:ade07a2b5cda4c38ca83691e5ae1f03e9a575deb8384f69c3533c10c6c99ce6d_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:e69e3df9bdd02cac0e61a92ab1dc92742aeb3519ae5c694a5e02d4b946614d20_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:5c297d87438eae45b1606ae454262346978fcfe0e13a3dd6cb5feb162942b3f0_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:7f11ad704f3bdb820df673bbc3599e1c0c51aa738712874eab28e3c689b23484_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:9dfb2477871cefbdc661f5f5db091a720e811c6584818d23670a7b195a2b739c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e220c411759b0ea86bf45e6825277fc67fbd92f3d9ecf908375089812213e2cd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:0c7bbf37a7f88dea9029a30ecd5cd9968b9432209e0c80d4c84950269a6f5c35_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:7cc34e0020cf3a24be08da80d13e4d13f41d9d6c574b53f0121cea218e28e38d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:d8830b75b2ac589cb0d8e802c4531b989cd1d5fbfc3c4bd437b7849dbb393603_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:da0d3ff04a837ba199a6d4f7c18f0462b6ca1da19af1d1673f35b19ecd9f7908_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:18b58e802611f2e3704e6b4def22eb5c98a9a74847a72a20ca53260b793eefaf_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:3abff9bf7545c4eb4f07036a90e11909da3f1439d6253726077e6a0fdcf40735_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:ec56cd10bc1809ad6cd9f917ecf7afb6ef815619c6450c8482918af20654ddfb_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:fdb21020cba553552bcb1f14d661fa2c715a7231878a84dec4c55b077f582db3_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0742e8cb70ca94663b57f9238a8901e1a549af21d77329f4902a569e3df67867_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0dce85b9996e5321b6d2b4fa09be3c63dbdd7185b7c81761d6064d5018fd2671_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:d1c875776a86e52d54361d926bf2861b5191b2319e6f8b09c8202bcc505fa8cd_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:ebba01bdb3b12df5ea3cdb60d98d3100cfe94ca265b21045bc38902f96f1677d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41016d60686857701a07da836c9fb8dccc4be66204785ddc4e6b9ecd7e069783_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:4a9e8d4c7fbc70aa11af1377a31385d0656c6ec1df10ee36570266dc7f675555_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f09bcbf5774c049659380795fad210ebd5592efc93a1a67dd04df90aaec3cbc4_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f9e5af61e840a071d5b6338acc6e434479424373bdddd7f233f93fe6f86b0578_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:662efdccc86181b295c708a69cd458dfd9eb0306382a6f8836b61691dafa4715_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:6cbb31d4d0207565325a7849e22dd68b1418d537e84cf3a0a11b02855856e002_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:9733738a42942400affb410fbaf8b451427e4c30ff350d1530cc4c0ca9c994a1_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:ef1275f381716c1e54a99a41007bb1407c10aa7124efd86b261dd555f27bab75_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:35fd67d59edc1b5c8c050d9f1b866372676f3d26118ea068744d45970db6499c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:521d0db50b5399e59b294b689bff1948132bced3f4e16ae502ff39d6961c6d7a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5e3a3e2834e36f3d53a363391ccd90c3cd576e7c271c0ab27507ac71f2fb554b_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a0122f39c357af5023e3d266cbba863936648943d1ba73f43f0f9f636c505cda_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:6185554134a09396e8e72672bd6616ec4488cc54a3a6849212dc1a1ef6496b76_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:68ac790f665d325fae33a08fc89e6c2eb469d2892a0b0fe72aa6f6433dc5efbd_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:df4aadce50ab0363b3f79455cec7555134a4c9af51b4534346a84b411b139196_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:e50d105572ffce6047335409fd156f82fb45a4f07e9ecdc7f859a358af4cef0c_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:5b302d0c0f16453850ce6c86362ff3fe8362736d7ae1547a05e6e583529381b9_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a457746feb99cf75d1d8046ee5e90bcc46c37717dce22efe6511bdfc9a14a708_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a87f43e01543d68e2244820e68f1064c6a25782416ab3999ea5c5668ca007bd7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:afa2cdc63e2016ce7c2d48cd0c1c0a581fc9976116f43c1609da8401826baf6c_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4adc7a85c101074d3dd7f8d8affea9350f37c0a5da71c3dc037c5478bf8dc357_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4b004cccc00be3a37e21fa8c488d1e4ca96f047c697a5e968470efa57f0c97c8_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6209b029e96240192fc0e5ff5da54db3a3d3c45c780b3269377a759a6160bb4e_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:a8f5f30633889eb43fb65de7be75062ca098d9c48a08bc0673a82f8bd0c1d446_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:18f187d59c6185f5a7a549147819be9fec8baf8104b3c77c423936b826af3a70_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:a1ead217d3cdb924cbbc613cd652d377cf665500e914e668ce407bad5881d40f_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:dca5e728dd36d55c7fa8e05010ee73c3617c5ad13f96de69877e3fd792bf7ad0_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:ec712b5e76563cdf5ea496d96ce45160d9b61aa6f4fb86fe53a9f87330bcd7c7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:2ae69bf767dbcc49446ac03325ff3e709c5b2a5faf4efb0c83155431b693288b_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:73f4c72f0889d0c4d40117ee3afeb23f79236800d0b89fd53bcb6f6e916f06fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:a7d1da2bcf12eae6dc64b246dbc89c50d3b15e95ac90de3135ed02e415fded7d_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:fd752c00166c91b380cdf65ac7a1b57cf280e1fed9f3acb7a9eccafe355646af_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2857a93e1d0e58fc9eee876a1ed93997122d29417974b8bb891572810cd5ff87_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2ae78254a689cf82498a4a8e99066a9e226eb28408366fb85daa2fa4014a4cee_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:7663bed7f9621302bd1495470918d93b8f13db057f94748de7b38ff6bf27cea8_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:b080d5be81f801fa7de3fbb212009ffb21ac8f8fdf8ac1cea3a09d9bfd6600e2_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1682cc7c3027640f428a7da2724a92ab8d4abb6d1b50e6cdc5c4ac84a0b3ce25_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7716ebfe4582bb56f82c18b04d8a9ad5812956a97bd4fc881df0e1200e06c19c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:90dd28b6df0588c35bb75ae5029a58acc23d1b2530b1190c9133c2015a11ce43_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:97dd06fba86585736782609233bfb8be938a36c995e0da4de5aff511544456fc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:184d735d321bb6b276dc6a266d132e4de79186bfc1d57939a8e3491c3aeead00_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:1dd27bb6eba79634a8725a0433c9a570df8c5d2bcd251eb3edf11854ed654cee_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:751ce8e328931f554ce2395641cfbaf13a453d8c02aa1d8f6731b9c8e121dea7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9a05373a6c38ef2ffc1dc6e4676ba3ce6b7d35d795b8d3c49b9a592f60f47b0e_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:21609ac3e437a5efd017099fbb7412b78ee95515811f0dea85761dccaee4eb7f_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:2186c0e80f15d4837c02c71fed00cadbc1e0eb0c986151ca045275e72770d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:a6a1d878f5076b01ae2e31d1ac3913b69bd1f73e3f85c766c16ab23b08375ce3_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:d9cd3c8768a67324006bd0745a612d1d41997c4a4de1c1edf9435951291976bc_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:633d7e710c98fdc43fb966caa0a8a5e70ffcc5143397ade3b3a8516e49d40ee5_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:a97fc48b723bc1e30fc48d1777c30963558432070339052beb6992000d5681fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:be737fd689a8a236e16a7f4f2e8d16576e55112ca078a1e7ae98dd28603db56d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d6fc995d4a401fc44e8692d4b4ffabcc887dd4d4bf40dc97a1fb0da36427eb70_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:04fc74edff653970ce441b1d0e3f7aca44221d2c289d55a808a732f5f6f685e2_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:883b9d2b9700814213a4759e0dc36f24f29340ec22874884939cb81bf51eb79e_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b08342e47f2fabd84f974260fcdd916d32d4329bc824d4ebb7ba32a727ca5b84_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:ebc4f111371a3d548dd044184b6605f2269415c467788b9d3112fb63b44d8332_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:997928acca42ae66ecce1aac50e7617771d67f91452dc5774e581fec1826b1e4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d3d9e7fc38b7bf1f05bc28d71f079c24162866ba4d82934f0a104b3fbc0a854c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:e832c2eb20cfa92577ef412cf2436941b9ed3fe772c28cb9150dd43d8c2ace39_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ffe4566eba239897e534fa9fbc91e2e849742c260563b93a47f81e2bdfa982da_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:1e1920c6017633fba1bdf9ff113f42aaf82641e3285e4c749cfa4a96a7019b4c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:23fd68ea3ae40553b3b78f808120a98b448dfd5b9d7b8baaa3490be4cd2bd12a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:7af8245d601c5920095f9ef795cc0f4a52167079e8d969a4eabdb4cf19df1e2b_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:f0b8dab001166648f6c87c8a88ccfb6cc8c864a5a1a826bb2ae8532312fb2036_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:fe530baf73ca2c557efa2d019c9cafb306354ffe468932f12768afa87538ff92_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:3e083f1324e09514f902af7797178ee67ce48e6407513558c0794db10f822a79_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7804520e26bdb5dfac848e9c4e00d598c3d0b40ec3980521ced421ae684591f5_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:b8fc5a19e751851d38d9e33340c17f9579d15468c788db81e1138e688245a607_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:ce57d819c40780c23673b3a96450835d74d63eb91445962ad951cd05ff11e65e_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:4f4f9499bea1f1e141e41b040115be2c34c64d6c38e6308ca71ac11ba1b2e8b8_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:7958863292d81357614888f005dac99727dbf0c2f13726f28c2b39865c671d5a_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a13814b5e4cf882e42704ab9c8e77fcc2540b43507e646973a14ccb29a724a5_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f496cb718fdc13cc2f5d5df210df389be02fdd8b3f6e7d8f50633184a81c7b1f_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:29d34317295d0f3b22461df849189a828993baf98b9b5a0ddfb7f7185dcabb25_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:c025aa4ff0db09e514e56c6d62a1f3cf1f28d26c4b71277684d2528da58e28d0_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:d4c682a8e365311e0cfe86015ecc7b0963dae69d1a2ed7cdaf2b6a9cc36419ae_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:f2c02332098e6b3e8bd948046e7c427bee140b93f3146c821c3cfb62b611e6de_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:0ea56540722faf1e2ebae9b12fad9d9671231fe9c1e3485fcdaa8935da4006d3_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3cb86f6bb54004d3ff72daf0dd9ee2f7d62ae1c0c87f9764a3e9f9c211567d3b_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:ac6f2c6d3cf93b6f4a429f33756452ae6cd986ac8441fb185589d5572bf6536c_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:bd6ce6beae61924800b3c0a20b5558366d4b8c487c4cbc7c5f909ccf5b340f0b_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1c181e588d73c4cca402485e7c30de7f3ed33042a68919aa21d633fdfaa1c224_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:53d5d6d5f13135d56054647bd2ce4ce84a4ae7345f06a8689ab89c4c34ad2e7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:a2898d66b6d5ccab036aa7eeb0a5cf88ea0c3dc4eb5af4613ec26f76bcdd9d3b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dcc1ad065ff86c3baa43a8d91418b97400e0fa3891ff09e0c16a0c7cfa0e237c_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e5df14c54ea3e7aff61d38d735d8de1430fe75d6344bbf77b02f3f4942a9ea7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e69f6b548fa5e2ff2fc485cb5cfcf7a16ffe5fef3a8b41ff583ff1870eea3a41_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:ec195b702c1e317e4bd2d29f480af0656fedf89d6fbecd50496b31107bf55d78_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:f29a511e7fff40fdadae3164925ceb3d660b4ad1b391276ed68b7b6e5a3e486a_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:7c7741c352ac1e1d3e55d99c22c14d72f8bb03262a7171dd011ed4b8efa222d7_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:8215b9e6dde14bde8a3c35ddf9616818ec3821dfe53e4bd07943e15842f78b44_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4a7261dac58ee08494a8e8627f58141ade0dbe0e45dda4086451513b44487069_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4b6c13ebf35c61905e68df4521fdf2702f07150366686da88549a0e4ee2b2e51_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5a27cef0f39d329b1ad792cca36bc4658848474b74e0d00d5c192c91bbb025b7_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5ed4a8e0ffeec991b88561e6ccc27b02c4cd6130c307816ef9d0bf08fc7924f3_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:73f03ce96fb9d9943dc46f76fb2c67edcb6030a0c622aef913d22c39e2ea9f8b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:7e46a8b679402508430bf8123527897f026a96fdf8f934d42ce723d108b2f2ae_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:8fed8d917a12c239823caa6eac19ad41ac948e8772b6b4655d5be5fcb864e1b9_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:ec62f735903890eeb1f08d49e6e2c448f0ba5f2063d53533d02f694f4a582c42_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jinja2: Jinja has a sandbox breakout through malicious filenames" }, { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:dc8d5006c2f1180af77467811543fcfe07e26a4c88c6707b206692ba88994f3d_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:76dda3813db9e4b3c9b6231a4671b4ea83bcdfc12aca0203642f16078a7a7308_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:2b3f660afb09d885008805164913031724a2e6ef44c23bcfcda0872547796020_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:f73293bbc83a989de958a093f9d27a390fcd5fd889b6991b29246e946ff5f173_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:9108919ceaf1b2a74eb09d34d21c79d87a5c2913cb7c0bc14d4a91d7ac4eab2a_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:24108b3f430077e1d062598a7452e0f080fa0c6847941b0cee9a98630d1ba924_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:e6dea9e1291824c64e30da60304c6260dac63aa592f59eb446182525d37a60d5_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ec32e837696ce70d99b910f09c5f249f467d41611b17ebda65a97f472da2d23b_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:faefa5edfe878a594f3710220561659721f315ddcbc213f6abe58b2846194959_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:725d3556e9bd2e91acf345a93ad9f0216ebabfd537a416c4934841d3747a86fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:929b3e8c84ed0a424f1dea07a411ef22dc7622dbd2491fa01765b68a50e84397_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:ad74ec5dbb2ddfa557843d6b3642c6168e17d36ba2d8d7d71ee61d625c578957_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:e0d2cfb63a119d9eb24a12610a63155ed5388d8a4b29c7b7b1388f5038637a9d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:036ac746da4275b51bfa147aa88d78c0e10ffc487c4e2921def86c4f9ac5b005_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:26d157f4479c38dc2cb9bd68855534534fb70fe331bb6b3ca72f107e7b740c05_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3587939de3944776d9a680e0ec85af84f62ca3c834aca27ee4a36a2f93a656e9_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:e3e2b8ea61494b68c9681e2e086ed754c8820b5136c6a0e03a2c33cd286c63ae_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:18dc1090514fe1740de1f7cd4115dab6be6b210d8726dc9ad520c686f0198a1c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:7c701fc085b75859961b15027c263864853682cfbb327ae8e220130e8f8af3d5_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:a3cbfbe7fea909868346bbeefb5c14bfce77858c17aa6e36df0b34d5d24de794_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b68431e7c04d57dc22644e1b3637541216cf554d7444c53503fdd12a64881ec4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:145d69e08e4ec9009e0c4c95c2941aa00344abcb4c2789fa0e197867653b70dc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:5e7b54220ba3a0d19aa7adb72510d22cb3771ddc61140990d79799e8c0be0fbb_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:ade07a2b5cda4c38ca83691e5ae1f03e9a575deb8384f69c3533c10c6c99ce6d_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:e69e3df9bdd02cac0e61a92ab1dc92742aeb3519ae5c694a5e02d4b946614d20_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:5c297d87438eae45b1606ae454262346978fcfe0e13a3dd6cb5feb162942b3f0_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:7f11ad704f3bdb820df673bbc3599e1c0c51aa738712874eab28e3c689b23484_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:9dfb2477871cefbdc661f5f5db091a720e811c6584818d23670a7b195a2b739c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e220c411759b0ea86bf45e6825277fc67fbd92f3d9ecf908375089812213e2cd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:0c7bbf37a7f88dea9029a30ecd5cd9968b9432209e0c80d4c84950269a6f5c35_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:7cc34e0020cf3a24be08da80d13e4d13f41d9d6c574b53f0121cea218e28e38d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:d8830b75b2ac589cb0d8e802c4531b989cd1d5fbfc3c4bd437b7849dbb393603_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:da0d3ff04a837ba199a6d4f7c18f0462b6ca1da19af1d1673f35b19ecd9f7908_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:18b58e802611f2e3704e6b4def22eb5c98a9a74847a72a20ca53260b793eefaf_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:3abff9bf7545c4eb4f07036a90e11909da3f1439d6253726077e6a0fdcf40735_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:ec56cd10bc1809ad6cd9f917ecf7afb6ef815619c6450c8482918af20654ddfb_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:fdb21020cba553552bcb1f14d661fa2c715a7231878a84dec4c55b077f582db3_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0742e8cb70ca94663b57f9238a8901e1a549af21d77329f4902a569e3df67867_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0dce85b9996e5321b6d2b4fa09be3c63dbdd7185b7c81761d6064d5018fd2671_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:d1c875776a86e52d54361d926bf2861b5191b2319e6f8b09c8202bcc505fa8cd_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:ebba01bdb3b12df5ea3cdb60d98d3100cfe94ca265b21045bc38902f96f1677d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41016d60686857701a07da836c9fb8dccc4be66204785ddc4e6b9ecd7e069783_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:4a9e8d4c7fbc70aa11af1377a31385d0656c6ec1df10ee36570266dc7f675555_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f09bcbf5774c049659380795fad210ebd5592efc93a1a67dd04df90aaec3cbc4_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f9e5af61e840a071d5b6338acc6e434479424373bdddd7f233f93fe6f86b0578_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:662efdccc86181b295c708a69cd458dfd9eb0306382a6f8836b61691dafa4715_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:6cbb31d4d0207565325a7849e22dd68b1418d537e84cf3a0a11b02855856e002_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:9733738a42942400affb410fbaf8b451427e4c30ff350d1530cc4c0ca9c994a1_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:ef1275f381716c1e54a99a41007bb1407c10aa7124efd86b261dd555f27bab75_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:35fd67d59edc1b5c8c050d9f1b866372676f3d26118ea068744d45970db6499c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:521d0db50b5399e59b294b689bff1948132bced3f4e16ae502ff39d6961c6d7a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5e3a3e2834e36f3d53a363391ccd90c3cd576e7c271c0ab27507ac71f2fb554b_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a0122f39c357af5023e3d266cbba863936648943d1ba73f43f0f9f636c505cda_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:6185554134a09396e8e72672bd6616ec4488cc54a3a6849212dc1a1ef6496b76_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:68ac790f665d325fae33a08fc89e6c2eb469d2892a0b0fe72aa6f6433dc5efbd_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:df4aadce50ab0363b3f79455cec7555134a4c9af51b4534346a84b411b139196_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:e50d105572ffce6047335409fd156f82fb45a4f07e9ecdc7f859a358af4cef0c_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:5b302d0c0f16453850ce6c86362ff3fe8362736d7ae1547a05e6e583529381b9_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a457746feb99cf75d1d8046ee5e90bcc46c37717dce22efe6511bdfc9a14a708_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a87f43e01543d68e2244820e68f1064c6a25782416ab3999ea5c5668ca007bd7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:afa2cdc63e2016ce7c2d48cd0c1c0a581fc9976116f43c1609da8401826baf6c_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4adc7a85c101074d3dd7f8d8affea9350f37c0a5da71c3dc037c5478bf8dc357_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4b004cccc00be3a37e21fa8c488d1e4ca96f047c697a5e968470efa57f0c97c8_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6209b029e96240192fc0e5ff5da54db3a3d3c45c780b3269377a759a6160bb4e_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:a8f5f30633889eb43fb65de7be75062ca098d9c48a08bc0673a82f8bd0c1d446_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:18f187d59c6185f5a7a549147819be9fec8baf8104b3c77c423936b826af3a70_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:a1ead217d3cdb924cbbc613cd652d377cf665500e914e668ce407bad5881d40f_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:dca5e728dd36d55c7fa8e05010ee73c3617c5ad13f96de69877e3fd792bf7ad0_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:ec712b5e76563cdf5ea496d96ce45160d9b61aa6f4fb86fe53a9f87330bcd7c7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:2ae69bf767dbcc49446ac03325ff3e709c5b2a5faf4efb0c83155431b693288b_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:73f4c72f0889d0c4d40117ee3afeb23f79236800d0b89fd53bcb6f6e916f06fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:a7d1da2bcf12eae6dc64b246dbc89c50d3b15e95ac90de3135ed02e415fded7d_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:fd752c00166c91b380cdf65ac7a1b57cf280e1fed9f3acb7a9eccafe355646af_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2857a93e1d0e58fc9eee876a1ed93997122d29417974b8bb891572810cd5ff87_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2ae78254a689cf82498a4a8e99066a9e226eb28408366fb85daa2fa4014a4cee_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:7663bed7f9621302bd1495470918d93b8f13db057f94748de7b38ff6bf27cea8_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:b080d5be81f801fa7de3fbb212009ffb21ac8f8fdf8ac1cea3a09d9bfd6600e2_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1682cc7c3027640f428a7da2724a92ab8d4abb6d1b50e6cdc5c4ac84a0b3ce25_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7716ebfe4582bb56f82c18b04d8a9ad5812956a97bd4fc881df0e1200e06c19c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:90dd28b6df0588c35bb75ae5029a58acc23d1b2530b1190c9133c2015a11ce43_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:97dd06fba86585736782609233bfb8be938a36c995e0da4de5aff511544456fc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:184d735d321bb6b276dc6a266d132e4de79186bfc1d57939a8e3491c3aeead00_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:1dd27bb6eba79634a8725a0433c9a570df8c5d2bcd251eb3edf11854ed654cee_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:751ce8e328931f554ce2395641cfbaf13a453d8c02aa1d8f6731b9c8e121dea7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9a05373a6c38ef2ffc1dc6e4676ba3ce6b7d35d795b8d3c49b9a592f60f47b0e_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:21609ac3e437a5efd017099fbb7412b78ee95515811f0dea85761dccaee4eb7f_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:2186c0e80f15d4837c02c71fed00cadbc1e0eb0c986151ca045275e72770d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:a6a1d878f5076b01ae2e31d1ac3913b69bd1f73e3f85c766c16ab23b08375ce3_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:d9cd3c8768a67324006bd0745a612d1d41997c4a4de1c1edf9435951291976bc_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:04fc74edff653970ce441b1d0e3f7aca44221d2c289d55a808a732f5f6f685e2_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:883b9d2b9700814213a4759e0dc36f24f29340ec22874884939cb81bf51eb79e_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b08342e47f2fabd84f974260fcdd916d32d4329bc824d4ebb7ba32a727ca5b84_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:ebc4f111371a3d548dd044184b6605f2269415c467788b9d3112fb63b44d8332_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:997928acca42ae66ecce1aac50e7617771d67f91452dc5774e581fec1826b1e4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d3d9e7fc38b7bf1f05bc28d71f079c24162866ba4d82934f0a104b3fbc0a854c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:e832c2eb20cfa92577ef412cf2436941b9ed3fe772c28cb9150dd43d8c2ace39_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ffe4566eba239897e534fa9fbc91e2e849742c260563b93a47f81e2bdfa982da_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:1e1920c6017633fba1bdf9ff113f42aaf82641e3285e4c749cfa4a96a7019b4c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:23fd68ea3ae40553b3b78f808120a98b448dfd5b9d7b8baaa3490be4cd2bd12a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:7af8245d601c5920095f9ef795cc0f4a52167079e8d969a4eabdb4cf19df1e2b_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:f0b8dab001166648f6c87c8a88ccfb6cc8c864a5a1a826bb2ae8532312fb2036_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:fe530baf73ca2c557efa2d019c9cafb306354ffe468932f12768afa87538ff92_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:3e083f1324e09514f902af7797178ee67ce48e6407513558c0794db10f822a79_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7804520e26bdb5dfac848e9c4e00d598c3d0b40ec3980521ced421ae684591f5_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:b8fc5a19e751851d38d9e33340c17f9579d15468c788db81e1138e688245a607_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:ce57d819c40780c23673b3a96450835d74d63eb91445962ad951cd05ff11e65e_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:4f4f9499bea1f1e141e41b040115be2c34c64d6c38e6308ca71ac11ba1b2e8b8_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:7958863292d81357614888f005dac99727dbf0c2f13726f28c2b39865c671d5a_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a13814b5e4cf882e42704ab9c8e77fcc2540b43507e646973a14ccb29a724a5_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f496cb718fdc13cc2f5d5df210df389be02fdd8b3f6e7d8f50633184a81c7b1f_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:29d34317295d0f3b22461df849189a828993baf98b9b5a0ddfb7f7185dcabb25_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:c025aa4ff0db09e514e56c6d62a1f3cf1f28d26c4b71277684d2528da58e28d0_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:d4c682a8e365311e0cfe86015ecc7b0963dae69d1a2ed7cdaf2b6a9cc36419ae_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:f2c02332098e6b3e8bd948046e7c427bee140b93f3146c821c3cfb62b611e6de_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:0ea56540722faf1e2ebae9b12fad9d9671231fe9c1e3485fcdaa8935da4006d3_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3cb86f6bb54004d3ff72daf0dd9ee2f7d62ae1c0c87f9764a3e9f9c211567d3b_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:ac6f2c6d3cf93b6f4a429f33756452ae6cd986ac8441fb185589d5572bf6536c_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:bd6ce6beae61924800b3c0a20b5558366d4b8c487c4cbc7c5f909ccf5b340f0b_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1c181e588d73c4cca402485e7c30de7f3ed33042a68919aa21d633fdfaa1c224_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:53d5d6d5f13135d56054647bd2ce4ce84a4ae7345f06a8689ab89c4c34ad2e7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:a2898d66b6d5ccab036aa7eeb0a5cf88ea0c3dc4eb5af4613ec26f76bcdd9d3b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dcc1ad065ff86c3baa43a8d91418b97400e0fa3891ff09e0c16a0c7cfa0e237c_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e5df14c54ea3e7aff61d38d735d8de1430fe75d6344bbf77b02f3f4942a9ea7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e69f6b548fa5e2ff2fc485cb5cfcf7a16ffe5fef3a8b41ff583ff1870eea3a41_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:ec195b702c1e317e4bd2d29f480af0656fedf89d6fbecd50496b31107bf55d78_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:f29a511e7fff40fdadae3164925ceb3d660b4ad1b391276ed68b7b6e5a3e486a_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:7c7741c352ac1e1d3e55d99c22c14d72f8bb03262a7171dd011ed4b8efa222d7_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:8215b9e6dde14bde8a3c35ddf9616818ec3821dfe53e4bd07943e15842f78b44_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4a7261dac58ee08494a8e8627f58141ade0dbe0e45dda4086451513b44487069_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4b6c13ebf35c61905e68df4521fdf2702f07150366686da88549a0e4ee2b2e51_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5a27cef0f39d329b1ad792cca36bc4658848474b74e0d00d5c192c91bbb025b7_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5ed4a8e0ffeec991b88561e6ccc27b02c4cd6130c307816ef9d0bf08fc7924f3_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:73f03ce96fb9d9943dc46f76fb2c67edcb6030a0c622aef913d22c39e2ea9f8b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:7e46a8b679402508430bf8123527897f026a96fdf8f934d42ce723d108b2f2ae_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:8fed8d917a12c239823caa6eac19ad41ac948e8772b6b4655d5be5fcb864e1b9_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:ec62f735903890eeb1f08d49e6e2c448f0ba5f2063d53533d02f694f4a582c42_ppc64le" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "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.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:633d7e710c98fdc43fb966caa0a8a5e70ffcc5143397ade3b3a8516e49d40ee5_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:a97fc48b723bc1e30fc48d1777c30963558432070339052beb6992000d5681fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:be737fd689a8a236e16a7f4f2e8d16576e55112ca078a1e7ae98dd28603db56d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d6fc995d4a401fc44e8692d4b4ffabcc887dd4d4bf40dc97a1fb0da36427eb70_arm64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:dc8d5006c2f1180af77467811543fcfe07e26a4c88c6707b206692ba88994f3d_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:76dda3813db9e4b3c9b6231a4671b4ea83bcdfc12aca0203642f16078a7a7308_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:2b3f660afb09d885008805164913031724a2e6ef44c23bcfcda0872547796020_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:f73293bbc83a989de958a093f9d27a390fcd5fd889b6991b29246e946ff5f173_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:9108919ceaf1b2a74eb09d34d21c79d87a5c2913cb7c0bc14d4a91d7ac4eab2a_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:24108b3f430077e1d062598a7452e0f080fa0c6847941b0cee9a98630d1ba924_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:e6dea9e1291824c64e30da60304c6260dac63aa592f59eb446182525d37a60d5_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ec32e837696ce70d99b910f09c5f249f467d41611b17ebda65a97f472da2d23b_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:faefa5edfe878a594f3710220561659721f315ddcbc213f6abe58b2846194959_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:725d3556e9bd2e91acf345a93ad9f0216ebabfd537a416c4934841d3747a86fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:929b3e8c84ed0a424f1dea07a411ef22dc7622dbd2491fa01765b68a50e84397_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:ad74ec5dbb2ddfa557843d6b3642c6168e17d36ba2d8d7d71ee61d625c578957_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:e0d2cfb63a119d9eb24a12610a63155ed5388d8a4b29c7b7b1388f5038637a9d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:036ac746da4275b51bfa147aa88d78c0e10ffc487c4e2921def86c4f9ac5b005_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:26d157f4479c38dc2cb9bd68855534534fb70fe331bb6b3ca72f107e7b740c05_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3587939de3944776d9a680e0ec85af84f62ca3c834aca27ee4a36a2f93a656e9_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:e3e2b8ea61494b68c9681e2e086ed754c8820b5136c6a0e03a2c33cd286c63ae_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:18dc1090514fe1740de1f7cd4115dab6be6b210d8726dc9ad520c686f0198a1c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:7c701fc085b75859961b15027c263864853682cfbb327ae8e220130e8f8af3d5_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:a3cbfbe7fea909868346bbeefb5c14bfce77858c17aa6e36df0b34d5d24de794_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b68431e7c04d57dc22644e1b3637541216cf554d7444c53503fdd12a64881ec4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:145d69e08e4ec9009e0c4c95c2941aa00344abcb4c2789fa0e197867653b70dc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:5e7b54220ba3a0d19aa7adb72510d22cb3771ddc61140990d79799e8c0be0fbb_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:ade07a2b5cda4c38ca83691e5ae1f03e9a575deb8384f69c3533c10c6c99ce6d_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:e69e3df9bdd02cac0e61a92ab1dc92742aeb3519ae5c694a5e02d4b946614d20_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:5c297d87438eae45b1606ae454262346978fcfe0e13a3dd6cb5feb162942b3f0_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:7f11ad704f3bdb820df673bbc3599e1c0c51aa738712874eab28e3c689b23484_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:9dfb2477871cefbdc661f5f5db091a720e811c6584818d23670a7b195a2b739c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e220c411759b0ea86bf45e6825277fc67fbd92f3d9ecf908375089812213e2cd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:0c7bbf37a7f88dea9029a30ecd5cd9968b9432209e0c80d4c84950269a6f5c35_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:7cc34e0020cf3a24be08da80d13e4d13f41d9d6c574b53f0121cea218e28e38d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:d8830b75b2ac589cb0d8e802c4531b989cd1d5fbfc3c4bd437b7849dbb393603_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:da0d3ff04a837ba199a6d4f7c18f0462b6ca1da19af1d1673f35b19ecd9f7908_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:18b58e802611f2e3704e6b4def22eb5c98a9a74847a72a20ca53260b793eefaf_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:3abff9bf7545c4eb4f07036a90e11909da3f1439d6253726077e6a0fdcf40735_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:ec56cd10bc1809ad6cd9f917ecf7afb6ef815619c6450c8482918af20654ddfb_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:fdb21020cba553552bcb1f14d661fa2c715a7231878a84dec4c55b077f582db3_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0742e8cb70ca94663b57f9238a8901e1a549af21d77329f4902a569e3df67867_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0dce85b9996e5321b6d2b4fa09be3c63dbdd7185b7c81761d6064d5018fd2671_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:d1c875776a86e52d54361d926bf2861b5191b2319e6f8b09c8202bcc505fa8cd_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:ebba01bdb3b12df5ea3cdb60d98d3100cfe94ca265b21045bc38902f96f1677d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41016d60686857701a07da836c9fb8dccc4be66204785ddc4e6b9ecd7e069783_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:4a9e8d4c7fbc70aa11af1377a31385d0656c6ec1df10ee36570266dc7f675555_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f09bcbf5774c049659380795fad210ebd5592efc93a1a67dd04df90aaec3cbc4_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f9e5af61e840a071d5b6338acc6e434479424373bdddd7f233f93fe6f86b0578_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:662efdccc86181b295c708a69cd458dfd9eb0306382a6f8836b61691dafa4715_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:6cbb31d4d0207565325a7849e22dd68b1418d537e84cf3a0a11b02855856e002_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:9733738a42942400affb410fbaf8b451427e4c30ff350d1530cc4c0ca9c994a1_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:ef1275f381716c1e54a99a41007bb1407c10aa7124efd86b261dd555f27bab75_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:35fd67d59edc1b5c8c050d9f1b866372676f3d26118ea068744d45970db6499c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:521d0db50b5399e59b294b689bff1948132bced3f4e16ae502ff39d6961c6d7a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5e3a3e2834e36f3d53a363391ccd90c3cd576e7c271c0ab27507ac71f2fb554b_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a0122f39c357af5023e3d266cbba863936648943d1ba73f43f0f9f636c505cda_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:6185554134a09396e8e72672bd6616ec4488cc54a3a6849212dc1a1ef6496b76_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:68ac790f665d325fae33a08fc89e6c2eb469d2892a0b0fe72aa6f6433dc5efbd_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:df4aadce50ab0363b3f79455cec7555134a4c9af51b4534346a84b411b139196_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:e50d105572ffce6047335409fd156f82fb45a4f07e9ecdc7f859a358af4cef0c_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:5b302d0c0f16453850ce6c86362ff3fe8362736d7ae1547a05e6e583529381b9_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a457746feb99cf75d1d8046ee5e90bcc46c37717dce22efe6511bdfc9a14a708_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a87f43e01543d68e2244820e68f1064c6a25782416ab3999ea5c5668ca007bd7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:afa2cdc63e2016ce7c2d48cd0c1c0a581fc9976116f43c1609da8401826baf6c_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4adc7a85c101074d3dd7f8d8affea9350f37c0a5da71c3dc037c5478bf8dc357_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4b004cccc00be3a37e21fa8c488d1e4ca96f047c697a5e968470efa57f0c97c8_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6209b029e96240192fc0e5ff5da54db3a3d3c45c780b3269377a759a6160bb4e_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:a8f5f30633889eb43fb65de7be75062ca098d9c48a08bc0673a82f8bd0c1d446_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:18f187d59c6185f5a7a549147819be9fec8baf8104b3c77c423936b826af3a70_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:a1ead217d3cdb924cbbc613cd652d377cf665500e914e668ce407bad5881d40f_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:dca5e728dd36d55c7fa8e05010ee73c3617c5ad13f96de69877e3fd792bf7ad0_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:ec712b5e76563cdf5ea496d96ce45160d9b61aa6f4fb86fe53a9f87330bcd7c7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:2ae69bf767dbcc49446ac03325ff3e709c5b2a5faf4efb0c83155431b693288b_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:73f4c72f0889d0c4d40117ee3afeb23f79236800d0b89fd53bcb6f6e916f06fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:a7d1da2bcf12eae6dc64b246dbc89c50d3b15e95ac90de3135ed02e415fded7d_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:fd752c00166c91b380cdf65ac7a1b57cf280e1fed9f3acb7a9eccafe355646af_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2857a93e1d0e58fc9eee876a1ed93997122d29417974b8bb891572810cd5ff87_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2ae78254a689cf82498a4a8e99066a9e226eb28408366fb85daa2fa4014a4cee_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:7663bed7f9621302bd1495470918d93b8f13db057f94748de7b38ff6bf27cea8_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:b080d5be81f801fa7de3fbb212009ffb21ac8f8fdf8ac1cea3a09d9bfd6600e2_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1682cc7c3027640f428a7da2724a92ab8d4abb6d1b50e6cdc5c4ac84a0b3ce25_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7716ebfe4582bb56f82c18b04d8a9ad5812956a97bd4fc881df0e1200e06c19c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:90dd28b6df0588c35bb75ae5029a58acc23d1b2530b1190c9133c2015a11ce43_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:97dd06fba86585736782609233bfb8be938a36c995e0da4de5aff511544456fc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:184d735d321bb6b276dc6a266d132e4de79186bfc1d57939a8e3491c3aeead00_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:1dd27bb6eba79634a8725a0433c9a570df8c5d2bcd251eb3edf11854ed654cee_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:751ce8e328931f554ce2395641cfbaf13a453d8c02aa1d8f6731b9c8e121dea7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9a05373a6c38ef2ffc1dc6e4676ba3ce6b7d35d795b8d3c49b9a592f60f47b0e_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:21609ac3e437a5efd017099fbb7412b78ee95515811f0dea85761dccaee4eb7f_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:2186c0e80f15d4837c02c71fed00cadbc1e0eb0c986151ca045275e72770d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:a6a1d878f5076b01ae2e31d1ac3913b69bd1f73e3f85c766c16ab23b08375ce3_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:d9cd3c8768a67324006bd0745a612d1d41997c4a4de1c1edf9435951291976bc_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:04fc74edff653970ce441b1d0e3f7aca44221d2c289d55a808a732f5f6f685e2_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:883b9d2b9700814213a4759e0dc36f24f29340ec22874884939cb81bf51eb79e_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b08342e47f2fabd84f974260fcdd916d32d4329bc824d4ebb7ba32a727ca5b84_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:ebc4f111371a3d548dd044184b6605f2269415c467788b9d3112fb63b44d8332_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:997928acca42ae66ecce1aac50e7617771d67f91452dc5774e581fec1826b1e4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d3d9e7fc38b7bf1f05bc28d71f079c24162866ba4d82934f0a104b3fbc0a854c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:e832c2eb20cfa92577ef412cf2436941b9ed3fe772c28cb9150dd43d8c2ace39_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ffe4566eba239897e534fa9fbc91e2e849742c260563b93a47f81e2bdfa982da_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:1e1920c6017633fba1bdf9ff113f42aaf82641e3285e4c749cfa4a96a7019b4c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:23fd68ea3ae40553b3b78f808120a98b448dfd5b9d7b8baaa3490be4cd2bd12a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:7af8245d601c5920095f9ef795cc0f4a52167079e8d969a4eabdb4cf19df1e2b_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:f0b8dab001166648f6c87c8a88ccfb6cc8c864a5a1a826bb2ae8532312fb2036_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:fe530baf73ca2c557efa2d019c9cafb306354ffe468932f12768afa87538ff92_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:3e083f1324e09514f902af7797178ee67ce48e6407513558c0794db10f822a79_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7804520e26bdb5dfac848e9c4e00d598c3d0b40ec3980521ced421ae684591f5_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:b8fc5a19e751851d38d9e33340c17f9579d15468c788db81e1138e688245a607_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:ce57d819c40780c23673b3a96450835d74d63eb91445962ad951cd05ff11e65e_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:4f4f9499bea1f1e141e41b040115be2c34c64d6c38e6308ca71ac11ba1b2e8b8_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:7958863292d81357614888f005dac99727dbf0c2f13726f28c2b39865c671d5a_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a13814b5e4cf882e42704ab9c8e77fcc2540b43507e646973a14ccb29a724a5_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f496cb718fdc13cc2f5d5df210df389be02fdd8b3f6e7d8f50633184a81c7b1f_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:29d34317295d0f3b22461df849189a828993baf98b9b5a0ddfb7f7185dcabb25_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:c025aa4ff0db09e514e56c6d62a1f3cf1f28d26c4b71277684d2528da58e28d0_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:d4c682a8e365311e0cfe86015ecc7b0963dae69d1a2ed7cdaf2b6a9cc36419ae_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:f2c02332098e6b3e8bd948046e7c427bee140b93f3146c821c3cfb62b611e6de_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:0ea56540722faf1e2ebae9b12fad9d9671231fe9c1e3485fcdaa8935da4006d3_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3cb86f6bb54004d3ff72daf0dd9ee2f7d62ae1c0c87f9764a3e9f9c211567d3b_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:ac6f2c6d3cf93b6f4a429f33756452ae6cd986ac8441fb185589d5572bf6536c_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:bd6ce6beae61924800b3c0a20b5558366d4b8c487c4cbc7c5f909ccf5b340f0b_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1c181e588d73c4cca402485e7c30de7f3ed33042a68919aa21d633fdfaa1c224_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:53d5d6d5f13135d56054647bd2ce4ce84a4ae7345f06a8689ab89c4c34ad2e7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:a2898d66b6d5ccab036aa7eeb0a5cf88ea0c3dc4eb5af4613ec26f76bcdd9d3b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dcc1ad065ff86c3baa43a8d91418b97400e0fa3891ff09e0c16a0c7cfa0e237c_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e5df14c54ea3e7aff61d38d735d8de1430fe75d6344bbf77b02f3f4942a9ea7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e69f6b548fa5e2ff2fc485cb5cfcf7a16ffe5fef3a8b41ff583ff1870eea3a41_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:ec195b702c1e317e4bd2d29f480af0656fedf89d6fbecd50496b31107bf55d78_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:f29a511e7fff40fdadae3164925ceb3d660b4ad1b391276ed68b7b6e5a3e486a_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:7c7741c352ac1e1d3e55d99c22c14d72f8bb03262a7171dd011ed4b8efa222d7_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:8215b9e6dde14bde8a3c35ddf9616818ec3821dfe53e4bd07943e15842f78b44_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4a7261dac58ee08494a8e8627f58141ade0dbe0e45dda4086451513b44487069_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4b6c13ebf35c61905e68df4521fdf2702f07150366686da88549a0e4ee2b2e51_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5a27cef0f39d329b1ad792cca36bc4658848474b74e0d00d5c192c91bbb025b7_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5ed4a8e0ffeec991b88561e6ccc27b02c4cd6130c307816ef9d0bf08fc7924f3_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:73f03ce96fb9d9943dc46f76fb2c67edcb6030a0c622aef913d22c39e2ea9f8b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:7e46a8b679402508430bf8123527897f026a96fdf8f934d42ce723d108b2f2ae_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:8fed8d917a12c239823caa6eac19ad41ac948e8772b6b4655d5be5fcb864e1b9_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:ec62f735903890eeb1f08d49e6e2c448f0ba5f2063d53533d02f694f4a582c42_ppc64le" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-15T19:34:31+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:633d7e710c98fdc43fb966caa0a8a5e70ffcc5143397ade3b3a8516e49d40ee5_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:a97fc48b723bc1e30fc48d1777c30963558432070339052beb6992000d5681fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:be737fd689a8a236e16a7f4f2e8d16576e55112ca078a1e7ae98dd28603db56d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d6fc995d4a401fc44e8692d4b4ffabcc887dd4d4bf40dc97a1fb0da36427eb70_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0341" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:dc8d5006c2f1180af77467811543fcfe07e26a4c88c6707b206692ba88994f3d_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:76dda3813db9e4b3c9b6231a4671b4ea83bcdfc12aca0203642f16078a7a7308_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:2b3f660afb09d885008805164913031724a2e6ef44c23bcfcda0872547796020_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:f73293bbc83a989de958a093f9d27a390fcd5fd889b6991b29246e946ff5f173_amd64", "8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:9108919ceaf1b2a74eb09d34d21c79d87a5c2913cb7c0bc14d4a91d7ac4eab2a_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:24108b3f430077e1d062598a7452e0f080fa0c6847941b0cee9a98630d1ba924_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:e6dea9e1291824c64e30da60304c6260dac63aa592f59eb446182525d37a60d5_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ec32e837696ce70d99b910f09c5f249f467d41611b17ebda65a97f472da2d23b_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:faefa5edfe878a594f3710220561659721f315ddcbc213f6abe58b2846194959_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:725d3556e9bd2e91acf345a93ad9f0216ebabfd537a416c4934841d3747a86fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:929b3e8c84ed0a424f1dea07a411ef22dc7622dbd2491fa01765b68a50e84397_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:ad74ec5dbb2ddfa557843d6b3642c6168e17d36ba2d8d7d71ee61d625c578957_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:e0d2cfb63a119d9eb24a12610a63155ed5388d8a4b29c7b7b1388f5038637a9d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:036ac746da4275b51bfa147aa88d78c0e10ffc487c4e2921def86c4f9ac5b005_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:26d157f4479c38dc2cb9bd68855534534fb70fe331bb6b3ca72f107e7b740c05_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3587939de3944776d9a680e0ec85af84f62ca3c834aca27ee4a36a2f93a656e9_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:e3e2b8ea61494b68c9681e2e086ed754c8820b5136c6a0e03a2c33cd286c63ae_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:18dc1090514fe1740de1f7cd4115dab6be6b210d8726dc9ad520c686f0198a1c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:7c701fc085b75859961b15027c263864853682cfbb327ae8e220130e8f8af3d5_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:a3cbfbe7fea909868346bbeefb5c14bfce77858c17aa6e36df0b34d5d24de794_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b68431e7c04d57dc22644e1b3637541216cf554d7444c53503fdd12a64881ec4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:145d69e08e4ec9009e0c4c95c2941aa00344abcb4c2789fa0e197867653b70dc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:5e7b54220ba3a0d19aa7adb72510d22cb3771ddc61140990d79799e8c0be0fbb_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:ade07a2b5cda4c38ca83691e5ae1f03e9a575deb8384f69c3533c10c6c99ce6d_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:e69e3df9bdd02cac0e61a92ab1dc92742aeb3519ae5c694a5e02d4b946614d20_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:5c297d87438eae45b1606ae454262346978fcfe0e13a3dd6cb5feb162942b3f0_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:7f11ad704f3bdb820df673bbc3599e1c0c51aa738712874eab28e3c689b23484_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:9dfb2477871cefbdc661f5f5db091a720e811c6584818d23670a7b195a2b739c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e220c411759b0ea86bf45e6825277fc67fbd92f3d9ecf908375089812213e2cd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:0c7bbf37a7f88dea9029a30ecd5cd9968b9432209e0c80d4c84950269a6f5c35_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:7cc34e0020cf3a24be08da80d13e4d13f41d9d6c574b53f0121cea218e28e38d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:d8830b75b2ac589cb0d8e802c4531b989cd1d5fbfc3c4bd437b7849dbb393603_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:da0d3ff04a837ba199a6d4f7c18f0462b6ca1da19af1d1673f35b19ecd9f7908_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:18b58e802611f2e3704e6b4def22eb5c98a9a74847a72a20ca53260b793eefaf_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:3abff9bf7545c4eb4f07036a90e11909da3f1439d6253726077e6a0fdcf40735_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:ec56cd10bc1809ad6cd9f917ecf7afb6ef815619c6450c8482918af20654ddfb_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:fdb21020cba553552bcb1f14d661fa2c715a7231878a84dec4c55b077f582db3_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0742e8cb70ca94663b57f9238a8901e1a549af21d77329f4902a569e3df67867_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0dce85b9996e5321b6d2b4fa09be3c63dbdd7185b7c81761d6064d5018fd2671_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:d1c875776a86e52d54361d926bf2861b5191b2319e6f8b09c8202bcc505fa8cd_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:ebba01bdb3b12df5ea3cdb60d98d3100cfe94ca265b21045bc38902f96f1677d_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41016d60686857701a07da836c9fb8dccc4be66204785ddc4e6b9ecd7e069783_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:4a9e8d4c7fbc70aa11af1377a31385d0656c6ec1df10ee36570266dc7f675555_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f09bcbf5774c049659380795fad210ebd5592efc93a1a67dd04df90aaec3cbc4_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f9e5af61e840a071d5b6338acc6e434479424373bdddd7f233f93fe6f86b0578_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:662efdccc86181b295c708a69cd458dfd9eb0306382a6f8836b61691dafa4715_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:6cbb31d4d0207565325a7849e22dd68b1418d537e84cf3a0a11b02855856e002_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:9733738a42942400affb410fbaf8b451427e4c30ff350d1530cc4c0ca9c994a1_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:ef1275f381716c1e54a99a41007bb1407c10aa7124efd86b261dd555f27bab75_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:35fd67d59edc1b5c8c050d9f1b866372676f3d26118ea068744d45970db6499c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:521d0db50b5399e59b294b689bff1948132bced3f4e16ae502ff39d6961c6d7a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5e3a3e2834e36f3d53a363391ccd90c3cd576e7c271c0ab27507ac71f2fb554b_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a0122f39c357af5023e3d266cbba863936648943d1ba73f43f0f9f636c505cda_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:6185554134a09396e8e72672bd6616ec4488cc54a3a6849212dc1a1ef6496b76_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:68ac790f665d325fae33a08fc89e6c2eb469d2892a0b0fe72aa6f6433dc5efbd_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:df4aadce50ab0363b3f79455cec7555134a4c9af51b4534346a84b411b139196_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:e50d105572ffce6047335409fd156f82fb45a4f07e9ecdc7f859a358af4cef0c_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:5b302d0c0f16453850ce6c86362ff3fe8362736d7ae1547a05e6e583529381b9_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a457746feb99cf75d1d8046ee5e90bcc46c37717dce22efe6511bdfc9a14a708_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a87f43e01543d68e2244820e68f1064c6a25782416ab3999ea5c5668ca007bd7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:afa2cdc63e2016ce7c2d48cd0c1c0a581fc9976116f43c1609da8401826baf6c_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4adc7a85c101074d3dd7f8d8affea9350f37c0a5da71c3dc037c5478bf8dc357_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4b004cccc00be3a37e21fa8c488d1e4ca96f047c697a5e968470efa57f0c97c8_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6209b029e96240192fc0e5ff5da54db3a3d3c45c780b3269377a759a6160bb4e_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:a8f5f30633889eb43fb65de7be75062ca098d9c48a08bc0673a82f8bd0c1d446_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:18f187d59c6185f5a7a549147819be9fec8baf8104b3c77c423936b826af3a70_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:a1ead217d3cdb924cbbc613cd652d377cf665500e914e668ce407bad5881d40f_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:dca5e728dd36d55c7fa8e05010ee73c3617c5ad13f96de69877e3fd792bf7ad0_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:ec712b5e76563cdf5ea496d96ce45160d9b61aa6f4fb86fe53a9f87330bcd7c7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:2ae69bf767dbcc49446ac03325ff3e709c5b2a5faf4efb0c83155431b693288b_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:73f4c72f0889d0c4d40117ee3afeb23f79236800d0b89fd53bcb6f6e916f06fe_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:a7d1da2bcf12eae6dc64b246dbc89c50d3b15e95ac90de3135ed02e415fded7d_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:fd752c00166c91b380cdf65ac7a1b57cf280e1fed9f3acb7a9eccafe355646af_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2857a93e1d0e58fc9eee876a1ed93997122d29417974b8bb891572810cd5ff87_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2ae78254a689cf82498a4a8e99066a9e226eb28408366fb85daa2fa4014a4cee_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:7663bed7f9621302bd1495470918d93b8f13db057f94748de7b38ff6bf27cea8_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:b080d5be81f801fa7de3fbb212009ffb21ac8f8fdf8ac1cea3a09d9bfd6600e2_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1682cc7c3027640f428a7da2724a92ab8d4abb6d1b50e6cdc5c4ac84a0b3ce25_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7716ebfe4582bb56f82c18b04d8a9ad5812956a97bd4fc881df0e1200e06c19c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:90dd28b6df0588c35bb75ae5029a58acc23d1b2530b1190c9133c2015a11ce43_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:97dd06fba86585736782609233bfb8be938a36c995e0da4de5aff511544456fc_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:184d735d321bb6b276dc6a266d132e4de79186bfc1d57939a8e3491c3aeead00_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:1dd27bb6eba79634a8725a0433c9a570df8c5d2bcd251eb3edf11854ed654cee_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:751ce8e328931f554ce2395641cfbaf13a453d8c02aa1d8f6731b9c8e121dea7_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9a05373a6c38ef2ffc1dc6e4676ba3ce6b7d35d795b8d3c49b9a592f60f47b0e_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:21609ac3e437a5efd017099fbb7412b78ee95515811f0dea85761dccaee4eb7f_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:2186c0e80f15d4837c02c71fed00cadbc1e0eb0c986151ca045275e72770d7fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:a6a1d878f5076b01ae2e31d1ac3913b69bd1f73e3f85c766c16ab23b08375ce3_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:d9cd3c8768a67324006bd0745a612d1d41997c4a4de1c1edf9435951291976bc_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:633d7e710c98fdc43fb966caa0a8a5e70ffcc5143397ade3b3a8516e49d40ee5_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:a97fc48b723bc1e30fc48d1777c30963558432070339052beb6992000d5681fd_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:be737fd689a8a236e16a7f4f2e8d16576e55112ca078a1e7ae98dd28603db56d_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d6fc995d4a401fc44e8692d4b4ffabcc887dd4d4bf40dc97a1fb0da36427eb70_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:04fc74edff653970ce441b1d0e3f7aca44221d2c289d55a808a732f5f6f685e2_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:883b9d2b9700814213a4759e0dc36f24f29340ec22874884939cb81bf51eb79e_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b08342e47f2fabd84f974260fcdd916d32d4329bc824d4ebb7ba32a727ca5b84_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:ebc4f111371a3d548dd044184b6605f2269415c467788b9d3112fb63b44d8332_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:997928acca42ae66ecce1aac50e7617771d67f91452dc5774e581fec1826b1e4_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d3d9e7fc38b7bf1f05bc28d71f079c24162866ba4d82934f0a104b3fbc0a854c_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:e832c2eb20cfa92577ef412cf2436941b9ed3fe772c28cb9150dd43d8c2ace39_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ffe4566eba239897e534fa9fbc91e2e849742c260563b93a47f81e2bdfa982da_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:1e1920c6017633fba1bdf9ff113f42aaf82641e3285e4c749cfa4a96a7019b4c_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:23fd68ea3ae40553b3b78f808120a98b448dfd5b9d7b8baaa3490be4cd2bd12a_ppc64le", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:7af8245d601c5920095f9ef795cc0f4a52167079e8d969a4eabdb4cf19df1e2b_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:f0b8dab001166648f6c87c8a88ccfb6cc8c864a5a1a826bb2ae8532312fb2036_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:fe530baf73ca2c557efa2d019c9cafb306354ffe468932f12768afa87538ff92_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:3e083f1324e09514f902af7797178ee67ce48e6407513558c0794db10f822a79_amd64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7804520e26bdb5dfac848e9c4e00d598c3d0b40ec3980521ced421ae684591f5_arm64", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:b8fc5a19e751851d38d9e33340c17f9579d15468c788db81e1138e688245a607_s390x", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:ce57d819c40780c23673b3a96450835d74d63eb91445962ad951cd05ff11e65e_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:4f4f9499bea1f1e141e41b040115be2c34c64d6c38e6308ca71ac11ba1b2e8b8_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:7958863292d81357614888f005dac99727dbf0c2f13726f28c2b39865c671d5a_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a13814b5e4cf882e42704ab9c8e77fcc2540b43507e646973a14ccb29a724a5_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f496cb718fdc13cc2f5d5df210df389be02fdd8b3f6e7d8f50633184a81c7b1f_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:29d34317295d0f3b22461df849189a828993baf98b9b5a0ddfb7f7185dcabb25_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:c025aa4ff0db09e514e56c6d62a1f3cf1f28d26c4b71277684d2528da58e28d0_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:d4c682a8e365311e0cfe86015ecc7b0963dae69d1a2ed7cdaf2b6a9cc36419ae_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:f2c02332098e6b3e8bd948046e7c427bee140b93f3146c821c3cfb62b611e6de_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:0ea56540722faf1e2ebae9b12fad9d9671231fe9c1e3485fcdaa8935da4006d3_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3cb86f6bb54004d3ff72daf0dd9ee2f7d62ae1c0c87f9764a3e9f9c211567d3b_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:ac6f2c6d3cf93b6f4a429f33756452ae6cd986ac8441fb185589d5572bf6536c_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:bd6ce6beae61924800b3c0a20b5558366d4b8c487c4cbc7c5f909ccf5b340f0b_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1c181e588d73c4cca402485e7c30de7f3ed33042a68919aa21d633fdfaa1c224_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:53d5d6d5f13135d56054647bd2ce4ce84a4ae7345f06a8689ab89c4c34ad2e7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:a2898d66b6d5ccab036aa7eeb0a5cf88ea0c3dc4eb5af4613ec26f76bcdd9d3b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dcc1ad065ff86c3baa43a8d91418b97400e0fa3891ff09e0c16a0c7cfa0e237c_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e5df14c54ea3e7aff61d38d735d8de1430fe75d6344bbf77b02f3f4942a9ea7f_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e69f6b548fa5e2ff2fc485cb5cfcf7a16ffe5fef3a8b41ff583ff1870eea3a41_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:ec195b702c1e317e4bd2d29f480af0656fedf89d6fbecd50496b31107bf55d78_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:f29a511e7fff40fdadae3164925ceb3d660b4ad1b391276ed68b7b6e5a3e486a_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:7c7741c352ac1e1d3e55d99c22c14d72f8bb03262a7171dd011ed4b8efa222d7_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:8215b9e6dde14bde8a3c35ddf9616818ec3821dfe53e4bd07943e15842f78b44_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4a7261dac58ee08494a8e8627f58141ade0dbe0e45dda4086451513b44487069_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4b6c13ebf35c61905e68df4521fdf2702f07150366686da88549a0e4ee2b2e51_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5a27cef0f39d329b1ad792cca36bc4658848474b74e0d00d5c192c91bbb025b7_ppc64le", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5ed4a8e0ffeec991b88561e6ccc27b02c4cd6130c307816ef9d0bf08fc7924f3_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:73f03ce96fb9d9943dc46f76fb2c67edcb6030a0c622aef913d22c39e2ea9f8b_amd64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:7e46a8b679402508430bf8123527897f026a96fdf8f934d42ce723d108b2f2ae_arm64", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:8fed8d917a12c239823caa6eac19ad41ac948e8772b6b4655d5be5fcb864e1b9_s390x", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:ec62f735903890eeb1f08d49e6e2c448f0ba5f2063d53533d02f694f4a582c42_ppc64le" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhsa-2025:0753
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update is now available for Red Hat Ansible Automation Platform Execution Environments", "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* ee-minimal-container: aiohttp vulnerable to request smuggling due to\nincorrect parsing of chunk extensions (CVE-2024-52304)\n* ee-minimal-container: Jinja has a sandbox breakout through malicious\nfilenames (CVE-2024-56201)\n* ee-minimal-container: Jinja has a sandbox breakout through indirect\nreference to format method (CVE-2024-56326)", "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-2025:0753", "url": "https://access.redhat.com/errata/RHSA-2025:0753" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2327130", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2327130" }, { "category": "external", "summary": "2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0753.json" } ], "title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform Execution Environments Container Release Update", "tracking": { "current_release_date": "2025-02-13T21:32:21+00:00", "generator": { "date": "2025-02-13T21:32:21+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0753", "initial_release_date": "2025-01-28T01:03:48+00:00", "revision_history": [ { "date": "2025-01-28T01:03:48+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-28T01:03:48+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:32:21+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Ansible Automation Platform Execution Environments", "product": { "name": "Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform:ee::el8" } } }, { "category": "product_name", "name": "Ansible Automation Platform Execution Environments", "product": { "name": "Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform:ee::el9" } } } ], "category": "product_family", "name": "Red Hat Ansible Automation Platform" }, { "branches": [ { "category": "product_version", "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le", "product": { "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le", "product_id": "ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ansible-builder-rhel8\u0026tag=3.0.1-114" } } }, { "category": "product_version", "name": "ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le", "product": { "name": "ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le", "product_id": "ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ansible-builder-rhel9\u0026tag=3.0.1-113" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.15.13-6" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.16.14-3" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.18.1-3" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le", "product": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le", "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.18.1-4" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.17.7-3" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64", "product": { "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64", "product_id": "ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ansible-builder-rhel8\u0026tag=3.0.1-114" } } }, { "category": "product_version", "name": "ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64", "product": { "name": "ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64", "product_id": "ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ansible-builder-rhel9\u0026tag=3.0.1-113" } } }, { "category": "product_version", "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64", "product": { "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64", "product_id": "ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ansible-builder-rhel8\u0026tag=1.2.0-94" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64", "product": { "name": "ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64", "product_id": "ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-29-rhel8\u0026tag=2.9.27-35" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.13.10-37" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.15.13-6" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.16.14-3" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.14.13-24" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.18.1-3" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.12.10-57" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64", "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.18.1-4" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.17.7-3" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x", "product": { "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x", "product_id": "ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ansible-builder-rhel8\u0026tag=3.0.1-114" } } }, { "category": "product_version", "name": "ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x", "product": { "name": "ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x", "product_id": "ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ansible-builder-rhel9\u0026tag=3.0.1-113" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.15.13-6" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.16.14-3" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.18.1-3" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x", "product": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x", "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.18.1-4" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.17.7-3" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64", "product": { "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64", "product_id": "ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ansible-builder-rhel8\u0026tag=3.0.1-114" } } }, { "category": "product_version", "name": "ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64", "product": { "name": "ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64", "product_id": "ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ansible-builder-rhel9\u0026tag=3.0.1-113" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.15.13-6" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.16.14-3" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.18.1-3" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64", "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.18.1-4" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.17.7-3" } } } ], "category": "architecture", "name": "arm64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64" }, "product_reference": "ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64" }, "product_reference": "ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le" }, "product_reference": "ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64" }, "product_reference": "ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x" }, "product_reference": "ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64" }, "product_reference": "ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64" }, "product_reference": "ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le" }, "product_reference": "ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x" }, "product_reference": "ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64 as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64" }, "product_reference": "ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64 as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-52304", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2024-11-18T21:01:46.925641+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2327130" } ], "notes": [ { "category": "description", "text": "A flaw was found in the aiohttp package. The Python parser parses newlines in chunk extensions incorrectly, which can lead to request smuggling vulnerabilities under certain conditions. If a pure Python version of aiohttp is installed, for example, without the usual C extensions, or `AIOHTTP_NO_EXTENSIONS` is enabled, an attacker may be able to execute a request smuggling attack to bypass certain firewalls or proxy protections.", "title": "Vulnerability description" }, { "category": "summary", "text": "aiohttp: aiohttp vulnerable to request smuggling due to incorrect parsing of chunk extensions", "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-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64" ], "known_not_affected": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-52304" }, { "category": "external", "summary": "RHBZ#2327130", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2327130" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-52304", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52304" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-52304", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52304" }, { "category": "external", "summary": "https://github.com/aio-libs/aiohttp/commit/259edc369075de63e6f3a4eaade058c62af0df71", "url": "https://github.com/aio-libs/aiohttp/commit/259edc369075de63e6f3a4eaade058c62af0df71" }, { "category": "external", "summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-8495-4g3g-x7pr", "url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-8495-4g3g-x7pr" } ], "release_date": "2024-11-18T20:12:48.612000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-28T01:03:48+00:00", "details": "Red Hat Ansible Automation Platform Execution Environments", "product_ids": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0753" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "aiohttp: aiohttp vulnerable to request smuggling due to incorrect parsing of chunk extensions" }, { "cve": "CVE-2024-56201", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2024-12-23T16:00:38.768252+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333854" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through malicious filenames", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.", "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-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64" ], "known_not_affected": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56201" }, { "category": "external", "summary": "RHBZ#2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56201" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f", "url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f" }, { "category": "external", "summary": "https://github.com/pallets/jinja/issues/1792", "url": "https://github.com/pallets/jinja/issues/1792" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699" } ], "release_date": "2024-12-23T15:37:36.110000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-28T01:03:48+00:00", "details": "Red Hat Ansible Automation Platform Execution Environments", "product_ids": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0753" }, { "category": "workaround", "details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.", "product_ids": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jinja2: Jinja has a sandbox breakout through malicious filenames" }, { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "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-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64" ], "known_not_affected": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-28T01:03:48+00:00", "details": "Red Hat Ansible Automation Platform Execution Environments", "product_ids": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0753" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhsa-2025:0335
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for fence-agents is now available for Red Hat Enterprise Linux 9.2 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "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* jinja2: Jinja has a sandbox breakout through malicious filenames (CVE-2024-56201)\n\n* jinja2: Jinja has a sandbox breakout through indirect reference to format method (CVE-2024-56326)\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-2025:0335", "url": "https://access.redhat.com/errata/RHSA-2025:0335" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0335.json" } ], "title": "Red Hat Security Advisory: fence-agents security update", "tracking": { "current_release_date": "2025-02-13T21:30:13+00:00", "generator": { "date": "2025-02-13T21:30:13+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0335", "initial_release_date": "2025-01-15T14:57:53+00:00", "revision_history": [ { "date": "2025-01-15T14:57:53+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-15T14:57:53+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:30:13+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.9.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::highavailability" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product": { "name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::resilientstorage" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-aliyun@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-aws@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-gce@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "product_id": "ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ha-cloud-support@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virt-debuginfo@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-cpg-debuginfo@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-debuginfo@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-libvirt-debuginfo@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-multicast-debuginfo@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-serial-debuginfo@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-tcp-debuginfo@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product_id": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ha-cloud-support-debuginfo@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virt-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-virt-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-virt-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virt@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-cpg@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-libvirt@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-multicast@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-serial@4.10.0-43.el9_2.11?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "product": { "name": "fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "product_id": "fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-tcp@4.10.0-43.el9_2.11?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "product": { "name": "fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "product_id": "fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-43.el9_2.11?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "product": { "name": "fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "product_id": "fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-43.el9_2.11?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "product": { "name": "fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "product_id": "fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-43.el9_2.11?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "product": { "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "product_id": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-43.el9_2.11?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "product": { "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "product_id": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-43.el9_2.11?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-43.el9_2.11?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-43.el9_2.11?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "product": { "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "product_id": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-43.el9_2.11?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "product": { "name": "fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "product_id": "fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-43.el9_2.11?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "product": { "name": "fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "product_id": "fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-43.el9_2.11?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "product": { "name": "fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "product_id": "fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-43.el9_2.11?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "product": { "name": "fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "product_id": "fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-43.el9_2.11?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "product": { "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "product_id": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-43.el9_2.11?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "product": { "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "product_id": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-43.el9_2.11?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-43.el9_2.11?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-43.el9_2.11?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "product": { "name": "fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "product_id": "fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-43.el9_2.11?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "product": { "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "product_id": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-43.el9_2.11?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "product": { "name": "fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "product_id": "fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-43.el9_2.11?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "product": { "name": "fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "product_id": "fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-43.el9_2.11?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "product": { "name": "fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "product_id": "fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-43.el9_2.11?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "product": { "name": "fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "product_id": "fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-zvm@4.10.0-43.el9_2.11?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "product": { "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "product_id": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-43.el9_2.11?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "product": { "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "product_id": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-43.el9_2.11?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-43.el9_2.11?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-43.el9_2.11?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "product": { "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "product_id": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-43.el9_2.11?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-apc@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-brocade@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-drac5@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-emerson@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-eps@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-hpblade@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ifmib@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo2@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ipdu@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-lpar@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-mpath@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rhevm@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rsa@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rsb@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-sbd@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-scsi@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-wti@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-common@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.10.0-43.el9_2.11?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "product": { "name": "fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "product_id": "fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-virsh@4.10.0-43.el9_2.11?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "fence-agents-0:4.10.0-43.el9_2.11.src", "product": { "name": "fence-agents-0:4.10.0-43.el9_2.11.src", "product_id": "fence-agents-0:4.10.0-43.el9_2.11.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents@4.10.0-43.el9_2.11?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.10.0-43.el9_2.11.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.11.src" }, "product_reference": "fence-agents-0:4.10.0-43.el9_2.11.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-43.el9_2.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.aarch64" }, "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64" }, "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64" }, "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virt-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.10.0-43.el9_2.11.src as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.11.src" }, "product_reference": "fence-agents-0:4.10.0-43.el9_2.11.src", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-43.el9_2.11.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.aarch64" }, "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64" }, "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64" }, "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virt-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.2)", "product_id": "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "HighAvailability-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.10.0-43.el9_2.11.src as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.11.src" }, "product_reference": "fence-agents-0:4.10.0-43.el9_2.11.src", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-43.el9_2.11.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.aarch64" }, "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64" }, "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64" }, "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.10.0-43.el9_2.11.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.11.noarch" }, "product_reference": "fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x" }, "product_reference": "fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virt-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.2)", "product_id": "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64" }, "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "relates_to_product_reference": "ResilientStorage-9.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-56201", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2024-12-23T16:00:38.768252+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333854" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through malicious filenames", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.11.src", "AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.11.src", "HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.11.src", "ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56201" }, { "category": "external", "summary": "RHBZ#2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56201" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f", "url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f" }, { "category": "external", "summary": "https://github.com/pallets/jinja/issues/1792", "url": "https://github.com/pallets/jinja/issues/1792" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699" } ], "release_date": "2024-12-23T15:37:36.110000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-15T14:57:53+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.11.src", "AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.11.src", "HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.11.src", "ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0335" }, { "category": "workaround", "details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.", "product_ids": [ "AppStream-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.11.src", "AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.11.src", "HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.11.src", "ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.11.src", "AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.11.src", "HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.11.src", "ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jinja2: Jinja has a sandbox breakout through malicious filenames" }, { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.11.src", "AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.11.src", "HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.11.src", "ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-15T14:57:53+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.11.src", "AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.11.src", "HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.11.src", "ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0335" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.11.src", "AppStream-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "AppStream-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "AppStream-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "AppStream-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.11.src", "HighAvailability-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "HighAvailability-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "HighAvailability-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "HighAvailability-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-0:4.10.0-43.el9_2.11.src", "ResilientStorage-9.2.0.Z.EUS:fence-agents-aliyun-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-all-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-aws-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-brocade-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-common-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-compute-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-debugsource-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-drac5-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-emerson-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-eps-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-gce-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-hpblade-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ifmib-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ilo2-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipdu-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-lpar-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-mpath-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-openstack-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.aarch64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.ppc64le", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-agents-redfish-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rhevm-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsa-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-rsb-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-sbd-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-scsi-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-virsh-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-wti-0:4.10.0-43.el9_2.11.noarch", "ResilientStorage-9.2.0.Z.EUS:fence-agents-zvm-0:4.10.0-43.el9_2.11.s390x", "ResilientStorage-9.2.0.Z.EUS:fence-virt-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-0:4.10.0-43.el9_2.11.x86_64", "ResilientStorage-9.2.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-43.el9_2.11.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhsa-2025:1241
Vulnerability from csaf_redhat
Notes
{ "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": "Red Hat OpenShift Container Platform release 4.12.73 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.12.\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 OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.12.73. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:1242\n\nSecurity Fix(es):\n\n* jinja2: Jinja has a sandbox breakout through indirect reference to format\nmethod (CVE-2024-56326)\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\nAll OpenShift Container Platform 4.12 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.12/updating/updating_a_cluster/updating-cluster-cli.html", "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-2025:1241", "url": "https://access.redhat.com/errata/RHSA-2025:1241" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1241.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.12.73 security and extras update", "tracking": { "current_release_date": "2025-02-13T21:35:34+00:00", "generator": { "date": "2025-02-13T21:35:34+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:1241", "initial_release_date": "2025-02-13T00:42:45+00:00", "revision_history": [ { "date": "2025-02-13T00:42:45+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-13T00:42:45+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:35:34+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.12", "product": { "name": "Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.12::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cloud-event-proxy@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64", "product": { "name": "openshift4/ose-cloud-event-proxy@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64", "product_id": "openshift4/ose-cloud-event-proxy@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-event-proxy@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy\u0026tag=v4.12.0-202501291059.p0.g4cbff2b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cloud-event-proxy-rhel8@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64", "product": { "name": "openshift4/ose-cloud-event-proxy-rhel8@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64", "product_id": "openshift4/ose-cloud-event-proxy-rhel8@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-event-proxy-rhel8@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel8\u0026tag=v4.12.0-202501291059.p0.g4cbff2b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/cloud-event-proxy-rhel8@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64", "product": { "name": "openshift4/cloud-event-proxy-rhel8@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64", "product_id": "openshift4/cloud-event-proxy-rhel8@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64", "product_identification_helper": { "purl": "pkg:oci/cloud-event-proxy-rhel8@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-event-proxy-rhel8\u0026tag=v4.12.0-202501291059.p0.g4cbff2b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-nfd-operator@sha256:6bcf297c78bef539449faf9f14ef1a1aad31243e980345fd4fda1cacafed5343_amd64", "product": { "name": "openshift4/ose-cluster-nfd-operator@sha256:6bcf297c78bef539449faf9f14ef1a1aad31243e980345fd4fda1cacafed5343_amd64", "product_id": "openshift4/ose-cluster-nfd-operator@sha256:6bcf297c78bef539449faf9f14ef1a1aad31243e980345fd4fda1cacafed5343_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-nfd-operator@sha256:6bcf297c78bef539449faf9f14ef1a1aad31243e980345fd4fda1cacafed5343?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-operator\u0026tag=v4.12.0-202501291059.p0.gd5498aa.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-infiniband-cni@sha256:5a9429fa2b0da2a0a4394c0b6d03ba6b438599bee8d4639915e8b2e9372b7420_amd64", "product": { "name": "openshift4/ose-sriov-infiniband-cni@sha256:5a9429fa2b0da2a0a4394c0b6d03ba6b438599bee8d4639915e8b2e9372b7420_amd64", "product_id": "openshift4/ose-sriov-infiniband-cni@sha256:5a9429fa2b0da2a0a4394c0b6d03ba6b438599bee8d4639915e8b2e9372b7420_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-infiniband-cni@sha256:5a9429fa2b0da2a0a4394c0b6d03ba6b438599bee8d4639915e8b2e9372b7420?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni\u0026tag=v4.12.0-202501291059.p0.ge8b93dd.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-diskmaker@sha256:ff917ee18bd3101a746c71a8d29d86bf7ec61295a86ff8fadf66e771a8332a0f_amd64", "product": { "name": "openshift4/ose-local-storage-diskmaker@sha256:ff917ee18bd3101a746c71a8d29d86bf7ec61295a86ff8fadf66e771a8332a0f_amd64", "product_id": "openshift4/ose-local-storage-diskmaker@sha256:ff917ee18bd3101a746c71a8d29d86bf7ec61295a86ff8fadf66e771a8332a0f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-diskmaker@sha256:ff917ee18bd3101a746c71a8d29d86bf7ec61295a86ff8fadf66e771a8332a0f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker\u0026tag=v4.12.0-202501291059.p0.g14a108a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-operator@sha256:9e887a3c00520d68e2206af7fffd0cb81d872e40e57e519829377d88f3bd169e_amd64", "product": { "name": "openshift4/ose-local-storage-operator@sha256:9e887a3c00520d68e2206af7fffd0cb81d872e40e57e519829377d88f3bd169e_amd64", "product_id": "openshift4/ose-local-storage-operator@sha256:9e887a3c00520d68e2206af7fffd0cb81d872e40e57e519829377d88f3bd169e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-operator@sha256:9e887a3c00520d68e2206af7fffd0cb81d872e40e57e519829377d88f3bd169e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-operator\u0026tag=v4.12.0-202501291059.p0.g14a108a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-node-feature-discovery@sha256:47a9f9b721bcd2a622b011773288126e229330542767655359392526b8678369_amd64", "product": { "name": "openshift4/ose-node-feature-discovery@sha256:47a9f9b721bcd2a622b011773288126e229330542767655359392526b8678369_amd64", "product_id": "openshift4/ose-node-feature-discovery@sha256:47a9f9b721bcd2a622b011773288126e229330542767655359392526b8678369_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-node-feature-discovery@sha256:47a9f9b721bcd2a622b011773288126e229330542767655359392526b8678369?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery\u0026tag=v4.12.0-202501291059.p0.g5e2696b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ansible-operator@sha256:6ce836d2edd59115de5effcfeae86c3a2c71194cfe8c5e966049f7534c7739ee_amd64", "product": { "name": "openshift4/ose-ansible-operator@sha256:6ce836d2edd59115de5effcfeae86c3a2c71194cfe8c5e966049f7534c7739ee_amd64", "product_id": "openshift4/ose-ansible-operator@sha256:6ce836d2edd59115de5effcfeae86c3a2c71194cfe8c5e966049f7534c7739ee_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ansible-operator@sha256:6ce836d2edd59115de5effcfeae86c3a2c71194cfe8c5e966049f7534c7739ee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-operator\u0026tag=v4.12.0-202502040858.p0.g0bd975e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capacity@sha256:6a32f1fa6072b2e0d7f87d490bf9beaa242881fc76fa8d6f82717c2d7ab38998_amd64", "product": { "name": "openshift4/ose-cluster-capacity@sha256:6a32f1fa6072b2e0d7f87d490bf9beaa242881fc76fa8d6f82717c2d7ab38998_amd64", "product_id": "openshift4/ose-cluster-capacity@sha256:6a32f1fa6072b2e0d7f87d490bf9beaa242881fc76fa8d6f82717c2d7ab38998_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capacity@sha256:6a32f1fa6072b2e0d7f87d490bf9beaa242881fc76fa8d6f82717c2d7ab38998?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity\u0026tag=v4.12.0-202501291059.p0.g007c2b1.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-dns-proxy@sha256:e8b1f0c5c193cd7347731e3b3cc0e68ebb70b273bbab95baf09fd6503b6f1ba9_amd64", "product": { "name": "openshift4/ose-egress-dns-proxy@sha256:e8b1f0c5c193cd7347731e3b3cc0e68ebb70b273bbab95baf09fd6503b6f1ba9_amd64", "product_id": "openshift4/ose-egress-dns-proxy@sha256:e8b1f0c5c193cd7347731e3b3cc0e68ebb70b273bbab95baf09fd6503b6f1ba9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-egress-dns-proxy@sha256:e8b1f0c5c193cd7347731e3b3cc0e68ebb70b273bbab95baf09fd6503b6f1ba9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy\u0026tag=v4.12.0-202501291059.p0.g7e8a010.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-router@sha256:01e63995414df066a434a31737e274824bca95bb250f5bb70f0a1cd7b6a31953_amd64", "product": { "name": "openshift4/ose-egress-router@sha256:01e63995414df066a434a31737e274824bca95bb250f5bb70f0a1cd7b6a31953_amd64", "product_id": "openshift4/ose-egress-router@sha256:01e63995414df066a434a31737e274824bca95bb250f5bb70f0a1cd7b6a31953_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-egress-router@sha256:01e63995414df066a434a31737e274824bca95bb250f5bb70f0a1cd7b6a31953?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router\u0026tag=v4.12.0-202501291059.p0.g7e8a010.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-helm-operator@sha256:16c739f30c876157057b21135118399cd5b5a27fa809358c697df1607fcb89aa_amd64", "product": { "name": "openshift4/ose-helm-operator@sha256:16c739f30c876157057b21135118399cd5b5a27fa809358c697df1607fcb89aa_amd64", "product_id": "openshift4/ose-helm-operator@sha256:16c739f30c876157057b21135118399cd5b5a27fa809358c697df1607fcb89aa_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-helm-operator@sha256:16c739f30c876157057b21135118399cd5b5a27fa809358c697df1607fcb89aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-operator\u0026tag=v4.12.0-202501291429.p0.g0bd975e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-operator-sdk-rhel8@sha256:350b1d292b2ac40077cb405ba8f1de04d545d8e549c98fd017d00ab89a76ffdc_amd64", "product": { "name": "openshift4/ose-operator-sdk-rhel8@sha256:350b1d292b2ac40077cb405ba8f1de04d545d8e549c98fd017d00ab89a76ffdc_amd64", "product_id": "openshift4/ose-operator-sdk-rhel8@sha256:350b1d292b2ac40077cb405ba8f1de04d545d8e549c98fd017d00ab89a76ffdc_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-sdk-rhel8@sha256:350b1d292b2ac40077cb405ba8f1de04d545d8e549c98fd017d00ab89a76ffdc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel8\u0026tag=v4.12.0-202502100329.p0.g0bd975e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:032fabec4d3bc7073800aae994278f9f5f2514a0cdc7961813c4d11cf37eb025_amd64", "product": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:032fabec4d3bc7073800aae994278f9f5f2514a0cdc7961813c4d11cf37eb025_amd64", "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:032fabec4d3bc7073800aae994278f9f5f2514a0cdc7961813c4d11cf37eb025_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel8@sha256:032fabec4d3bc7073800aae994278f9f5f2514a0cdc7961813c4d11cf37eb025?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel8\u0026tag=v4.12.0-202501291059.p0.g092b025.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:6767351952682d50232a964824ad4232c796cf9d9b439853823963e1d5b55e7b_amd64", "product": { "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:6767351952682d50232a964824ad4232c796cf9d9b439853823963e1d5b55e7b_amd64", "product_id": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:6767351952682d50232a964824ad4232c796cf9d9b439853823963e1d5b55e7b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel8@sha256:6767351952682d50232a964824ad4232c796cf9d9b439853823963e1d5b55e7b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel8\u0026tag=v4.12.0-202501291059.p0.g1ae818e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:abaabf053be0766126d2c84c00c868bc40aad80d73da5d95ea981216751f4ec8_amd64", "product": { "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:abaabf053be0766126d2c84c00c868bc40aad80d73da5d95ea981216751f4ec8_amd64", "product_id": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:abaabf053be0766126d2c84c00c868bc40aad80d73da5d95ea981216751f4ec8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-efs-csi-driver-rhel8-operator@sha256:abaabf053be0766126d2c84c00c868bc40aad80d73da5d95ea981216751f4ec8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel8-operator\u0026tag=v4.12.0-202501291059.p0.g742d4b4.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:dadf519c39db8eaca3ae19a7b6b91c22a165dff270b9570af5fd291fa4a47ca7_amd64", "product": { "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:dadf519c39db8eaca3ae19a7b6b91c22a165dff270b9570af5fd291fa4a47ca7_amd64", "product_id": "openshift4/ose-cluster-kube-descheduler-operator@sha256:dadf519c39db8eaca3ae19a7b6b91c22a165dff270b9570af5fd291fa4a47ca7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-descheduler-operator@sha256:dadf519c39db8eaca3ae19a7b6b91c22a165dff270b9570af5fd291fa4a47ca7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-descheduler-operator\u0026tag=v4.12.0-202501291059.p0.ga1b4a28.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:dadf519c39db8eaca3ae19a7b6b91c22a165dff270b9570af5fd291fa4a47ca7_amd64", "product": { "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:dadf519c39db8eaca3ae19a7b6b91c22a165dff270b9570af5fd291fa4a47ca7_amd64", "product_id": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:dadf519c39db8eaca3ae19a7b6b91c22a165dff270b9570af5fd291fa4a47ca7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-kube-descheduler-rhel8-operator@sha256:dadf519c39db8eaca3ae19a7b6b91c22a165dff270b9570af5fd291fa4a47ca7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-descheduler-rhel8-operator\u0026tag=v4.12.0-202501291059.p0.ga1b4a28.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:bd8759cd6c29f80ffdc77ddebd6d665915ab8ea1b70cd18bcee9452310648bdb_amd64", "product": { "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:bd8759cd6c29f80ffdc77ddebd6d665915ab8ea1b70cd18bcee9452310648bdb_amd64", "product_id": "openshift4/ose-clusterresourceoverride-rhel8@sha256:bd8759cd6c29f80ffdc77ddebd6d665915ab8ea1b70cd18bcee9452310648bdb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-clusterresourceoverride-rhel8@sha256:bd8759cd6c29f80ffdc77ddebd6d665915ab8ea1b70cd18bcee9452310648bdb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8\u0026tag=v4.12.0-202501291059.p0.g1429a66.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f345077acab537ded71dc4cb86b7fec95a493759dd13138d35d144bb47e889ab_amd64", "product": { "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f345077acab537ded71dc4cb86b7fec95a493759dd13138d35d144bb47e889ab_amd64", "product_id": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f345077acab537ded71dc4cb86b7fec95a493759dd13138d35d144bb47e889ab_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-clusterresourceoverride-rhel8-operator@sha256:f345077acab537ded71dc4cb86b7fec95a493759dd13138d35d144bb47e889ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel8-operator\u0026tag=v4.12.0-202501291059.p0.g30790fe.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-contour-rhel8@sha256:63758878dda70562a07a3f49765fbe9e0d6e1b619b73f6b4d7427467f7fc4254_amd64", "product": { "name": "openshift4/ose-contour-rhel8@sha256:63758878dda70562a07a3f49765fbe9e0d6e1b619b73f6b4d7427467f7fc4254_amd64", "product_id": "openshift4/ose-contour-rhel8@sha256:63758878dda70562a07a3f49765fbe9e0d6e1b619b73f6b4d7427467f7fc4254_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-contour-rhel8@sha256:63758878dda70562a07a3f49765fbe9e0d6e1b619b73f6b4d7427467f7fc4254?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-contour-rhel8\u0026tag=v4.12.0-202501291059.p0.g45e9b62.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3896c25a9de8f94b7330ec6b58808e84d146b183f837522f83e250f4d79cb8a8_amd64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3896c25a9de8f94b7330ec6b58808e84d146b183f837522f83e250f4d79cb8a8_amd64", "product_id": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3896c25a9de8f94b7330ec6b58808e84d146b183f837522f83e250f4d79cb8a8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3896c25a9de8f94b7330ec6b58808e84d146b183f837522f83e250f4d79cb8a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel8\u0026tag=v4.12.0-202501291059.p0.gd054948.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-egress-http-proxy@sha256:f9f090903487d0d44ac8432124c82081c8005a8b3b2e7d617fcbe045649937e4_amd64", "product": { "name": "openshift4/ose-egress-http-proxy@sha256:f9f090903487d0d44ac8432124c82081c8005a8b3b2e7d617fcbe045649937e4_amd64", "product_id": "openshift4/ose-egress-http-proxy@sha256:f9f090903487d0d44ac8432124c82081c8005a8b3b2e7d617fcbe045649937e4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-egress-http-proxy@sha256:f9f090903487d0d44ac8432124c82081c8005a8b3b2e7d617fcbe045649937e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy\u0026tag=v4.12.0-202501291059.p0.g7e8a010.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b313de17a7db17e587270e172b24122a3bb614fc64675bdb04b1f637ebff8f48_amd64", "product": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b313de17a7db17e587270e172b24122a3bb614fc64675bdb04b1f637ebff8f48_amd64", "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b313de17a7db17e587270e172b24122a3bb614fc64675bdb04b1f637ebff8f48_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8@sha256:b313de17a7db17e587270e172b24122a3bb614fc64675bdb04b1f637ebff8f48?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8\u0026tag=v4.12.0-202501291059.p0.g2850049.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:dfcc5a6f1e997d0e16f93d7ea244e7a1a50a84df66a9c0e3a5e8b9aef08bc697_amd64", "product": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:dfcc5a6f1e997d0e16f93d7ea244e7a1a50a84df66a9c0e3a5e8b9aef08bc697_amd64", "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:dfcc5a6f1e997d0e16f93d7ea244e7a1a50a84df66a9c0e3a5e8b9aef08bc697_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:dfcc5a6f1e997d0e16f93d7ea244e7a1a50a84df66a9c0e3a5e8b9aef08bc697?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel8-operator\u0026tag=v4.12.0-202501291059.p0.gda2786b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/kubernetes-nmstate-rhel8-operator@sha256:d9a3de8a5687c8323dccfe4efd6ff51b9b3fd8f60a91e83e5ead75ac83834122_amd64", "product": { "name": "openshift4/kubernetes-nmstate-rhel8-operator@sha256:d9a3de8a5687c8323dccfe4efd6ff51b9b3fd8f60a91e83e5ead75ac83834122_amd64", "product_id": "openshift4/kubernetes-nmstate-rhel8-operator@sha256:d9a3de8a5687c8323dccfe4efd6ff51b9b3fd8f60a91e83e5ead75ac83834122_amd64", "product_identification_helper": { "purl": "pkg:oci/kubernetes-nmstate-rhel8-operator@sha256:d9a3de8a5687c8323dccfe4efd6ff51b9b3fd8f60a91e83e5ead75ac83834122?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel8-operator\u0026tag=v4.12.0-202501291059.p0.g092b025.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ptp@sha256:803fd085eae81adf14fd31e914f34aae89925342ca067e50900b1af27b0e0bb5_amd64", "product": { "name": "openshift4/ose-ptp@sha256:803fd085eae81adf14fd31e914f34aae89925342ca067e50900b1af27b0e0bb5_amd64", "product_id": "openshift4/ose-ptp@sha256:803fd085eae81adf14fd31e914f34aae89925342ca067e50900b1af27b0e0bb5_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ptp@sha256:803fd085eae81adf14fd31e914f34aae89925342ca067e50900b1af27b0e0bb5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp\u0026tag=v4.12.0-202501291059.p0.g2e8a42b.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:bb876e7b9319c55b259f4eabd81978b7396a99dfc696454695c6459b65e39bec_amd64", "product": { "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:bb876e7b9319c55b259f4eabd81978b7396a99dfc696454695c6459b65e39bec_amd64", "product_id": "openshift4/ose-local-storage-mustgather-rhel8@sha256:bb876e7b9319c55b259f4eabd81978b7396a99dfc696454695c6459b65e39bec_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-mustgather-rhel8@sha256:bb876e7b9319c55b259f4eabd81978b7396a99dfc696454695c6459b65e39bec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel8\u0026tag=v4.12.0-202501291059.p0.g14a108a.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/metallb-rhel8-operator@sha256:8e7714ef606d603c03383b53f5581de648f52614b85b445a8309606386d14970_amd64", "product": { "name": "openshift4/metallb-rhel8-operator@sha256:8e7714ef606d603c03383b53f5581de648f52614b85b445a8309606386d14970_amd64", "product_id": "openshift4/metallb-rhel8-operator@sha256:8e7714ef606d603c03383b53f5581de648f52614b85b445a8309606386d14970_amd64", "product_identification_helper": { "purl": "pkg:oci/metallb-rhel8-operator@sha256:8e7714ef606d603c03383b53f5581de648f52614b85b445a8309606386d14970?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel8-operator\u0026tag=v4.12.0-202501291059.p0.gbffcfee.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-operator@sha256:54ececa36ef9491647773fd9c21ab4d7daa92c0409a8833218ea9668e1c63179_amd64", "product": { "name": "openshift4/ose-ptp-operator@sha256:54ececa36ef9491647773fd9c21ab4d7daa92c0409a8833218ea9668e1c63179_amd64", "product_id": "openshift4/ose-ptp-operator@sha256:54ececa36ef9491647773fd9c21ab4d7daa92c0409a8833218ea9668e1c63179_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-operator@sha256:54ececa36ef9491647773fd9c21ab4d7daa92c0409a8833218ea9668e1c63179?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-operator\u0026tag=v4.12.0-202501291059.p0.g48b6377.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:b8ae092fb760ead1ca9a23fa9f23fc11dee4e05d1028b6e1ab323875a4639ab9_amd64", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:b8ae092fb760ead1ca9a23fa9f23fc11dee4e05d1028b6e1ab323875a4639ab9_amd64", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:b8ae092fb760ead1ca9a23fa9f23fc11dee4e05d1028b6e1ab323875a4639ab9_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8@sha256:b8ae092fb760ead1ca9a23fa9f23fc11dee4e05d1028b6e1ab323875a4639ab9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8\u0026tag=v4.12.0-202501291059.p0.gd16352d.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:79a076dc2ec9821812ce35a9fdb72978317d8a3c2b5d4b384a7815a0f89394fa_amd64", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:79a076dc2ec9821812ce35a9fdb72978317d8a3c2b5d4b384a7815a0f89394fa_amd64", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:79a076dc2ec9821812ce35a9fdb72978317d8a3c2b5d4b384a7815a0f89394fa_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel8-operator@sha256:79a076dc2ec9821812ce35a9fdb72978317d8a3c2b5d4b384a7815a0f89394fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel8-operator\u0026tag=v4.12.0-202501291059.p0.gee4fb01.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-cni@sha256:bf693959716549d2f1367f2cb93f5180b8a8c2603407169fcee75aa8bddadb7b_amd64", "product": { "name": "openshift4/ose-sriov-cni@sha256:bf693959716549d2f1367f2cb93f5180b8a8c2603407169fcee75aa8bddadb7b_amd64", "product_id": "openshift4/ose-sriov-cni@sha256:bf693959716549d2f1367f2cb93f5180b8a8c2603407169fcee75aa8bddadb7b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-cni@sha256:bf693959716549d2f1367f2cb93f5180b8a8c2603407169fcee75aa8bddadb7b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-cni\u0026tag=v4.12.0-202501291059.p0.g295fe45.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-dp-admission-controller@sha256:d48325e6cf96fbb476067de111e25bdc750d602f08283bf966a842a04753c4b4_amd64", "product": { "name": "openshift4/ose-sriov-dp-admission-controller@sha256:d48325e6cf96fbb476067de111e25bdc750d602f08283bf966a842a04753c4b4_amd64", "product_id": "openshift4/ose-sriov-dp-admission-controller@sha256:d48325e6cf96fbb476067de111e25bdc750d602f08283bf966a842a04753c4b4_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-dp-admission-controller@sha256:d48325e6cf96fbb476067de111e25bdc750d602f08283bf966a842a04753c4b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller\u0026tag=v4.12.0-202501291059.p0.g68b461f.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-config-daemon@sha256:1ed6c9c79a72483611ca1a399dbf875468966eaf049f154283e64e9d7ef5fa33_amd64", "product": { "name": "openshift4/ose-sriov-network-config-daemon@sha256:1ed6c9c79a72483611ca1a399dbf875468966eaf049f154283e64e9d7ef5fa33_amd64", "product_id": "openshift4/ose-sriov-network-config-daemon@sha256:1ed6c9c79a72483611ca1a399dbf875468966eaf049f154283e64e9d7ef5fa33_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-config-daemon@sha256:1ed6c9c79a72483611ca1a399dbf875468966eaf049f154283e64e9d7ef5fa33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon\u0026tag=v4.12.0-202501291059.p0.gd58a580.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-device-plugin@sha256:6631bdb0024b5c48c3ce003aa5d0bebefd94d1d083520d8f2856467d0f8b2c25_amd64", "product": { "name": "openshift4/ose-sriov-network-device-plugin@sha256:6631bdb0024b5c48c3ce003aa5d0bebefd94d1d083520d8f2856467d0f8b2c25_amd64", "product_id": "openshift4/ose-sriov-network-device-plugin@sha256:6631bdb0024b5c48c3ce003aa5d0bebefd94d1d083520d8f2856467d0f8b2c25_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-device-plugin@sha256:6631bdb0024b5c48c3ce003aa5d0bebefd94d1d083520d8f2856467d0f8b2c25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin\u0026tag=v4.12.0-202501291059.p0.g700b61e.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-operator@sha256:0d9ea539470a7f83c471a232554d9474b223f4ddd78f80dbc75acf2ccfd2b97e_amd64", "product": { "name": "openshift4/ose-sriov-network-operator@sha256:0d9ea539470a7f83c471a232554d9474b223f4ddd78f80dbc75acf2ccfd2b97e_amd64", "product_id": "openshift4/ose-sriov-network-operator@sha256:0d9ea539470a7f83c471a232554d9474b223f4ddd78f80dbc75acf2ccfd2b97e_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-operator@sha256:0d9ea539470a7f83c471a232554d9474b223f4ddd78f80dbc75acf2ccfd2b97e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-operator\u0026tag=v4.12.0-202501291059.p0.gd58a580.assembly.stream.el8" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-webhook@sha256:cc1ea4db5ea3760e5f93b0be3985c4bea58303e51ee5951fc9f7ba8fab2503e0_amd64", "product": { "name": "openshift4/ose-sriov-network-webhook@sha256:cc1ea4db5ea3760e5f93b0be3985c4bea58303e51ee5951fc9f7ba8fab2503e0_amd64", "product_id": "openshift4/ose-sriov-network-webhook@sha256:cc1ea4db5ea3760e5f93b0be3985c4bea58303e51ee5951fc9f7ba8fab2503e0_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-webhook@sha256:cc1ea4db5ea3760e5f93b0be3985c4bea58303e51ee5951fc9f7ba8fab2503e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook\u0026tag=v4.12.0-202501291059.p0.gd58a580.assembly.stream.el8" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift4/cloud-event-proxy-rhel8@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/cloud-event-proxy-rhel8@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64" }, "product_reference": "openshift4/cloud-event-proxy-rhel8@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubernetes-nmstate-rhel8-operator@sha256:d9a3de8a5687c8323dccfe4efd6ff51b9b3fd8f60a91e83e5ead75ac83834122_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/kubernetes-nmstate-rhel8-operator@sha256:d9a3de8a5687c8323dccfe4efd6ff51b9b3fd8f60a91e83e5ead75ac83834122_amd64" }, "product_reference": "openshift4/kubernetes-nmstate-rhel8-operator@sha256:d9a3de8a5687c8323dccfe4efd6ff51b9b3fd8f60a91e83e5ead75ac83834122_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/metallb-rhel8-operator@sha256:8e7714ef606d603c03383b53f5581de648f52614b85b445a8309606386d14970_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/metallb-rhel8-operator@sha256:8e7714ef606d603c03383b53f5581de648f52614b85b445a8309606386d14970_amd64" }, "product_reference": "openshift4/metallb-rhel8-operator@sha256:8e7714ef606d603c03383b53f5581de648f52614b85b445a8309606386d14970_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ansible-operator@sha256:6ce836d2edd59115de5effcfeae86c3a2c71194cfe8c5e966049f7534c7739ee_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-ansible-operator@sha256:6ce836d2edd59115de5effcfeae86c3a2c71194cfe8c5e966049f7534c7739ee_amd64" }, "product_reference": "openshift4/ose-ansible-operator@sha256:6ce836d2edd59115de5effcfeae86c3a2c71194cfe8c5e966049f7534c7739ee_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:6767351952682d50232a964824ad4232c796cf9d9b439853823963e1d5b55e7b_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:6767351952682d50232a964824ad4232c796cf9d9b439853823963e1d5b55e7b_amd64" }, "product_reference": "openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:6767351952682d50232a964824ad4232c796cf9d9b439853823963e1d5b55e7b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:abaabf053be0766126d2c84c00c868bc40aad80d73da5d95ea981216751f4ec8_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:abaabf053be0766126d2c84c00c868bc40aad80d73da5d95ea981216751f4ec8_amd64" }, "product_reference": "openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:abaabf053be0766126d2c84c00c868bc40aad80d73da5d95ea981216751f4ec8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-event-proxy-rhel8@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cloud-event-proxy-rhel8@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64" }, "product_reference": "openshift4/ose-cloud-event-proxy-rhel8@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-event-proxy@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cloud-event-proxy@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64" }, "product_reference": "openshift4/ose-cloud-event-proxy@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capacity@sha256:6a32f1fa6072b2e0d7f87d490bf9beaa242881fc76fa8d6f82717c2d7ab38998_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-capacity@sha256:6a32f1fa6072b2e0d7f87d490bf9beaa242881fc76fa8d6f82717c2d7ab38998_amd64" }, "product_reference": "openshift4/ose-cluster-capacity@sha256:6a32f1fa6072b2e0d7f87d490bf9beaa242881fc76fa8d6f82717c2d7ab38998_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-descheduler-operator@sha256:dadf519c39db8eaca3ae19a7b6b91c22a165dff270b9570af5fd291fa4a47ca7_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-descheduler-operator@sha256:dadf519c39db8eaca3ae19a7b6b91c22a165dff270b9570af5fd291fa4a47ca7_amd64" }, "product_reference": "openshift4/ose-cluster-kube-descheduler-operator@sha256:dadf519c39db8eaca3ae19a7b6b91c22a165dff270b9570af5fd291fa4a47ca7_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:dadf519c39db8eaca3ae19a7b6b91c22a165dff270b9570af5fd291fa4a47ca7_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:dadf519c39db8eaca3ae19a7b6b91c22a165dff270b9570af5fd291fa4a47ca7_amd64" }, "product_reference": "openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:dadf519c39db8eaca3ae19a7b6b91c22a165dff270b9570af5fd291fa4a47ca7_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-nfd-operator@sha256:6bcf297c78bef539449faf9f14ef1a1aad31243e980345fd4fda1cacafed5343_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-cluster-nfd-operator@sha256:6bcf297c78bef539449faf9f14ef1a1aad31243e980345fd4fda1cacafed5343_amd64" }, "product_reference": "openshift4/ose-cluster-nfd-operator@sha256:6bcf297c78bef539449faf9f14ef1a1aad31243e980345fd4fda1cacafed5343_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f345077acab537ded71dc4cb86b7fec95a493759dd13138d35d144bb47e889ab_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f345077acab537ded71dc4cb86b7fec95a493759dd13138d35d144bb47e889ab_amd64" }, "product_reference": "openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f345077acab537ded71dc4cb86b7fec95a493759dd13138d35d144bb47e889ab_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-clusterresourceoverride-rhel8@sha256:bd8759cd6c29f80ffdc77ddebd6d665915ab8ea1b70cd18bcee9452310648bdb_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-clusterresourceoverride-rhel8@sha256:bd8759cd6c29f80ffdc77ddebd6d665915ab8ea1b70cd18bcee9452310648bdb_amd64" }, "product_reference": "openshift4/ose-clusterresourceoverride-rhel8@sha256:bd8759cd6c29f80ffdc77ddebd6d665915ab8ea1b70cd18bcee9452310648bdb_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-contour-rhel8@sha256:63758878dda70562a07a3f49765fbe9e0d6e1b619b73f6b4d7427467f7fc4254_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-contour-rhel8@sha256:63758878dda70562a07a3f49765fbe9e0d6e1b619b73f6b4d7427467f7fc4254_amd64" }, "product_reference": "openshift4/ose-contour-rhel8@sha256:63758878dda70562a07a3f49765fbe9e0d6e1b619b73f6b4d7427467f7fc4254_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3896c25a9de8f94b7330ec6b58808e84d146b183f837522f83e250f4d79cb8a8_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3896c25a9de8f94b7330ec6b58808e84d146b183f837522f83e250f4d79cb8a8_amd64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3896c25a9de8f94b7330ec6b58808e84d146b183f837522f83e250f4d79cb8a8_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-dns-proxy@sha256:e8b1f0c5c193cd7347731e3b3cc0e68ebb70b273bbab95baf09fd6503b6f1ba9_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-egress-dns-proxy@sha256:e8b1f0c5c193cd7347731e3b3cc0e68ebb70b273bbab95baf09fd6503b6f1ba9_amd64" }, "product_reference": "openshift4/ose-egress-dns-proxy@sha256:e8b1f0c5c193cd7347731e3b3cc0e68ebb70b273bbab95baf09fd6503b6f1ba9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-http-proxy@sha256:f9f090903487d0d44ac8432124c82081c8005a8b3b2e7d617fcbe045649937e4_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-egress-http-proxy@sha256:f9f090903487d0d44ac8432124c82081c8005a8b3b2e7d617fcbe045649937e4_amd64" }, "product_reference": "openshift4/ose-egress-http-proxy@sha256:f9f090903487d0d44ac8432124c82081c8005a8b3b2e7d617fcbe045649937e4_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-router@sha256:01e63995414df066a434a31737e274824bca95bb250f5bb70f0a1cd7b6a31953_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-egress-router@sha256:01e63995414df066a434a31737e274824bca95bb250f5bb70f0a1cd7b6a31953_amd64" }, "product_reference": "openshift4/ose-egress-router@sha256:01e63995414df066a434a31737e274824bca95bb250f5bb70f0a1cd7b6a31953_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:dfcc5a6f1e997d0e16f93d7ea244e7a1a50a84df66a9c0e3a5e8b9aef08bc697_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:dfcc5a6f1e997d0e16f93d7ea244e7a1a50a84df66a9c0e3a5e8b9aef08bc697_amd64" }, "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:dfcc5a6f1e997d0e16f93d7ea244e7a1a50a84df66a9c0e3a5e8b9aef08bc697_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b313de17a7db17e587270e172b24122a3bb614fc64675bdb04b1f637ebff8f48_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b313de17a7db17e587270e172b24122a3bb614fc64675bdb04b1f637ebff8f48_amd64" }, "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b313de17a7db17e587270e172b24122a3bb614fc64675bdb04b1f637ebff8f48_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-helm-operator@sha256:16c739f30c876157057b21135118399cd5b5a27fa809358c697df1607fcb89aa_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-helm-operator@sha256:16c739f30c876157057b21135118399cd5b5a27fa809358c697df1607fcb89aa_amd64" }, "product_reference": "openshift4/ose-helm-operator@sha256:16c739f30c876157057b21135118399cd5b5a27fa809358c697df1607fcb89aa_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:032fabec4d3bc7073800aae994278f9f5f2514a0cdc7961813c4d11cf37eb025_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:032fabec4d3bc7073800aae994278f9f5f2514a0cdc7961813c4d11cf37eb025_amd64" }, "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:032fabec4d3bc7073800aae994278f9f5f2514a0cdc7961813c4d11cf37eb025_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-diskmaker@sha256:ff917ee18bd3101a746c71a8d29d86bf7ec61295a86ff8fadf66e771a8332a0f_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-local-storage-diskmaker@sha256:ff917ee18bd3101a746c71a8d29d86bf7ec61295a86ff8fadf66e771a8332a0f_amd64" }, "product_reference": "openshift4/ose-local-storage-diskmaker@sha256:ff917ee18bd3101a746c71a8d29d86bf7ec61295a86ff8fadf66e771a8332a0f_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-mustgather-rhel8@sha256:bb876e7b9319c55b259f4eabd81978b7396a99dfc696454695c6459b65e39bec_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-local-storage-mustgather-rhel8@sha256:bb876e7b9319c55b259f4eabd81978b7396a99dfc696454695c6459b65e39bec_amd64" }, "product_reference": "openshift4/ose-local-storage-mustgather-rhel8@sha256:bb876e7b9319c55b259f4eabd81978b7396a99dfc696454695c6459b65e39bec_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-operator@sha256:9e887a3c00520d68e2206af7fffd0cb81d872e40e57e519829377d88f3bd169e_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-local-storage-operator@sha256:9e887a3c00520d68e2206af7fffd0cb81d872e40e57e519829377d88f3bd169e_amd64" }, "product_reference": "openshift4/ose-local-storage-operator@sha256:9e887a3c00520d68e2206af7fffd0cb81d872e40e57e519829377d88f3bd169e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-node-feature-discovery@sha256:47a9f9b721bcd2a622b011773288126e229330542767655359392526b8678369_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-node-feature-discovery@sha256:47a9f9b721bcd2a622b011773288126e229330542767655359392526b8678369_amd64" }, "product_reference": "openshift4/ose-node-feature-discovery@sha256:47a9f9b721bcd2a622b011773288126e229330542767655359392526b8678369_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-sdk-rhel8@sha256:350b1d292b2ac40077cb405ba8f1de04d545d8e549c98fd017d00ab89a76ffdc_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-operator-sdk-rhel8@sha256:350b1d292b2ac40077cb405ba8f1de04d545d8e549c98fd017d00ab89a76ffdc_amd64" }, "product_reference": "openshift4/ose-operator-sdk-rhel8@sha256:350b1d292b2ac40077cb405ba8f1de04d545d8e549c98fd017d00ab89a76ffdc_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-operator@sha256:54ececa36ef9491647773fd9c21ab4d7daa92c0409a8833218ea9668e1c63179_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-ptp-operator@sha256:54ececa36ef9491647773fd9c21ab4d7daa92c0409a8833218ea9668e1c63179_amd64" }, "product_reference": "openshift4/ose-ptp-operator@sha256:54ececa36ef9491647773fd9c21ab4d7daa92c0409a8833218ea9668e1c63179_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp@sha256:803fd085eae81adf14fd31e914f34aae89925342ca067e50900b1af27b0e0bb5_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-ptp@sha256:803fd085eae81adf14fd31e914f34aae89925342ca067e50900b1af27b0e0bb5_amd64" }, "product_reference": "openshift4/ose-ptp@sha256:803fd085eae81adf14fd31e914f34aae89925342ca067e50900b1af27b0e0bb5_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-cni@sha256:bf693959716549d2f1367f2cb93f5180b8a8c2603407169fcee75aa8bddadb7b_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-sriov-cni@sha256:bf693959716549d2f1367f2cb93f5180b8a8c2603407169fcee75aa8bddadb7b_amd64" }, "product_reference": "openshift4/ose-sriov-cni@sha256:bf693959716549d2f1367f2cb93f5180b8a8c2603407169fcee75aa8bddadb7b_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-dp-admission-controller@sha256:d48325e6cf96fbb476067de111e25bdc750d602f08283bf966a842a04753c4b4_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-sriov-dp-admission-controller@sha256:d48325e6cf96fbb476067de111e25bdc750d602f08283bf966a842a04753c4b4_amd64" }, "product_reference": "openshift4/ose-sriov-dp-admission-controller@sha256:d48325e6cf96fbb476067de111e25bdc750d602f08283bf966a842a04753c4b4_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-infiniband-cni@sha256:5a9429fa2b0da2a0a4394c0b6d03ba6b438599bee8d4639915e8b2e9372b7420_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-sriov-infiniband-cni@sha256:5a9429fa2b0da2a0a4394c0b6d03ba6b438599bee8d4639915e8b2e9372b7420_amd64" }, "product_reference": "openshift4/ose-sriov-infiniband-cni@sha256:5a9429fa2b0da2a0a4394c0b6d03ba6b438599bee8d4639915e8b2e9372b7420_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-config-daemon@sha256:1ed6c9c79a72483611ca1a399dbf875468966eaf049f154283e64e9d7ef5fa33_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-sriov-network-config-daemon@sha256:1ed6c9c79a72483611ca1a399dbf875468966eaf049f154283e64e9d7ef5fa33_amd64" }, "product_reference": "openshift4/ose-sriov-network-config-daemon@sha256:1ed6c9c79a72483611ca1a399dbf875468966eaf049f154283e64e9d7ef5fa33_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-device-plugin@sha256:6631bdb0024b5c48c3ce003aa5d0bebefd94d1d083520d8f2856467d0f8b2c25_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-sriov-network-device-plugin@sha256:6631bdb0024b5c48c3ce003aa5d0bebefd94d1d083520d8f2856467d0f8b2c25_amd64" }, "product_reference": "openshift4/ose-sriov-network-device-plugin@sha256:6631bdb0024b5c48c3ce003aa5d0bebefd94d1d083520d8f2856467d0f8b2c25_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-operator@sha256:0d9ea539470a7f83c471a232554d9474b223f4ddd78f80dbc75acf2ccfd2b97e_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-sriov-network-operator@sha256:0d9ea539470a7f83c471a232554d9474b223f4ddd78f80dbc75acf2ccfd2b97e_amd64" }, "product_reference": "openshift4/ose-sriov-network-operator@sha256:0d9ea539470a7f83c471a232554d9474b223f4ddd78f80dbc75acf2ccfd2b97e_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-webhook@sha256:cc1ea4db5ea3760e5f93b0be3985c4bea58303e51ee5951fc9f7ba8fab2503e0_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-sriov-network-webhook@sha256:cc1ea4db5ea3760e5f93b0be3985c4bea58303e51ee5951fc9f7ba8fab2503e0_amd64" }, "product_reference": "openshift4/ose-sriov-network-webhook@sha256:cc1ea4db5ea3760e5f93b0be3985c4bea58303e51ee5951fc9f7ba8fab2503e0_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:79a076dc2ec9821812ce35a9fdb72978317d8a3c2b5d4b384a7815a0f89394fa_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:79a076dc2ec9821812ce35a9fdb72978317d8a3c2b5d4b384a7815a0f89394fa_amd64" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:79a076dc2ec9821812ce35a9fdb72978317d8a3c2b5d4b384a7815a0f89394fa_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:b8ae092fb760ead1ca9a23fa9f23fc11dee4e05d1028b6e1ab323875a4639ab9_amd64 as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:b8ae092fb760ead1ca9a23fa9f23fc11dee4e05d1028b6e1ab323875a4639ab9_amd64" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:b8ae092fb760ead1ca9a23fa9f23fc11dee4e05d1028b6e1ab323875a4639ab9_amd64", "relates_to_product_reference": "8Base-RHOSE-4.12" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:openshift4/cloud-event-proxy-rhel8@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64", "8Base-RHOSE-4.12:openshift4/kubernetes-nmstate-rhel8-operator@sha256:d9a3de8a5687c8323dccfe4efd6ff51b9b3fd8f60a91e83e5ead75ac83834122_amd64", "8Base-RHOSE-4.12:openshift4/metallb-rhel8-operator@sha256:8e7714ef606d603c03383b53f5581de648f52614b85b445a8309606386d14970_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:6767351952682d50232a964824ad4232c796cf9d9b439853823963e1d5b55e7b_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:abaabf053be0766126d2c84c00c868bc40aad80d73da5d95ea981216751f4ec8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cloud-event-proxy-rhel8@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64", "8Base-RHOSE-4.12:openshift4/ose-cloud-event-proxy@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capacity@sha256:6a32f1fa6072b2e0d7f87d490bf9beaa242881fc76fa8d6f82717c2d7ab38998_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-descheduler-operator@sha256:dadf519c39db8eaca3ae19a7b6b91c22a165dff270b9570af5fd291fa4a47ca7_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:dadf519c39db8eaca3ae19a7b6b91c22a165dff270b9570af5fd291fa4a47ca7_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-nfd-operator@sha256:6bcf297c78bef539449faf9f14ef1a1aad31243e980345fd4fda1cacafed5343_amd64", "8Base-RHOSE-4.12:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f345077acab537ded71dc4cb86b7fec95a493759dd13138d35d144bb47e889ab_amd64", "8Base-RHOSE-4.12:openshift4/ose-clusterresourceoverride-rhel8@sha256:bd8759cd6c29f80ffdc77ddebd6d665915ab8ea1b70cd18bcee9452310648bdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-contour-rhel8@sha256:63758878dda70562a07a3f49765fbe9e0d6e1b619b73f6b4d7427467f7fc4254_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3896c25a9de8f94b7330ec6b58808e84d146b183f837522f83e250f4d79cb8a8_amd64", "8Base-RHOSE-4.12:openshift4/ose-egress-dns-proxy@sha256:e8b1f0c5c193cd7347731e3b3cc0e68ebb70b273bbab95baf09fd6503b6f1ba9_amd64", "8Base-RHOSE-4.12:openshift4/ose-egress-http-proxy@sha256:f9f090903487d0d44ac8432124c82081c8005a8b3b2e7d617fcbe045649937e4_amd64", "8Base-RHOSE-4.12:openshift4/ose-egress-router@sha256:01e63995414df066a434a31737e274824bca95bb250f5bb70f0a1cd7b6a31953_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:dfcc5a6f1e997d0e16f93d7ea244e7a1a50a84df66a9c0e3a5e8b9aef08bc697_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b313de17a7db17e587270e172b24122a3bb614fc64675bdb04b1f637ebff8f48_amd64", "8Base-RHOSE-4.12:openshift4/ose-helm-operator@sha256:16c739f30c876157057b21135118399cd5b5a27fa809358c697df1607fcb89aa_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:032fabec4d3bc7073800aae994278f9f5f2514a0cdc7961813c4d11cf37eb025_amd64", "8Base-RHOSE-4.12:openshift4/ose-local-storage-diskmaker@sha256:ff917ee18bd3101a746c71a8d29d86bf7ec61295a86ff8fadf66e771a8332a0f_amd64", "8Base-RHOSE-4.12:openshift4/ose-local-storage-mustgather-rhel8@sha256:bb876e7b9319c55b259f4eabd81978b7396a99dfc696454695c6459b65e39bec_amd64", "8Base-RHOSE-4.12:openshift4/ose-local-storage-operator@sha256:9e887a3c00520d68e2206af7fffd0cb81d872e40e57e519829377d88f3bd169e_amd64", "8Base-RHOSE-4.12:openshift4/ose-node-feature-discovery@sha256:47a9f9b721bcd2a622b011773288126e229330542767655359392526b8678369_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-sdk-rhel8@sha256:350b1d292b2ac40077cb405ba8f1de04d545d8e549c98fd017d00ab89a76ffdc_amd64", "8Base-RHOSE-4.12:openshift4/ose-ptp-operator@sha256:54ececa36ef9491647773fd9c21ab4d7daa92c0409a8833218ea9668e1c63179_amd64", "8Base-RHOSE-4.12:openshift4/ose-ptp@sha256:803fd085eae81adf14fd31e914f34aae89925342ca067e50900b1af27b0e0bb5_amd64", "8Base-RHOSE-4.12:openshift4/ose-sriov-cni@sha256:bf693959716549d2f1367f2cb93f5180b8a8c2603407169fcee75aa8bddadb7b_amd64", "8Base-RHOSE-4.12:openshift4/ose-sriov-dp-admission-controller@sha256:d48325e6cf96fbb476067de111e25bdc750d602f08283bf966a842a04753c4b4_amd64", "8Base-RHOSE-4.12:openshift4/ose-sriov-infiniband-cni@sha256:5a9429fa2b0da2a0a4394c0b6d03ba6b438599bee8d4639915e8b2e9372b7420_amd64", "8Base-RHOSE-4.12:openshift4/ose-sriov-network-config-daemon@sha256:1ed6c9c79a72483611ca1a399dbf875468966eaf049f154283e64e9d7ef5fa33_amd64", "8Base-RHOSE-4.12:openshift4/ose-sriov-network-device-plugin@sha256:6631bdb0024b5c48c3ce003aa5d0bebefd94d1d083520d8f2856467d0f8b2c25_amd64", "8Base-RHOSE-4.12:openshift4/ose-sriov-network-operator@sha256:0d9ea539470a7f83c471a232554d9474b223f4ddd78f80dbc75acf2ccfd2b97e_amd64", "8Base-RHOSE-4.12:openshift4/ose-sriov-network-webhook@sha256:cc1ea4db5ea3760e5f93b0be3985c4bea58303e51ee5951fc9f7ba8fab2503e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:79a076dc2ec9821812ce35a9fdb72978317d8a3c2b5d4b384a7815a0f89394fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:b8ae092fb760ead1ca9a23fa9f23fc11dee4e05d1028b6e1ab323875a4639ab9_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "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-RHOSE-4.12:openshift4/ose-ansible-operator@sha256:6ce836d2edd59115de5effcfeae86c3a2c71194cfe8c5e966049f7534c7739ee_amd64" ], "known_not_affected": [ "8Base-RHOSE-4.12:openshift4/cloud-event-proxy-rhel8@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64", "8Base-RHOSE-4.12:openshift4/kubernetes-nmstate-rhel8-operator@sha256:d9a3de8a5687c8323dccfe4efd6ff51b9b3fd8f60a91e83e5ead75ac83834122_amd64", "8Base-RHOSE-4.12:openshift4/metallb-rhel8-operator@sha256:8e7714ef606d603c03383b53f5581de648f52614b85b445a8309606386d14970_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:6767351952682d50232a964824ad4232c796cf9d9b439853823963e1d5b55e7b_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:abaabf053be0766126d2c84c00c868bc40aad80d73da5d95ea981216751f4ec8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cloud-event-proxy-rhel8@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64", "8Base-RHOSE-4.12:openshift4/ose-cloud-event-proxy@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capacity@sha256:6a32f1fa6072b2e0d7f87d490bf9beaa242881fc76fa8d6f82717c2d7ab38998_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-descheduler-operator@sha256:dadf519c39db8eaca3ae19a7b6b91c22a165dff270b9570af5fd291fa4a47ca7_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:dadf519c39db8eaca3ae19a7b6b91c22a165dff270b9570af5fd291fa4a47ca7_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-nfd-operator@sha256:6bcf297c78bef539449faf9f14ef1a1aad31243e980345fd4fda1cacafed5343_amd64", "8Base-RHOSE-4.12:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f345077acab537ded71dc4cb86b7fec95a493759dd13138d35d144bb47e889ab_amd64", "8Base-RHOSE-4.12:openshift4/ose-clusterresourceoverride-rhel8@sha256:bd8759cd6c29f80ffdc77ddebd6d665915ab8ea1b70cd18bcee9452310648bdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-contour-rhel8@sha256:63758878dda70562a07a3f49765fbe9e0d6e1b619b73f6b4d7427467f7fc4254_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3896c25a9de8f94b7330ec6b58808e84d146b183f837522f83e250f4d79cb8a8_amd64", "8Base-RHOSE-4.12:openshift4/ose-egress-dns-proxy@sha256:e8b1f0c5c193cd7347731e3b3cc0e68ebb70b273bbab95baf09fd6503b6f1ba9_amd64", "8Base-RHOSE-4.12:openshift4/ose-egress-http-proxy@sha256:f9f090903487d0d44ac8432124c82081c8005a8b3b2e7d617fcbe045649937e4_amd64", "8Base-RHOSE-4.12:openshift4/ose-egress-router@sha256:01e63995414df066a434a31737e274824bca95bb250f5bb70f0a1cd7b6a31953_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:dfcc5a6f1e997d0e16f93d7ea244e7a1a50a84df66a9c0e3a5e8b9aef08bc697_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b313de17a7db17e587270e172b24122a3bb614fc64675bdb04b1f637ebff8f48_amd64", "8Base-RHOSE-4.12:openshift4/ose-helm-operator@sha256:16c739f30c876157057b21135118399cd5b5a27fa809358c697df1607fcb89aa_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:032fabec4d3bc7073800aae994278f9f5f2514a0cdc7961813c4d11cf37eb025_amd64", "8Base-RHOSE-4.12:openshift4/ose-local-storage-diskmaker@sha256:ff917ee18bd3101a746c71a8d29d86bf7ec61295a86ff8fadf66e771a8332a0f_amd64", "8Base-RHOSE-4.12:openshift4/ose-local-storage-mustgather-rhel8@sha256:bb876e7b9319c55b259f4eabd81978b7396a99dfc696454695c6459b65e39bec_amd64", "8Base-RHOSE-4.12:openshift4/ose-local-storage-operator@sha256:9e887a3c00520d68e2206af7fffd0cb81d872e40e57e519829377d88f3bd169e_amd64", "8Base-RHOSE-4.12:openshift4/ose-node-feature-discovery@sha256:47a9f9b721bcd2a622b011773288126e229330542767655359392526b8678369_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-sdk-rhel8@sha256:350b1d292b2ac40077cb405ba8f1de04d545d8e549c98fd017d00ab89a76ffdc_amd64", "8Base-RHOSE-4.12:openshift4/ose-ptp-operator@sha256:54ececa36ef9491647773fd9c21ab4d7daa92c0409a8833218ea9668e1c63179_amd64", "8Base-RHOSE-4.12:openshift4/ose-ptp@sha256:803fd085eae81adf14fd31e914f34aae89925342ca067e50900b1af27b0e0bb5_amd64", "8Base-RHOSE-4.12:openshift4/ose-sriov-cni@sha256:bf693959716549d2f1367f2cb93f5180b8a8c2603407169fcee75aa8bddadb7b_amd64", "8Base-RHOSE-4.12:openshift4/ose-sriov-dp-admission-controller@sha256:d48325e6cf96fbb476067de111e25bdc750d602f08283bf966a842a04753c4b4_amd64", "8Base-RHOSE-4.12:openshift4/ose-sriov-infiniband-cni@sha256:5a9429fa2b0da2a0a4394c0b6d03ba6b438599bee8d4639915e8b2e9372b7420_amd64", "8Base-RHOSE-4.12:openshift4/ose-sriov-network-config-daemon@sha256:1ed6c9c79a72483611ca1a399dbf875468966eaf049f154283e64e9d7ef5fa33_amd64", "8Base-RHOSE-4.12:openshift4/ose-sriov-network-device-plugin@sha256:6631bdb0024b5c48c3ce003aa5d0bebefd94d1d083520d8f2856467d0f8b2c25_amd64", "8Base-RHOSE-4.12:openshift4/ose-sriov-network-operator@sha256:0d9ea539470a7f83c471a232554d9474b223f4ddd78f80dbc75acf2ccfd2b97e_amd64", "8Base-RHOSE-4.12:openshift4/ose-sriov-network-webhook@sha256:cc1ea4db5ea3760e5f93b0be3985c4bea58303e51ee5951fc9f7ba8fab2503e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:79a076dc2ec9821812ce35a9fdb72978317d8a3c2b5d4b384a7815a0f89394fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:b8ae092fb760ead1ca9a23fa9f23fc11dee4e05d1028b6e1ab323875a4639ab9_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-13T00:42:45+00:00", "details": "For OpenShift Container Platform 4.12 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html", "product_ids": [ "8Base-RHOSE-4.12:openshift4/ose-ansible-operator@sha256:6ce836d2edd59115de5effcfeae86c3a2c71194cfe8c5e966049f7534c7739ee_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1241" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:openshift4/cloud-event-proxy-rhel8@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64", "8Base-RHOSE-4.12:openshift4/kubernetes-nmstate-rhel8-operator@sha256:d9a3de8a5687c8323dccfe4efd6ff51b9b3fd8f60a91e83e5ead75ac83834122_amd64", "8Base-RHOSE-4.12:openshift4/metallb-rhel8-operator@sha256:8e7714ef606d603c03383b53f5581de648f52614b85b445a8309606386d14970_amd64", "8Base-RHOSE-4.12:openshift4/ose-ansible-operator@sha256:6ce836d2edd59115de5effcfeae86c3a2c71194cfe8c5e966049f7534c7739ee_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-efs-csi-driver-container-rhel8@sha256:6767351952682d50232a964824ad4232c796cf9d9b439853823963e1d5b55e7b_amd64", "8Base-RHOSE-4.12:openshift4/ose-aws-efs-csi-driver-rhel8-operator@sha256:abaabf053be0766126d2c84c00c868bc40aad80d73da5d95ea981216751f4ec8_amd64", "8Base-RHOSE-4.12:openshift4/ose-cloud-event-proxy-rhel8@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64", "8Base-RHOSE-4.12:openshift4/ose-cloud-event-proxy@sha256:b8ea13af0ca7e52b10f133c749e5a58390135348933771581df3a4cca6f013bd_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-capacity@sha256:6a32f1fa6072b2e0d7f87d490bf9beaa242881fc76fa8d6f82717c2d7ab38998_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-descheduler-operator@sha256:dadf519c39db8eaca3ae19a7b6b91c22a165dff270b9570af5fd291fa4a47ca7_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-kube-descheduler-rhel8-operator@sha256:dadf519c39db8eaca3ae19a7b6b91c22a165dff270b9570af5fd291fa4a47ca7_amd64", "8Base-RHOSE-4.12:openshift4/ose-cluster-nfd-operator@sha256:6bcf297c78bef539449faf9f14ef1a1aad31243e980345fd4fda1cacafed5343_amd64", "8Base-RHOSE-4.12:openshift4/ose-clusterresourceoverride-rhel8-operator@sha256:f345077acab537ded71dc4cb86b7fec95a493759dd13138d35d144bb47e889ab_amd64", "8Base-RHOSE-4.12:openshift4/ose-clusterresourceoverride-rhel8@sha256:bd8759cd6c29f80ffdc77ddebd6d665915ab8ea1b70cd18bcee9452310648bdb_amd64", "8Base-RHOSE-4.12:openshift4/ose-contour-rhel8@sha256:63758878dda70562a07a3f49765fbe9e0d6e1b619b73f6b4d7427467f7fc4254_amd64", "8Base-RHOSE-4.12:openshift4/ose-csi-driver-shared-resource-mustgather-rhel8@sha256:3896c25a9de8f94b7330ec6b58808e84d146b183f837522f83e250f4d79cb8a8_amd64", "8Base-RHOSE-4.12:openshift4/ose-egress-dns-proxy@sha256:e8b1f0c5c193cd7347731e3b3cc0e68ebb70b273bbab95baf09fd6503b6f1ba9_amd64", "8Base-RHOSE-4.12:openshift4/ose-egress-http-proxy@sha256:f9f090903487d0d44ac8432124c82081c8005a8b3b2e7d617fcbe045649937e4_amd64", "8Base-RHOSE-4.12:openshift4/ose-egress-router@sha256:01e63995414df066a434a31737e274824bca95bb250f5bb70f0a1cd7b6a31953_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-filestore-csi-driver-rhel8-operator@sha256:dfcc5a6f1e997d0e16f93d7ea244e7a1a50a84df66a9c0e3a5e8b9aef08bc697_amd64", "8Base-RHOSE-4.12:openshift4/ose-gcp-filestore-csi-driver-rhel8@sha256:b313de17a7db17e587270e172b24122a3bb614fc64675bdb04b1f637ebff8f48_amd64", "8Base-RHOSE-4.12:openshift4/ose-helm-operator@sha256:16c739f30c876157057b21135118399cd5b5a27fa809358c697df1607fcb89aa_amd64", "8Base-RHOSE-4.12:openshift4/ose-kubernetes-nmstate-handler-rhel8@sha256:032fabec4d3bc7073800aae994278f9f5f2514a0cdc7961813c4d11cf37eb025_amd64", "8Base-RHOSE-4.12:openshift4/ose-local-storage-diskmaker@sha256:ff917ee18bd3101a746c71a8d29d86bf7ec61295a86ff8fadf66e771a8332a0f_amd64", "8Base-RHOSE-4.12:openshift4/ose-local-storage-mustgather-rhel8@sha256:bb876e7b9319c55b259f4eabd81978b7396a99dfc696454695c6459b65e39bec_amd64", "8Base-RHOSE-4.12:openshift4/ose-local-storage-operator@sha256:9e887a3c00520d68e2206af7fffd0cb81d872e40e57e519829377d88f3bd169e_amd64", "8Base-RHOSE-4.12:openshift4/ose-node-feature-discovery@sha256:47a9f9b721bcd2a622b011773288126e229330542767655359392526b8678369_amd64", "8Base-RHOSE-4.12:openshift4/ose-operator-sdk-rhel8@sha256:350b1d292b2ac40077cb405ba8f1de04d545d8e549c98fd017d00ab89a76ffdc_amd64", "8Base-RHOSE-4.12:openshift4/ose-ptp-operator@sha256:54ececa36ef9491647773fd9c21ab4d7daa92c0409a8833218ea9668e1c63179_amd64", "8Base-RHOSE-4.12:openshift4/ose-ptp@sha256:803fd085eae81adf14fd31e914f34aae89925342ca067e50900b1af27b0e0bb5_amd64", "8Base-RHOSE-4.12:openshift4/ose-sriov-cni@sha256:bf693959716549d2f1367f2cb93f5180b8a8c2603407169fcee75aa8bddadb7b_amd64", "8Base-RHOSE-4.12:openshift4/ose-sriov-dp-admission-controller@sha256:d48325e6cf96fbb476067de111e25bdc750d602f08283bf966a842a04753c4b4_amd64", "8Base-RHOSE-4.12:openshift4/ose-sriov-infiniband-cni@sha256:5a9429fa2b0da2a0a4394c0b6d03ba6b438599bee8d4639915e8b2e9372b7420_amd64", "8Base-RHOSE-4.12:openshift4/ose-sriov-network-config-daemon@sha256:1ed6c9c79a72483611ca1a399dbf875468966eaf049f154283e64e9d7ef5fa33_amd64", "8Base-RHOSE-4.12:openshift4/ose-sriov-network-device-plugin@sha256:6631bdb0024b5c48c3ce003aa5d0bebefd94d1d083520d8f2856467d0f8b2c25_amd64", "8Base-RHOSE-4.12:openshift4/ose-sriov-network-operator@sha256:0d9ea539470a7f83c471a232554d9474b223f4ddd78f80dbc75acf2ccfd2b97e_amd64", "8Base-RHOSE-4.12:openshift4/ose-sriov-network-webhook@sha256:cc1ea4db5ea3760e5f93b0be3985c4bea58303e51ee5951fc9f7ba8fab2503e0_amd64", "8Base-RHOSE-4.12:openshift4/ose-vertical-pod-autoscaler-rhel8-operator@sha256:79a076dc2ec9821812ce35a9fdb72978317d8a3c2b5d4b384a7815a0f89394fa_amd64", "8Base-RHOSE-4.12:openshift4/ose-vertical-pod-autoscaler-rhel8@sha256:b8ae092fb760ead1ca9a23fa9f23fc11dee4e05d1028b6e1ab323875a4639ab9_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhsa-2025:0830
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Container Platform release 4.16.33 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.16.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.16.33. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:0828\n\nSecurity Fix(es):\n\n* podman: buildah: Container breakout by using --jobs=2 and a race\ncondition when building a malicious Containerfile (CVE-2024-11218)\n* jinja2: Jinja has a sandbox breakout through malicious filenames\n(CVE-2024-56201)\n* jinja2: Jinja has a sandbox breakout through indirect reference to format\nmethod (CVE-2024-56326)\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\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.16/updating/updating_a_cluster/updating-cluster-cli.html", "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-2025:0830", "url": "https://access.redhat.com/errata/RHSA-2025:0830" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2326231", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326231" }, { "category": "external", "summary": "2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0830.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.16.33 packages and security update", "tracking": { "current_release_date": "2025-02-20T01:58:11+00:00", "generator": { "date": "2025-02-20T01:58:11+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0830", "initial_release_date": "2025-02-10T06:29:38+00:00", "revision_history": [ { "date": "2025-02-10T06:29:38+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-10T06:29:38+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T01:58:11+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.16", "product": { "name": "Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.16::el9" } } }, { "category": "product_name", "name": "Ironic content for Red Hat OpenShift Container Platform 4.16", "product": { "name": "Ironic content for Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-IRONIC-4.16", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_ironic:4.16::el9" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.16", "product": { "name": "Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.16::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.src", "product": { "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.src", "product_id": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.12-4.rhaos4.16.gitadc9401.el9?arch=src" } } }, { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.16.el9.src", "product": { "name": "crun-0:1.17-2.rhaos4.16.el9.src", "product_id": "crun-0:1.17-2.rhaos4.16.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.16.el9?arch=src" } } }, { "category": "product_version", "name": "podman-4:4.9.4-15.rhaos4.16.el9.src", "product": { "name": "podman-4:4.9.4-15.rhaos4.16.el9.src", "product_id": "podman-4:4.9.4-15.rhaos4.16.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-15.rhaos4.16.el9?arch=src\u0026epoch=4" } } }, { "category": "product_version", "name": "python-jinja2-0:3.0.1-6.el9.2.src", "product": { "name": "python-jinja2-0:3.0.1-6.el9.2.src", "product_id": "python-jinja2-0:3.0.1-6.el9.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@3.0.1-6.el9.2?arch=src" } } }, { "category": "product_version", "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.src", "product": { "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.src", "product_id": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.12-4.rhaos4.16.gitadc9401.el8?arch=src" } } }, { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.16.el8.src", "product": { "name": "crun-0:1.17-2.rhaos4.16.el8.src", "product_id": "crun-0:1.17-2.rhaos4.16.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.16.el8?arch=src" } } }, { "category": "product_version", "name": "podman-4:4.9.4-13.rhaos4.16.el8.src", "product": { "name": "podman-4:4.9.4-13.rhaos4.16.el8.src", "product_id": "podman-4:4.9.4-13.rhaos4.16.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-13.rhaos4.16.el8?arch=src\u0026epoch=4" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "product": { "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "product_id": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.12-4.rhaos4.16.gitadc9401.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "product": { "name": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "product_id": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.12-4.rhaos4.16.gitadc9401.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "product": { "name": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "product_id": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.12-4.rhaos4.16.gitadc9401.el9?arch=x86_64" } } }, { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.16.el9.x86_64", "product": { "name": "crun-0:1.17-2.rhaos4.16.el9.x86_64", "product_id": "crun-0:1.17-2.rhaos4.16.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.16.el9?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.17-2.rhaos4.16.el9.x86_64", "product": { "name": "crun-debugsource-0:1.17-2.rhaos4.16.el9.x86_64", "product_id": "crun-debugsource-0:1.17-2.rhaos4.16.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.17-2.rhaos4.16.el9?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.17-2.rhaos4.16.el9.x86_64", "product": { "name": "crun-debuginfo-0:1.17-2.rhaos4.16.el9.x86_64", "product_id": "crun-debuginfo-0:1.17-2.rhaos4.16.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.17-2.rhaos4.16.el9?arch=x86_64" } } }, { "category": "product_version", "name": "podman-4:4.9.4-15.rhaos4.16.el9.x86_64", "product": { "name": "podman-4:4.9.4-15.rhaos4.16.el9.x86_64", "product_id": "podman-4:4.9.4-15.rhaos4.16.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-15.rhaos4.16.el9?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-4:4.9.4-15.rhaos4.16.el9.x86_64", "product": { "name": "podman-plugins-4:4.9.4-15.rhaos4.16.el9.x86_64", "product_id": "podman-plugins-4:4.9.4-15.rhaos4.16.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.9.4-15.rhaos4.16.el9?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-4:4.9.4-15.rhaos4.16.el9.x86_64", "product": { "name": "podman-remote-4:4.9.4-15.rhaos4.16.el9.x86_64", "product_id": "podman-remote-4:4.9.4-15.rhaos4.16.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.9.4-15.rhaos4.16.el9?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-tests-4:4.9.4-15.rhaos4.16.el9.x86_64", "product": { "name": "podman-tests-4:4.9.4-15.rhaos4.16.el9.x86_64", "product_id": "podman-tests-4:4.9.4-15.rhaos4.16.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.9.4-15.rhaos4.16.el9?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debugsource-4:4.9.4-15.rhaos4.16.el9.x86_64", "product": { "name": "podman-debugsource-4:4.9.4-15.rhaos4.16.el9.x86_64", "product_id": "podman-debugsource-4:4.9.4-15.rhaos4.16.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-15.rhaos4.16.el9?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "product": { "name": "podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "product_id": "podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-15.rhaos4.16.el9?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "product": { "name": "podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "product_id": "podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-15.rhaos4.16.el9?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "product": { "name": "podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "product_id": "podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-15.rhaos4.16.el9?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "product": { "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "product_id": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.12-4.rhaos4.16.gitadc9401.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "product": { "name": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "product_id": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.12-4.rhaos4.16.gitadc9401.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "product": { "name": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "product_id": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.12-4.rhaos4.16.gitadc9401.el8?arch=x86_64" } } }, { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.16.el8.x86_64", "product": { "name": "crun-0:1.17-2.rhaos4.16.el8.x86_64", "product_id": "crun-0:1.17-2.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.16.el8?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.17-2.rhaos4.16.el8.x86_64", "product": { "name": "crun-debugsource-0:1.17-2.rhaos4.16.el8.x86_64", "product_id": "crun-debugsource-0:1.17-2.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.17-2.rhaos4.16.el8?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.17-2.rhaos4.16.el8.x86_64", "product": { "name": "crun-debuginfo-0:1.17-2.rhaos4.16.el8.x86_64", "product_id": "crun-debuginfo-0:1.17-2.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.17-2.rhaos4.16.el8?arch=x86_64" } } }, { "category": "product_version", "name": "podman-4:4.9.4-13.rhaos4.16.el8.x86_64", "product": { "name": "podman-4:4.9.4-13.rhaos4.16.el8.x86_64", "product_id": "podman-4:4.9.4-13.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-13.rhaos4.16.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-catatonit-4:4.9.4-13.rhaos4.16.el8.x86_64", "product": { "name": "podman-catatonit-4:4.9.4-13.rhaos4.16.el8.x86_64", "product_id": "podman-catatonit-4:4.9.4-13.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-13.rhaos4.16.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.x86_64", "product": { "name": "podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.x86_64", "product_id": "podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-13.rhaos4.16.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-4:4.9.4-13.rhaos4.16.el8.x86_64", "product": { "name": "podman-plugins-4:4.9.4-13.rhaos4.16.el8.x86_64", "product_id": "podman-plugins-4:4.9.4-13.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.9.4-13.rhaos4.16.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-4:4.9.4-13.rhaos4.16.el8.x86_64", "product": { "name": "podman-remote-4:4.9.4-13.rhaos4.16.el8.x86_64", "product_id": "podman-remote-4:4.9.4-13.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.9.4-13.rhaos4.16.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-tests-4:4.9.4-13.rhaos4.16.el8.x86_64", "product": { "name": "podman-tests-4:4.9.4-13.rhaos4.16.el8.x86_64", "product_id": "podman-tests-4:4.9.4-13.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.9.4-13.rhaos4.16.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debugsource-4:4.9.4-13.rhaos4.16.el8.x86_64", "product": { "name": "podman-debugsource-4:4.9.4-13.rhaos4.16.el8.x86_64", "product_id": "podman-debugsource-4:4.9.4-13.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-13.rhaos4.16.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "product": { "name": "podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "product_id": "podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-13.rhaos4.16.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "product": { "name": "podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "product_id": "podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-13.rhaos4.16.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "product": { "name": "podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "product_id": "podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-13.rhaos4.16.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "product": { "name": "podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "product_id": "podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-13.rhaos4.16.el8?arch=x86_64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "product": { "name": "podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "product_id": "podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-13.rhaos4.16.el8?arch=x86_64\u0026epoch=4" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "product": { "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "product_id": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.12-4.rhaos4.16.gitadc9401.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "product": { "name": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "product_id": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.12-4.rhaos4.16.gitadc9401.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "product": { "name": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "product_id": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.12-4.rhaos4.16.gitadc9401.el9?arch=aarch64" } } }, { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.16.el9.aarch64", "product": { "name": "crun-0:1.17-2.rhaos4.16.el9.aarch64", "product_id": "crun-0:1.17-2.rhaos4.16.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.16.el9?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.17-2.rhaos4.16.el9.aarch64", "product": { "name": "crun-debugsource-0:1.17-2.rhaos4.16.el9.aarch64", "product_id": "crun-debugsource-0:1.17-2.rhaos4.16.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.17-2.rhaos4.16.el9?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.17-2.rhaos4.16.el9.aarch64", "product": { "name": "crun-debuginfo-0:1.17-2.rhaos4.16.el9.aarch64", "product_id": "crun-debuginfo-0:1.17-2.rhaos4.16.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.17-2.rhaos4.16.el9?arch=aarch64" } } }, { "category": "product_version", "name": "podman-4:4.9.4-15.rhaos4.16.el9.aarch64", "product": { "name": "podman-4:4.9.4-15.rhaos4.16.el9.aarch64", "product_id": "podman-4:4.9.4-15.rhaos4.16.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-15.rhaos4.16.el9?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-4:4.9.4-15.rhaos4.16.el9.aarch64", "product": { "name": "podman-plugins-4:4.9.4-15.rhaos4.16.el9.aarch64", "product_id": "podman-plugins-4:4.9.4-15.rhaos4.16.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.9.4-15.rhaos4.16.el9?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-4:4.9.4-15.rhaos4.16.el9.aarch64", "product": { "name": "podman-remote-4:4.9.4-15.rhaos4.16.el9.aarch64", "product_id": "podman-remote-4:4.9.4-15.rhaos4.16.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.9.4-15.rhaos4.16.el9?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-tests-4:4.9.4-15.rhaos4.16.el9.aarch64", "product": { "name": "podman-tests-4:4.9.4-15.rhaos4.16.el9.aarch64", "product_id": "podman-tests-4:4.9.4-15.rhaos4.16.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.9.4-15.rhaos4.16.el9?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debugsource-4:4.9.4-15.rhaos4.16.el9.aarch64", "product": { "name": "podman-debugsource-4:4.9.4-15.rhaos4.16.el9.aarch64", "product_id": "podman-debugsource-4:4.9.4-15.rhaos4.16.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-15.rhaos4.16.el9?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "product": { "name": "podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "product_id": "podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-15.rhaos4.16.el9?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "product": { "name": "podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "product_id": "podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-15.rhaos4.16.el9?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "product": { "name": "podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "product_id": "podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-15.rhaos4.16.el9?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "product": { "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "product_id": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.12-4.rhaos4.16.gitadc9401.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "product": { "name": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "product_id": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.12-4.rhaos4.16.gitadc9401.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "product": { "name": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "product_id": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.12-4.rhaos4.16.gitadc9401.el8?arch=aarch64" } } }, { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.16.el8.aarch64", "product": { "name": "crun-0:1.17-2.rhaos4.16.el8.aarch64", "product_id": "crun-0:1.17-2.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.16.el8?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.17-2.rhaos4.16.el8.aarch64", "product": { "name": "crun-debugsource-0:1.17-2.rhaos4.16.el8.aarch64", "product_id": "crun-debugsource-0:1.17-2.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.17-2.rhaos4.16.el8?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.17-2.rhaos4.16.el8.aarch64", "product": { "name": "crun-debuginfo-0:1.17-2.rhaos4.16.el8.aarch64", "product_id": "crun-debuginfo-0:1.17-2.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.17-2.rhaos4.16.el8?arch=aarch64" } } }, { "category": "product_version", "name": "podman-4:4.9.4-13.rhaos4.16.el8.aarch64", "product": { "name": "podman-4:4.9.4-13.rhaos4.16.el8.aarch64", "product_id": "podman-4:4.9.4-13.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-13.rhaos4.16.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-catatonit-4:4.9.4-13.rhaos4.16.el8.aarch64", "product": { "name": "podman-catatonit-4:4.9.4-13.rhaos4.16.el8.aarch64", "product_id": "podman-catatonit-4:4.9.4-13.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-13.rhaos4.16.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.aarch64", "product": { "name": "podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.aarch64", "product_id": "podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-13.rhaos4.16.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-4:4.9.4-13.rhaos4.16.el8.aarch64", "product": { "name": "podman-plugins-4:4.9.4-13.rhaos4.16.el8.aarch64", "product_id": "podman-plugins-4:4.9.4-13.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.9.4-13.rhaos4.16.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-4:4.9.4-13.rhaos4.16.el8.aarch64", "product": { "name": "podman-remote-4:4.9.4-13.rhaos4.16.el8.aarch64", "product_id": "podman-remote-4:4.9.4-13.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.9.4-13.rhaos4.16.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-tests-4:4.9.4-13.rhaos4.16.el8.aarch64", "product": { "name": "podman-tests-4:4.9.4-13.rhaos4.16.el8.aarch64", "product_id": "podman-tests-4:4.9.4-13.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.9.4-13.rhaos4.16.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debugsource-4:4.9.4-13.rhaos4.16.el8.aarch64", "product": { "name": "podman-debugsource-4:4.9.4-13.rhaos4.16.el8.aarch64", "product_id": "podman-debugsource-4:4.9.4-13.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-13.rhaos4.16.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "product": { "name": "podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "product_id": "podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-13.rhaos4.16.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "product": { "name": "podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "product_id": "podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-13.rhaos4.16.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "product": { "name": "podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "product_id": "podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-13.rhaos4.16.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "product": { "name": "podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "product_id": "podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-13.rhaos4.16.el8?arch=aarch64\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "product": { "name": "podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "product_id": "podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-13.rhaos4.16.el8?arch=aarch64\u0026epoch=4" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "product": { "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "product_id": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.12-4.rhaos4.16.gitadc9401.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "product": { "name": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "product_id": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.12-4.rhaos4.16.gitadc9401.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "product_id": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.12-4.rhaos4.16.gitadc9401.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.16.el9.ppc64le", "product": { "name": "crun-0:1.17-2.rhaos4.16.el9.ppc64le", "product_id": "crun-0:1.17-2.rhaos4.16.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.16.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.17-2.rhaos4.16.el9.ppc64le", "product": { "name": "crun-debugsource-0:1.17-2.rhaos4.16.el9.ppc64le", "product_id": "crun-debugsource-0:1.17-2.rhaos4.16.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.17-2.rhaos4.16.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.17-2.rhaos4.16.el9.ppc64le", "product": { "name": "crun-debuginfo-0:1.17-2.rhaos4.16.el9.ppc64le", "product_id": "crun-debuginfo-0:1.17-2.rhaos4.16.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.17-2.rhaos4.16.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "podman-4:4.9.4-15.rhaos4.16.el9.ppc64le", "product": { "name": "podman-4:4.9.4-15.rhaos4.16.el9.ppc64le", "product_id": "podman-4:4.9.4-15.rhaos4.16.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-15.rhaos4.16.el9?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-4:4.9.4-15.rhaos4.16.el9.ppc64le", "product": { "name": "podman-plugins-4:4.9.4-15.rhaos4.16.el9.ppc64le", "product_id": "podman-plugins-4:4.9.4-15.rhaos4.16.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.9.4-15.rhaos4.16.el9?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-4:4.9.4-15.rhaos4.16.el9.ppc64le", "product": { "name": "podman-remote-4:4.9.4-15.rhaos4.16.el9.ppc64le", "product_id": "podman-remote-4:4.9.4-15.rhaos4.16.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.9.4-15.rhaos4.16.el9?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-tests-4:4.9.4-15.rhaos4.16.el9.ppc64le", "product": { "name": "podman-tests-4:4.9.4-15.rhaos4.16.el9.ppc64le", "product_id": "podman-tests-4:4.9.4-15.rhaos4.16.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.9.4-15.rhaos4.16.el9?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debugsource-4:4.9.4-15.rhaos4.16.el9.ppc64le", "product": { "name": "podman-debugsource-4:4.9.4-15.rhaos4.16.el9.ppc64le", "product_id": "podman-debugsource-4:4.9.4-15.rhaos4.16.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-15.rhaos4.16.el9?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "product": { "name": "podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "product_id": "podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-15.rhaos4.16.el9?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "product": { "name": "podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "product_id": "podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-15.rhaos4.16.el9?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "product": { "name": "podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "product_id": "podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-15.rhaos4.16.el9?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "product": { "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "product_id": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.12-4.rhaos4.16.gitadc9401.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "product": { "name": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "product_id": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.12-4.rhaos4.16.gitadc9401.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "product_id": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.12-4.rhaos4.16.gitadc9401.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.16.el8.ppc64le", "product": { "name": "crun-0:1.17-2.rhaos4.16.el8.ppc64le", "product_id": "crun-0:1.17-2.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.16.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.17-2.rhaos4.16.el8.ppc64le", "product": { "name": "crun-debugsource-0:1.17-2.rhaos4.16.el8.ppc64le", "product_id": "crun-debugsource-0:1.17-2.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.17-2.rhaos4.16.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.17-2.rhaos4.16.el8.ppc64le", "product": { "name": "crun-debuginfo-0:1.17-2.rhaos4.16.el8.ppc64le", "product_id": "crun-debuginfo-0:1.17-2.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.17-2.rhaos4.16.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "podman-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product": { "name": "podman-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product_id": "podman-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-13.rhaos4.16.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-catatonit-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product": { "name": "podman-catatonit-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product_id": "podman-catatonit-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-13.rhaos4.16.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product": { "name": "podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product_id": "podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-13.rhaos4.16.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product": { "name": "podman-plugins-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product_id": "podman-plugins-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.9.4-13.rhaos4.16.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product": { "name": "podman-remote-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product_id": "podman-remote-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.9.4-13.rhaos4.16.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-tests-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product": { "name": "podman-tests-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product_id": "podman-tests-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.9.4-13.rhaos4.16.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debugsource-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product": { "name": "podman-debugsource-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product_id": "podman-debugsource-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-13.rhaos4.16.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product": { "name": "podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product_id": "podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-13.rhaos4.16.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product": { "name": "podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product_id": "podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-13.rhaos4.16.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product": { "name": "podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product_id": "podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-13.rhaos4.16.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product": { "name": "podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product_id": "podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-13.rhaos4.16.el8?arch=ppc64le\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product": { "name": "podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product_id": "podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-13.rhaos4.16.el8?arch=ppc64le\u0026epoch=4" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "product": { "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "product_id": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.12-4.rhaos4.16.gitadc9401.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "product": { "name": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "product_id": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.12-4.rhaos4.16.gitadc9401.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "product": { "name": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "product_id": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.12-4.rhaos4.16.gitadc9401.el9?arch=s390x" } } }, { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.16.el9.s390x", "product": { "name": "crun-0:1.17-2.rhaos4.16.el9.s390x", "product_id": "crun-0:1.17-2.rhaos4.16.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.16.el9?arch=s390x" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.17-2.rhaos4.16.el9.s390x", "product": { "name": "crun-debugsource-0:1.17-2.rhaos4.16.el9.s390x", "product_id": "crun-debugsource-0:1.17-2.rhaos4.16.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.17-2.rhaos4.16.el9?arch=s390x" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.17-2.rhaos4.16.el9.s390x", "product": { "name": "crun-debuginfo-0:1.17-2.rhaos4.16.el9.s390x", "product_id": "crun-debuginfo-0:1.17-2.rhaos4.16.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.17-2.rhaos4.16.el9?arch=s390x" } } }, { "category": "product_version", "name": "podman-4:4.9.4-15.rhaos4.16.el9.s390x", "product": { "name": "podman-4:4.9.4-15.rhaos4.16.el9.s390x", "product_id": "podman-4:4.9.4-15.rhaos4.16.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-15.rhaos4.16.el9?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-4:4.9.4-15.rhaos4.16.el9.s390x", "product": { "name": "podman-plugins-4:4.9.4-15.rhaos4.16.el9.s390x", "product_id": "podman-plugins-4:4.9.4-15.rhaos4.16.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.9.4-15.rhaos4.16.el9?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-4:4.9.4-15.rhaos4.16.el9.s390x", "product": { "name": "podman-remote-4:4.9.4-15.rhaos4.16.el9.s390x", "product_id": "podman-remote-4:4.9.4-15.rhaos4.16.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.9.4-15.rhaos4.16.el9?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-tests-4:4.9.4-15.rhaos4.16.el9.s390x", "product": { "name": "podman-tests-4:4.9.4-15.rhaos4.16.el9.s390x", "product_id": "podman-tests-4:4.9.4-15.rhaos4.16.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.9.4-15.rhaos4.16.el9?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debugsource-4:4.9.4-15.rhaos4.16.el9.s390x", "product": { "name": "podman-debugsource-4:4.9.4-15.rhaos4.16.el9.s390x", "product_id": "podman-debugsource-4:4.9.4-15.rhaos4.16.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-15.rhaos4.16.el9?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "product": { "name": "podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "product_id": "podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-15.rhaos4.16.el9?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "product": { "name": "podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "product_id": "podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-15.rhaos4.16.el9?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "product": { "name": "podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "product_id": "podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-15.rhaos4.16.el9?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "product": { "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "product_id": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.29.12-4.rhaos4.16.gitadc9401.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "product": { "name": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "product_id": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.12-4.rhaos4.16.gitadc9401.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "product": { "name": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "product_id": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.12-4.rhaos4.16.gitadc9401.el8?arch=s390x" } } }, { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.16.el8.s390x", "product": { "name": "crun-0:1.17-2.rhaos4.16.el8.s390x", "product_id": "crun-0:1.17-2.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.16.el8?arch=s390x" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.17-2.rhaos4.16.el8.s390x", "product": { "name": "crun-debugsource-0:1.17-2.rhaos4.16.el8.s390x", "product_id": "crun-debugsource-0:1.17-2.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.17-2.rhaos4.16.el8?arch=s390x" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.17-2.rhaos4.16.el8.s390x", "product": { "name": "crun-debuginfo-0:1.17-2.rhaos4.16.el8.s390x", "product_id": "crun-debuginfo-0:1.17-2.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.17-2.rhaos4.16.el8?arch=s390x" } } }, { "category": "product_version", "name": "podman-4:4.9.4-13.rhaos4.16.el8.s390x", "product": { "name": "podman-4:4.9.4-13.rhaos4.16.el8.s390x", "product_id": "podman-4:4.9.4-13.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman@4.9.4-13.rhaos4.16.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-catatonit-4:4.9.4-13.rhaos4.16.el8.s390x", "product": { "name": "podman-catatonit-4:4.9.4-13.rhaos4.16.el8.s390x", "product_id": "podman-catatonit-4:4.9.4-13.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-13.rhaos4.16.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.s390x", "product": { "name": "podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.s390x", "product_id": "podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-13.rhaos4.16.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-4:4.9.4-13.rhaos4.16.el8.s390x", "product": { "name": "podman-plugins-4:4.9.4-13.rhaos4.16.el8.s390x", "product_id": "podman-plugins-4:4.9.4-13.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins@4.9.4-13.rhaos4.16.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-4:4.9.4-13.rhaos4.16.el8.s390x", "product": { "name": "podman-remote-4:4.9.4-13.rhaos4.16.el8.s390x", "product_id": "podman-remote-4:4.9.4-13.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote@4.9.4-13.rhaos4.16.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-tests-4:4.9.4-13.rhaos4.16.el8.s390x", "product": { "name": "podman-tests-4:4.9.4-13.rhaos4.16.el8.s390x", "product_id": "podman-tests-4:4.9.4-13.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-tests@4.9.4-13.rhaos4.16.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debugsource-4:4.9.4-13.rhaos4.16.el8.s390x", "product": { "name": "podman-debugsource-4:4.9.4-13.rhaos4.16.el8.s390x", "product_id": "podman-debugsource-4:4.9.4-13.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-13.rhaos4.16.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "product": { "name": "podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "product_id": "podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-13.rhaos4.16.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "product": { "name": "podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "product_id": "podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-13.rhaos4.16.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "product": { "name": "podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "product_id": "podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-13.rhaos4.16.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "product": { "name": "podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "product_id": "podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-13.rhaos4.16.el8?arch=s390x\u0026epoch=4" } } }, { "category": "product_version", "name": "podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "product": { "name": "podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "product_id": "podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-13.rhaos4.16.el8?arch=s390x\u0026epoch=4" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "podman-docker-4:4.9.4-15.rhaos4.16.el9.noarch", "product": { "name": "podman-docker-4:4.9.4-15.rhaos4.16.el9.noarch", "product_id": "podman-docker-4:4.9.4-15.rhaos4.16.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-docker@4.9.4-15.rhaos4.16.el9?arch=noarch\u0026epoch=4" } } }, { "category": "product_version", "name": "python3-jinja2-0:3.0.1-6.el9.2.noarch", "product": { "name": "python3-jinja2-0:3.0.1-6.el9.2.noarch", "product_id": "python3-jinja2-0:3.0.1-6.el9.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jinja2@3.0.1-6.el9.2?arch=noarch" } } }, { "category": "product_version", "name": "podman-docker-4:4.9.4-13.rhaos4.16.el8.noarch", "product": { "name": "podman-docker-4:4.9.4-13.rhaos4.16.el8.noarch", "product_id": "podman-docker-4:4.9.4-13.rhaos4.16.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/podman-docker@4.9.4-13.rhaos4.16.el8?arch=noarch\u0026epoch=4" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64" }, "product_reference": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le" }, "product_reference": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x" }, "product_reference": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.src" }, "product_reference": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64" }, "product_reference": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x" }, "product_reference": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64" }, "product_reference": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x" }, "product_reference": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64" }, "product_reference": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.aarch64" }, "product_reference": "crun-0:1.17-2.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.ppc64le" }, "product_reference": "crun-0:1.17-2.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.s390x" }, "product_reference": "crun-0:1.17-2.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.16.el8.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.src" }, "product_reference": "crun-0:1.17-2.rhaos4.16.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.x86_64" }, "product_reference": "crun-0:1.17-2.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.17-2.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.aarch64" }, "product_reference": "crun-debuginfo-0:1.17-2.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.17-2.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.ppc64le" }, "product_reference": "crun-debuginfo-0:1.17-2.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.17-2.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.s390x" }, "product_reference": "crun-debuginfo-0:1.17-2.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.17-2.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.x86_64" }, "product_reference": "crun-debuginfo-0:1.17-2.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.17-2.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.aarch64" }, "product_reference": "crun-debugsource-0:1.17-2.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.17-2.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.ppc64le" }, "product_reference": "crun-debugsource-0:1.17-2.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.17-2.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.s390x" }, "product_reference": "crun-debugsource-0:1.17-2.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.17-2.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.x86_64" }, "product_reference": "crun-debugsource-0:1.17-2.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-4:4.9.4-13.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.aarch64" }, "product_reference": "podman-4:4.9.4-13.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-4:4.9.4-13.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.ppc64le" }, "product_reference": "podman-4:4.9.4-13.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-4:4.9.4-13.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.s390x" }, "product_reference": "podman-4:4.9.4-13.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-4:4.9.4-13.rhaos4.16.el8.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.src" }, "product_reference": "podman-4:4.9.4-13.rhaos4.16.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-4:4.9.4-13.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.x86_64" }, "product_reference": "podman-4:4.9.4-13.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-4:4.9.4-13.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.aarch64" }, "product_reference": "podman-catatonit-4:4.9.4-13.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-4:4.9.4-13.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.ppc64le" }, "product_reference": "podman-catatonit-4:4.9.4-13.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-4:4.9.4-13.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.s390x" }, "product_reference": "podman-catatonit-4:4.9.4-13.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-4:4.9.4-13.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.x86_64" }, "product_reference": "podman-catatonit-4:4.9.4-13.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64" }, "product_reference": "podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le" }, "product_reference": "podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x" }, "product_reference": "podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64" }, "product_reference": "podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64" }, "product_reference": "podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le" }, "product_reference": "podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x" }, "product_reference": "podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64" }, "product_reference": "podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-4:4.9.4-13.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.aarch64" }, "product_reference": "podman-debugsource-4:4.9.4-13.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-4:4.9.4-13.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.ppc64le" }, "product_reference": "podman-debugsource-4:4.9.4-13.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-4:4.9.4-13.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.s390x" }, "product_reference": "podman-debugsource-4:4.9.4-13.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-4:4.9.4-13.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.x86_64" }, "product_reference": "podman-debugsource-4:4.9.4-13.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-docker-4:4.9.4-13.rhaos4.16.el8.noarch as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-docker-4:4.9.4-13.rhaos4.16.el8.noarch" }, "product_reference": "podman-docker-4:4.9.4-13.rhaos4.16.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.aarch64" }, "product_reference": "podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.ppc64le" }, "product_reference": "podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.s390x" }, "product_reference": "podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.x86_64" }, "product_reference": "podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64" }, "product_reference": "podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le" }, "product_reference": "podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x" }, "product_reference": "podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64" }, "product_reference": "podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-4:4.9.4-13.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.aarch64" }, "product_reference": "podman-plugins-4:4.9.4-13.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-4:4.9.4-13.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.ppc64le" }, "product_reference": "podman-plugins-4:4.9.4-13.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-4:4.9.4-13.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.s390x" }, "product_reference": "podman-plugins-4:4.9.4-13.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-4:4.9.4-13.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.x86_64" }, "product_reference": "podman-plugins-4:4.9.4-13.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64" }, "product_reference": "podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le" }, "product_reference": "podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x" }, "product_reference": "podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64" }, "product_reference": "podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-4:4.9.4-13.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.aarch64" }, "product_reference": "podman-remote-4:4.9.4-13.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-4:4.9.4-13.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.ppc64le" }, "product_reference": "podman-remote-4:4.9.4-13.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-4:4.9.4-13.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.s390x" }, "product_reference": "podman-remote-4:4.9.4-13.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-4:4.9.4-13.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.x86_64" }, "product_reference": "podman-remote-4:4.9.4-13.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64" }, "product_reference": "podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le" }, "product_reference": "podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x" }, "product_reference": "podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64" }, "product_reference": "podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-4:4.9.4-13.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.aarch64" }, "product_reference": "podman-tests-4:4.9.4-13.rhaos4.16.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-4:4.9.4-13.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.ppc64le" }, "product_reference": "podman-tests-4:4.9.4-13.rhaos4.16.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-4:4.9.4-13.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.s390x" }, "product_reference": "podman-tests-4:4.9.4-13.rhaos4.16.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-4:4.9.4-13.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.x86_64" }, "product_reference": "podman-tests-4:4.9.4-13.rhaos4.16.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64" }, "product_reference": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le" }, "product_reference": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x" }, "product_reference": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.src" }, "product_reference": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64" }, "product_reference": "cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x" }, "product_reference": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64" }, "product_reference": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x" }, "product_reference": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64" }, "product_reference": "cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.aarch64" }, "product_reference": "crun-0:1.17-2.rhaos4.16.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.ppc64le" }, "product_reference": "crun-0:1.17-2.rhaos4.16.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.s390x" }, "product_reference": "crun-0:1.17-2.rhaos4.16.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.16.el9.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.src" }, "product_reference": "crun-0:1.17-2.rhaos4.16.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.x86_64" }, "product_reference": "crun-0:1.17-2.rhaos4.16.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.17-2.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.aarch64" }, "product_reference": "crun-debuginfo-0:1.17-2.rhaos4.16.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.17-2.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.ppc64le" }, "product_reference": "crun-debuginfo-0:1.17-2.rhaos4.16.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.17-2.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.s390x" }, "product_reference": "crun-debuginfo-0:1.17-2.rhaos4.16.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.17-2.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.x86_64" }, "product_reference": "crun-debuginfo-0:1.17-2.rhaos4.16.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.17-2.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.aarch64" }, "product_reference": "crun-debugsource-0:1.17-2.rhaos4.16.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.17-2.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.ppc64le" }, "product_reference": "crun-debugsource-0:1.17-2.rhaos4.16.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.17-2.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.s390x" }, "product_reference": "crun-debugsource-0:1.17-2.rhaos4.16.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.17-2.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.x86_64" }, "product_reference": "crun-debugsource-0:1.17-2.rhaos4.16.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-4:4.9.4-15.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.aarch64" }, "product_reference": "podman-4:4.9.4-15.rhaos4.16.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-4:4.9.4-15.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.ppc64le" }, "product_reference": "podman-4:4.9.4-15.rhaos4.16.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-4:4.9.4-15.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.s390x" }, "product_reference": "podman-4:4.9.4-15.rhaos4.16.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-4:4.9.4-15.rhaos4.16.el9.src as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.src" }, "product_reference": "podman-4:4.9.4-15.rhaos4.16.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-4:4.9.4-15.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.x86_64" }, "product_reference": "podman-4:4.9.4-15.rhaos4.16.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64" }, "product_reference": "podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le" }, "product_reference": "podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x" }, "product_reference": "podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64" }, "product_reference": "podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-4:4.9.4-15.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.aarch64" }, "product_reference": "podman-debugsource-4:4.9.4-15.rhaos4.16.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-4:4.9.4-15.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.ppc64le" }, "product_reference": "podman-debugsource-4:4.9.4-15.rhaos4.16.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-4:4.9.4-15.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.s390x" }, "product_reference": "podman-debugsource-4:4.9.4-15.rhaos4.16.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-debugsource-4:4.9.4-15.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.x86_64" }, "product_reference": "podman-debugsource-4:4.9.4-15.rhaos4.16.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-docker-4:4.9.4-15.rhaos4.16.el9.noarch as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-docker-4:4.9.4-15.rhaos4.16.el9.noarch" }, "product_reference": "podman-docker-4:4.9.4-15.rhaos4.16.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-4:4.9.4-15.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.aarch64" }, "product_reference": "podman-plugins-4:4.9.4-15.rhaos4.16.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-4:4.9.4-15.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.ppc64le" }, "product_reference": "podman-plugins-4:4.9.4-15.rhaos4.16.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-4:4.9.4-15.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.s390x" }, "product_reference": "podman-plugins-4:4.9.4-15.rhaos4.16.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-4:4.9.4-15.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.x86_64" }, "product_reference": "podman-plugins-4:4.9.4-15.rhaos4.16.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64" }, "product_reference": "podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le" }, "product_reference": "podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x" }, "product_reference": "podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64" }, "product_reference": "podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-4:4.9.4-15.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.aarch64" }, "product_reference": "podman-remote-4:4.9.4-15.rhaos4.16.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-4:4.9.4-15.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.ppc64le" }, "product_reference": "podman-remote-4:4.9.4-15.rhaos4.16.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-4:4.9.4-15.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.s390x" }, "product_reference": "podman-remote-4:4.9.4-15.rhaos4.16.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-4:4.9.4-15.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.x86_64" }, "product_reference": "podman-remote-4:4.9.4-15.rhaos4.16.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64" }, "product_reference": "podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le" }, "product_reference": "podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x" }, "product_reference": "podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64" }, "product_reference": "podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-4:4.9.4-15.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.aarch64" }, "product_reference": "podman-tests-4:4.9.4-15.rhaos4.16.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-4:4.9.4-15.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.ppc64le" }, "product_reference": "podman-tests-4:4.9.4-15.rhaos4.16.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-4:4.9.4-15.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.s390x" }, "product_reference": "podman-tests-4:4.9.4-15.rhaos4.16.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "podman-tests-4:4.9.4-15.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.x86_64" }, "product_reference": "podman-tests-4:4.9.4-15.rhaos4.16.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:3.0.1-6.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-IRONIC-4.16:python-jinja2-0:3.0.1-6.el9.2.src" }, "product_reference": "python-jinja2-0:3.0.1-6.el9.2.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:3.0.1-6.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-IRONIC-4.16:python3-jinja2-0:3.0.1-6.el9.2.noarch" }, "product_reference": "python3-jinja2-0:3.0.1-6.el9.2.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-11218", "cwe": { "id": "CWE-269", "name": "Improper Privilege Management" }, "discovery_date": "2024-11-14T13:05:29.849000+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.src", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.src", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.x86_64", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.src", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.src", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-IRONIC-4.16:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.16:python3-jinja2-0:3.0.1-6.el9.2.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2326231" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in `podman build` and `buildah.` This issue occurs in a container breakout by using --jobs=2 and a race condition when building a malicious Containerfile. SELinux might mitigate it, but even with SELinux on, it still allows the enumeration of files and directories on the host.", "title": "Vulnerability description" }, { "category": "summary", "text": "podman: buildah: Container breakout by using --jobs=2 and a race condition when building a malicious Containerfile", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability marked as important severity rather than moderate because it allows a malicious Containerfile to exploit the `--mount` flag in `RUN` instructions to directly interact with the build host\u0027s filesystem. By leveraging this, an attacker can gain unauthorized access to sensitive files or inject malicious content using the privileges of the build process. In environments where the build process is executed by a root-owned Podman system service exposed to unprivileged users, this vulnerability escalates to a high level, as it enables unauthorized read/write access to high-privilege files, such as setuid executables.", "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-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.src", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-docker-4:4.9.4-13.rhaos4.16.el8.noarch", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.x86_64", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.src", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-docker-4:4.9.4-15.rhaos4.16.el9.noarch", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.x86_64" ], "known_not_affected": [ "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.src", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.src", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.x86_64", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.src", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.src", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-IRONIC-4.16:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.16:python3-jinja2-0:3.0.1-6.el9.2.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-11218" }, { "category": "external", "summary": "RHBZ#2326231", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326231" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-11218", "url": "https://www.cve.org/CVERecord?id=CVE-2024-11218" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-11218", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11218" } ], "release_date": "2025-01-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T06:29:38+00:00", "details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html", "product_ids": [ "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.src", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-docker-4:4.9.4-13.rhaos4.16.el8.noarch", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.x86_64", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.src", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-docker-4:4.9.4-15.rhaos4.16.el9.noarch", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0830" }, { "category": "workaround", "details": "Mandatory access controls should limit the access of the process performing the build, on systems where they are enabled.\n\nSELinux enforces strict access controls by confining the build process (e.g., Podman) to specific domains like container_t. This prevents unauthorized access to sensitive host files and directories, even if a malicious Containerfile tries to exploit the --mount flag.", "product_ids": [ "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.src", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.src", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.src", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-docker-4:4.9.4-13.rhaos4.16.el8.noarch", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.x86_64", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.src", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.src", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.src", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-docker-4:4.9.4-15.rhaos4.16.el9.noarch", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-IRONIC-4.16:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.16:python3-jinja2-0:3.0.1-6.el9.2.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 8.6, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.src", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.src", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.src", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-docker-4:4.9.4-13.rhaos4.16.el8.noarch", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.x86_64", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.src", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.src", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.src", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-docker-4:4.9.4-15.rhaos4.16.el9.noarch", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-IRONIC-4.16:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.16:python3-jinja2-0:3.0.1-6.el9.2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "podman: buildah: Container breakout by using --jobs=2 and a race condition when building a malicious Containerfile" }, { "cve": "CVE-2024-56201", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2024-12-23T16:00:38.768252+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.src", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.src", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.src", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-docker-4:4.9.4-13.rhaos4.16.el8.noarch", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.x86_64", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.src", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.src", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.src", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-docker-4:4.9.4-15.rhaos4.16.el9.noarch", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333854" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through malicious filenames", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.", "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": [ "9Base-RHOSE-IRONIC-4.16:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.16:python3-jinja2-0:3.0.1-6.el9.2.noarch" ], "known_not_affected": [ "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.src", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.src", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.src", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-docker-4:4.9.4-13.rhaos4.16.el8.noarch", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.x86_64", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.src", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.src", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.src", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-docker-4:4.9.4-15.rhaos4.16.el9.noarch", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56201" }, { "category": "external", "summary": "RHBZ#2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56201" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f", "url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f" }, { "category": "external", "summary": "https://github.com/pallets/jinja/issues/1792", "url": "https://github.com/pallets/jinja/issues/1792" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699" } ], "release_date": "2024-12-23T15:37:36.110000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T06:29:38+00:00", "details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html", "product_ids": [ "9Base-RHOSE-IRONIC-4.16:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.16:python3-jinja2-0:3.0.1-6.el9.2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0830" }, { "category": "workaround", "details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.", "product_ids": [ "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.src", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.src", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.src", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-docker-4:4.9.4-13.rhaos4.16.el8.noarch", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.x86_64", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.src", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.src", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.src", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-docker-4:4.9.4-15.rhaos4.16.el9.noarch", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-IRONIC-4.16:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.16:python3-jinja2-0:3.0.1-6.el9.2.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.src", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.src", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.src", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-docker-4:4.9.4-13.rhaos4.16.el8.noarch", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.x86_64", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.src", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.src", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.src", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-docker-4:4.9.4-15.rhaos4.16.el9.noarch", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-IRONIC-4.16:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.16:python3-jinja2-0:3.0.1-6.el9.2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jinja2: Jinja has a sandbox breakout through malicious filenames" }, { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.src", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.src", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.src", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-docker-4:4.9.4-13.rhaos4.16.el8.noarch", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.x86_64", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.src", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.src", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.src", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-docker-4:4.9.4-15.rhaos4.16.el9.noarch", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "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": [ "9Base-RHOSE-IRONIC-4.16:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.16:python3-jinja2-0:3.0.1-6.el9.2.noarch" ], "known_not_affected": [ "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.src", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.src", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.src", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-docker-4:4.9.4-13.rhaos4.16.el8.noarch", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.x86_64", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.src", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.src", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.src", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-docker-4:4.9.4-15.rhaos4.16.el9.noarch", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T06:29:38+00:00", "details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html", "product_ids": [ "9Base-RHOSE-IRONIC-4.16:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.16:python3-jinja2-0:3.0.1-6.el9.2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0830" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.src", "8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x", "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.src", "8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.src", "8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-docker-4:4.9.4-13.rhaos4.16.el8.noarch", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.aarch64", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.ppc64le", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.s390x", "8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.x86_64", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.src", "9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x", "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.src", "9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.src", "9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-docker-4:4.9.4-15.rhaos4.16.el9.noarch", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.aarch64", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.ppc64le", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.s390x", "9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.x86_64", "9Base-RHOSE-IRONIC-4.16:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.16:python3-jinja2-0:3.0.1-6.el9.2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhsa-2025:0883
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for python-jinja2 is now available for Red Hat Enterprise Linux 8.8 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* jinja2: Jinja has a sandbox breakout through indirect reference to format method (CVE-2024-56326)\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-2025:0883", "url": "https://access.redhat.com/errata/RHSA-2025:0883" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0883.json" } ], "title": "Red Hat Security Advisory: python-jinja2 security update", "tracking": { "current_release_date": "2025-02-13T21:33:30+00:00", "generator": { "date": "2025-02-13T21:33:30+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0883", "initial_release_date": "2025-02-03T01:14:39+00:00", "revision_history": [ { "date": "2025-02-03T01:14:39+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-03T01:14:39+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:33:30+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": "python-jinja2-0:2.10.1-4.el8_8.1.src", "product": { "name": "python-jinja2-0:2.10.1-4.el8_8.1.src", "product_id": "python-jinja2-0:2.10.1-4.el8_8.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@2.10.1-4.el8_8.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-jinja2-0:2.10.1-4.el8_8.1.noarch", "product": { "name": "python3-jinja2-0:2.10.1-4.el8_8.1.noarch", "product_id": "python3-jinja2-0:2.10.1-4.el8_8.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jinja2@2.10.1-4.el8_8.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:2.10.1-4.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:python-jinja2-0:2.10.1-4.el8_8.1.src" }, "product_reference": "python-jinja2-0:2.10.1-4.el8_8.1.src", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:2.10.1-4.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-jinja2-0:2.10.1-4.el8_8.1.noarch" }, "product_reference": "python3-jinja2-0:2.10.1-4.el8_8.1.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "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:python-jinja2-0:2.10.1-4.el8_8.1.src", "AppStream-8.8.0.Z.EUS:python3-jinja2-0:2.10.1-4.el8_8.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-03T01:14:39+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:python-jinja2-0:2.10.1-4.el8_8.1.src", "AppStream-8.8.0.Z.EUS:python3-jinja2-0:2.10.1-4.el8_8.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0883" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.EUS:python-jinja2-0:2.10.1-4.el8_8.1.src", "AppStream-8.8.0.Z.EUS:python3-jinja2-0:2.10.1-4.el8_8.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhsa-2025:1130
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Container Platform release 4.15.45 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.15.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.15.45. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:1128\n\nSecurity Fix(es):\n\n* jinja2: Jinja has a sandbox breakout through malicious filenames\n(CVE-2024-56201)\n* jinja2: Jinja has a sandbox breakout through indirect reference to format\nmethod (CVE-2024-56326)\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\nAll OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.15/updating/updating_a_cluster/updating-cluster-cli.html", "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-2025:1130", "url": "https://access.redhat.com/errata/RHSA-2025:1130" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1130.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.15.45 packages and security update", "tracking": { "current_release_date": "2025-02-13T21:35:30+00:00", "generator": { "date": "2025-02-13T21:35:30+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:1130", "initial_release_date": "2025-02-12T04:05:10+00:00", "revision_history": [ { "date": "2025-02-12T04:05:10+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-12T04:05:10+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:35:30+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Ironic content for Red Hat OpenShift Container Platform 4.15", "product": { "name": "Ironic content for Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-IRONIC-4.15", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_ironic:4.15::el9" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.15", "product": { "name": "Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.15::el8" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.15", "product": { "name": "Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.15::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "python-jinja2-0:3.0.1-6.el9.2.src", "product": { "name": "python-jinja2-0:3.0.1-6.el9.2.src", "product_id": "python-jinja2-0:3.0.1-6.el9.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@3.0.1-6.el9.2?arch=src" } } }, { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.15.el8.src", "product": { "name": "crun-0:1.17-2.rhaos4.15.el8.src", "product_id": "crun-0:1.17-2.rhaos4.15.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.15.el8?arch=src" } } }, { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.15.el9.src", "product": { "name": "crun-0:1.17-2.rhaos4.15.el9.src", "product_id": "crun-0:1.17-2.rhaos4.15.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.15.el9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-jinja2-0:3.0.1-6.el9.2.noarch", "product": { "name": "python3-jinja2-0:3.0.1-6.el9.2.noarch", "product_id": "python3-jinja2-0:3.0.1-6.el9.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jinja2@3.0.1-6.el9.2?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.15.el8.x86_64", "product": { "name": "crun-0:1.17-2.rhaos4.15.el8.x86_64", "product_id": "crun-0:1.17-2.rhaos4.15.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.15.el8?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.17-2.rhaos4.15.el8.x86_64", "product": { "name": "crun-debugsource-0:1.17-2.rhaos4.15.el8.x86_64", "product_id": "crun-debugsource-0:1.17-2.rhaos4.15.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.17-2.rhaos4.15.el8?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.17-2.rhaos4.15.el8.x86_64", "product": { "name": "crun-debuginfo-0:1.17-2.rhaos4.15.el8.x86_64", "product_id": "crun-debuginfo-0:1.17-2.rhaos4.15.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.17-2.rhaos4.15.el8?arch=x86_64" } } }, { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.15.el9.x86_64", "product": { "name": "crun-0:1.17-2.rhaos4.15.el9.x86_64", "product_id": "crun-0:1.17-2.rhaos4.15.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.15.el9?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.17-2.rhaos4.15.el9.x86_64", "product": { "name": "crun-debugsource-0:1.17-2.rhaos4.15.el9.x86_64", "product_id": "crun-debugsource-0:1.17-2.rhaos4.15.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.17-2.rhaos4.15.el9?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.17-2.rhaos4.15.el9.x86_64", "product": { "name": "crun-debuginfo-0:1.17-2.rhaos4.15.el9.x86_64", "product_id": "crun-debuginfo-0:1.17-2.rhaos4.15.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.17-2.rhaos4.15.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.15.el8.aarch64", "product": { "name": "crun-0:1.17-2.rhaos4.15.el8.aarch64", "product_id": "crun-0:1.17-2.rhaos4.15.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.15.el8?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.17-2.rhaos4.15.el8.aarch64", "product": { "name": "crun-debugsource-0:1.17-2.rhaos4.15.el8.aarch64", "product_id": "crun-debugsource-0:1.17-2.rhaos4.15.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.17-2.rhaos4.15.el8?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.17-2.rhaos4.15.el8.aarch64", "product": { "name": "crun-debuginfo-0:1.17-2.rhaos4.15.el8.aarch64", "product_id": "crun-debuginfo-0:1.17-2.rhaos4.15.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.17-2.rhaos4.15.el8?arch=aarch64" } } }, { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.15.el9.aarch64", "product": { "name": "crun-0:1.17-2.rhaos4.15.el9.aarch64", "product_id": "crun-0:1.17-2.rhaos4.15.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.15.el9?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.17-2.rhaos4.15.el9.aarch64", "product": { "name": "crun-debugsource-0:1.17-2.rhaos4.15.el9.aarch64", "product_id": "crun-debugsource-0:1.17-2.rhaos4.15.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.17-2.rhaos4.15.el9?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.17-2.rhaos4.15.el9.aarch64", "product": { "name": "crun-debuginfo-0:1.17-2.rhaos4.15.el9.aarch64", "product_id": "crun-debuginfo-0:1.17-2.rhaos4.15.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.17-2.rhaos4.15.el9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.15.el8.ppc64le", "product": { "name": "crun-0:1.17-2.rhaos4.15.el8.ppc64le", "product_id": "crun-0:1.17-2.rhaos4.15.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.15.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.17-2.rhaos4.15.el8.ppc64le", "product": { "name": "crun-debugsource-0:1.17-2.rhaos4.15.el8.ppc64le", "product_id": "crun-debugsource-0:1.17-2.rhaos4.15.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.17-2.rhaos4.15.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.17-2.rhaos4.15.el8.ppc64le", "product": { "name": "crun-debuginfo-0:1.17-2.rhaos4.15.el8.ppc64le", "product_id": "crun-debuginfo-0:1.17-2.rhaos4.15.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.17-2.rhaos4.15.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.15.el9.ppc64le", "product": { "name": "crun-0:1.17-2.rhaos4.15.el9.ppc64le", "product_id": "crun-0:1.17-2.rhaos4.15.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.15.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.17-2.rhaos4.15.el9.ppc64le", "product": { "name": "crun-debugsource-0:1.17-2.rhaos4.15.el9.ppc64le", "product_id": "crun-debugsource-0:1.17-2.rhaos4.15.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.17-2.rhaos4.15.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.17-2.rhaos4.15.el9.ppc64le", "product": { "name": "crun-debuginfo-0:1.17-2.rhaos4.15.el9.ppc64le", "product_id": "crun-debuginfo-0:1.17-2.rhaos4.15.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.17-2.rhaos4.15.el9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.15.el8.s390x", "product": { "name": "crun-0:1.17-2.rhaos4.15.el8.s390x", "product_id": "crun-0:1.17-2.rhaos4.15.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.15.el8?arch=s390x" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.17-2.rhaos4.15.el8.s390x", "product": { "name": "crun-debugsource-0:1.17-2.rhaos4.15.el8.s390x", "product_id": "crun-debugsource-0:1.17-2.rhaos4.15.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.17-2.rhaos4.15.el8?arch=s390x" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.17-2.rhaos4.15.el8.s390x", "product": { "name": "crun-debuginfo-0:1.17-2.rhaos4.15.el8.s390x", "product_id": "crun-debuginfo-0:1.17-2.rhaos4.15.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.17-2.rhaos4.15.el8?arch=s390x" } } }, { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.15.el9.s390x", "product": { "name": "crun-0:1.17-2.rhaos4.15.el9.s390x", "product_id": "crun-0:1.17-2.rhaos4.15.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.15.el9?arch=s390x" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.17-2.rhaos4.15.el9.s390x", "product": { "name": "crun-debugsource-0:1.17-2.rhaos4.15.el9.s390x", "product_id": "crun-debugsource-0:1.17-2.rhaos4.15.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.17-2.rhaos4.15.el9?arch=s390x" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.17-2.rhaos4.15.el9.s390x", "product": { "name": "crun-debuginfo-0:1.17-2.rhaos4.15.el9.s390x", "product_id": "crun-debuginfo-0:1.17-2.rhaos4.15.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.17-2.rhaos4.15.el9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.aarch64" }, "product_reference": "crun-0:1.17-2.rhaos4.15.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.ppc64le" }, "product_reference": "crun-0:1.17-2.rhaos4.15.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.s390x" }, "product_reference": "crun-0:1.17-2.rhaos4.15.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.15.el8.src as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.src" }, "product_reference": "crun-0:1.17-2.rhaos4.15.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.x86_64" }, "product_reference": "crun-0:1.17-2.rhaos4.15.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.17-2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.aarch64" }, "product_reference": "crun-debuginfo-0:1.17-2.rhaos4.15.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.17-2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.ppc64le" }, "product_reference": "crun-debuginfo-0:1.17-2.rhaos4.15.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.17-2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.s390x" }, "product_reference": "crun-debuginfo-0:1.17-2.rhaos4.15.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.17-2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.x86_64" }, "product_reference": "crun-debuginfo-0:1.17-2.rhaos4.15.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.17-2.rhaos4.15.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.aarch64" }, "product_reference": "crun-debugsource-0:1.17-2.rhaos4.15.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.17-2.rhaos4.15.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.ppc64le" }, "product_reference": "crun-debugsource-0:1.17-2.rhaos4.15.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.17-2.rhaos4.15.el8.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.s390x" }, "product_reference": "crun-debugsource-0:1.17-2.rhaos4.15.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.17-2.rhaos4.15.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.x86_64" }, "product_reference": "crun-debugsource-0:1.17-2.rhaos4.15.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.aarch64" }, "product_reference": "crun-0:1.17-2.rhaos4.15.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.ppc64le" }, "product_reference": "crun-0:1.17-2.rhaos4.15.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.s390x" }, "product_reference": "crun-0:1.17-2.rhaos4.15.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.15.el9.src as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.src" }, "product_reference": "crun-0:1.17-2.rhaos4.15.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.x86_64" }, "product_reference": "crun-0:1.17-2.rhaos4.15.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.17-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.aarch64" }, "product_reference": "crun-debuginfo-0:1.17-2.rhaos4.15.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.17-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.ppc64le" }, "product_reference": "crun-debuginfo-0:1.17-2.rhaos4.15.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.17-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.s390x" }, "product_reference": "crun-debuginfo-0:1.17-2.rhaos4.15.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.17-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.x86_64" }, "product_reference": "crun-debuginfo-0:1.17-2.rhaos4.15.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.17-2.rhaos4.15.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.aarch64" }, "product_reference": "crun-debugsource-0:1.17-2.rhaos4.15.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.17-2.rhaos4.15.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.ppc64le" }, "product_reference": "crun-debugsource-0:1.17-2.rhaos4.15.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.17-2.rhaos4.15.el9.s390x as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.s390x" }, "product_reference": "crun-debugsource-0:1.17-2.rhaos4.15.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.17-2.rhaos4.15.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.x86_64" }, "product_reference": "crun-debugsource-0:1.17-2.rhaos4.15.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:3.0.1-6.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-IRONIC-4.15:python-jinja2-0:3.0.1-6.el9.2.src" }, "product_reference": "python-jinja2-0:3.0.1-6.el9.2.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:3.0.1-6.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15", "product_id": "9Base-RHOSE-IRONIC-4.15:python3-jinja2-0:3.0.1-6.el9.2.noarch" }, "product_reference": "python3-jinja2-0:3.0.1-6.el9.2.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-56201", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2024-12-23T16:00:38.768252+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.aarch64", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.ppc64le", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.s390x", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.src", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.x86_64", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.aarch64", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.ppc64le", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.s390x", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.x86_64", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.aarch64", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.ppc64le", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.s390x", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.x86_64", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.aarch64", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.ppc64le", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.s390x", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.src", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.x86_64", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.aarch64", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.ppc64le", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.s390x", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.x86_64", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.aarch64", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.ppc64le", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.s390x", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333854" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through malicious filenames", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.", "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": [ "9Base-RHOSE-IRONIC-4.15:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.15:python3-jinja2-0:3.0.1-6.el9.2.noarch" ], "known_not_affected": [ "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.aarch64", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.ppc64le", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.s390x", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.src", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.x86_64", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.aarch64", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.ppc64le", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.s390x", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.x86_64", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.aarch64", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.ppc64le", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.s390x", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.x86_64", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.aarch64", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.ppc64le", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.s390x", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.src", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.x86_64", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.aarch64", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.ppc64le", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.s390x", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.x86_64", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.aarch64", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.ppc64le", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.s390x", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56201" }, { "category": "external", "summary": "RHBZ#2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56201" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f", "url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f" }, { "category": "external", "summary": "https://github.com/pallets/jinja/issues/1792", "url": "https://github.com/pallets/jinja/issues/1792" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699" } ], "release_date": "2024-12-23T15:37:36.110000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-12T04:05:10+00:00", "details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.15/release_notes/ocp-4-15-release-notes.html", "product_ids": [ "9Base-RHOSE-IRONIC-4.15:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.15:python3-jinja2-0:3.0.1-6.el9.2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1130" }, { "category": "workaround", "details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.", "product_ids": [ "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.aarch64", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.ppc64le", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.s390x", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.src", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.x86_64", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.aarch64", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.ppc64le", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.s390x", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.x86_64", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.aarch64", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.ppc64le", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.s390x", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.x86_64", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.aarch64", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.ppc64le", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.s390x", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.src", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.x86_64", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.aarch64", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.ppc64le", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.s390x", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.x86_64", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.aarch64", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.ppc64le", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.s390x", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.x86_64", "9Base-RHOSE-IRONIC-4.15:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.15:python3-jinja2-0:3.0.1-6.el9.2.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.aarch64", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.ppc64le", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.s390x", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.src", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.x86_64", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.aarch64", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.ppc64le", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.s390x", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.x86_64", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.aarch64", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.ppc64le", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.s390x", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.x86_64", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.aarch64", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.ppc64le", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.s390x", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.src", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.x86_64", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.aarch64", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.ppc64le", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.s390x", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.x86_64", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.aarch64", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.ppc64le", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.s390x", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.x86_64", "9Base-RHOSE-IRONIC-4.15:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.15:python3-jinja2-0:3.0.1-6.el9.2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jinja2: Jinja has a sandbox breakout through malicious filenames" }, { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.aarch64", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.ppc64le", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.s390x", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.src", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.x86_64", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.aarch64", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.ppc64le", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.s390x", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.x86_64", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.aarch64", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.ppc64le", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.s390x", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.x86_64", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.aarch64", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.ppc64le", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.s390x", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.src", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.x86_64", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.aarch64", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.ppc64le", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.s390x", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.x86_64", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.aarch64", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.ppc64le", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.s390x", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "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": [ "9Base-RHOSE-IRONIC-4.15:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.15:python3-jinja2-0:3.0.1-6.el9.2.noarch" ], "known_not_affected": [ "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.aarch64", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.ppc64le", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.s390x", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.src", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.x86_64", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.aarch64", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.ppc64le", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.s390x", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.x86_64", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.aarch64", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.ppc64le", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.s390x", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.x86_64", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.aarch64", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.ppc64le", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.s390x", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.src", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.x86_64", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.aarch64", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.ppc64le", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.s390x", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.x86_64", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.aarch64", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.ppc64le", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.s390x", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-12T04:05:10+00:00", "details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.15/release_notes/ocp-4-15-release-notes.html", "product_ids": [ "9Base-RHOSE-IRONIC-4.15:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.15:python3-jinja2-0:3.0.1-6.el9.2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1130" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.aarch64", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.ppc64le", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.s390x", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.src", "8Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el8.x86_64", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.aarch64", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.ppc64le", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.s390x", "8Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el8.x86_64", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.aarch64", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.ppc64le", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.s390x", "8Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el8.x86_64", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.aarch64", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.ppc64le", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.s390x", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.src", "9Base-RHOSE-4.15:crun-0:1.17-2.rhaos4.15.el9.x86_64", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.aarch64", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.ppc64le", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.s390x", "9Base-RHOSE-4.15:crun-debuginfo-0:1.17-2.rhaos4.15.el9.x86_64", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.aarch64", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.ppc64le", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.s390x", "9Base-RHOSE-4.15:crun-debugsource-0:1.17-2.rhaos4.15.el9.x86_64", "9Base-RHOSE-IRONIC-4.15:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.15:python3-jinja2-0:3.0.1-6.el9.2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhsa-2025:1249
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Updated container images are now available for Discovery 1.12.", "title": "Topic" }, { "category": "general", "text": "The Discovery container images provided by this update can be downloaded from the Red Hat Container Registry at registry.access.redhat.com. Installation instructions for your platform are available at Red Hat Container Catalog (see References).\n\nDockerfiles and scripts should be amended either to refer to these new images specifically, or to the latest images generally.\n\nFixed CVEs:\nCVE-2024-39338\nCVE-2024-56201\nCVE-2024-45590\nCVE-2024-41991\nCVE-2024-42005\nCVE-2024-41989\nCVE-2024-8775\nCVE-2024-43799\nCVE-2024-43796\nCVE-2024-43800\nCVE-2024-45296\nCVE-2024-43788\nCVE-2024-21536\nCVE-2024-56326\nCVE-2024-21538\nCVE-2020-11023\nCVE-2024-55565\nCVE-2023-44270\nCVE-2024-6485\nCVE-2024-53907\nCVE-2024-56374\nCVE-2024-52798\nCVE-2024-31449\nCVE-2024-46981\nCVE-2024-31228", "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-2025:1249", "url": "https://access.redhat.com/errata/RHSA-2025:1249" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "DISCOVERY-895", "url": "https://issues.redhat.com/browse/DISCOVERY-895" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1249.json" } ], "title": "Red Hat Security Advisory: updated discovery container images", "tracking": { "current_release_date": "2025-02-19T08:00:25+00:00", "generator": { "date": "2025-02-19T08:00:25+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:1249", "initial_release_date": "2025-02-10T18:38:39+00:00", "revision_history": [ { "date": "2025-02-10T18:38:39+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-10T18:38:39+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-19T08:00:25+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Discovery 1 for RHEL 9", "product": { "name": "Discovery 1 for RHEL 9", "product_id": "9Base-discovery-1", "product_identification_helper": { "cpe": "cpe:/o:redhat:discovery:1.0::el9" } } } ], "category": "product_family", "name": "Red Hat Discovery" }, { "branches": [ { "category": "product_version", "name": "discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "product": { "name": "discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "product_id": "discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "product_identification_helper": { "purl": "pkg:oci/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771?arch=amd64\u0026repository_url=registry.redhat.io/discovery/discovery-server-rhel9\u0026tag=1.12.0-1" } } }, { "category": "product_version", "name": "discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64", "product": { "name": "discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64", "product_id": "discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64", "product_identification_helper": { "purl": "pkg:oci/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a?arch=amd64\u0026repository_url=registry.redhat.io/discovery/discovery-ui-rhel9\u0026tag=1.12.0-1" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "product": { "name": "discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "product_id": "discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "product_identification_helper": { "purl": "pkg:oci/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70?arch=arm64\u0026repository_url=registry.redhat.io/discovery/discovery-server-rhel9\u0026tag=1.12.0-1" } } }, { "category": "product_version", "name": "discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "product": { "name": "discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "product_id": "discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "product_identification_helper": { "purl": "pkg:oci/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c?arch=arm64\u0026repository_url=registry.redhat.io/discovery/discovery-ui-rhel9\u0026tag=1.12.0-1" } } } ], "category": "architecture", "name": "arm64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64 as a component of Discovery 1 for RHEL 9", "product_id": "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64" }, "product_reference": "discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "relates_to_product_reference": "9Base-discovery-1" }, { "category": "default_component_of", "full_product_name": { "name": "discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64 as a component of Discovery 1 for RHEL 9", "product_id": "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64" }, "product_reference": "discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "relates_to_product_reference": "9Base-discovery-1" }, { "category": "default_component_of", "full_product_name": { "name": "discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64 as a component of Discovery 1 for RHEL 9", "product_id": "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64" }, "product_reference": "discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "relates_to_product_reference": "9Base-discovery-1" }, { "category": "default_component_of", "full_product_name": { "name": "discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64 as a component of Discovery 1 for RHEL 9", "product_id": "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" }, "product_reference": "discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64", "relates_to_product_reference": "9Base-discovery-1" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-11023", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2020-06-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1850004" } ], "notes": [ { "category": "description", "text": "A flaw was found in jQuery. HTML containing \\\u003coption\\\u003e elements from untrusted sources are passed, even after sanitizing, to one of jQuery\u0027s DOM manipulation methods, which may execute untrusted code. The highest threat from this vulnerability is to data confidentiality and integrity.", "title": "Vulnerability description" }, { "category": "summary", "text": "jquery: Untrusted code execution via \u003coption\u003e tag in HTML passed to DOM manipulation methods", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Enterprise Linux versions 6, 7, and 8 ship a vulnerable version of JQuery in the `pcs` component. As PCS does not accept untrusted input, the vulnerable code cannot be controlled by an attacker.", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2020-11023" }, { "category": "external", "summary": "RHBZ#1850004", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1850004" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2020-11023", "url": "https://www.cve.org/CVERecord?id=CVE-2020-11023" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-11023", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-11023" }, { "category": "external", "summary": "https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/", "url": "https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/" }, { "category": "external", "summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog", "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog" } ], "release_date": "2020-04-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" } ], "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "exploit_status", "date": "2025-01-23T00:00:00+00:00", "details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog" }, { "category": "impact", "details": "Moderate" } ], "title": "jquery: Untrusted code execution via \u003coption\u003e tag in HTML passed to DOM manipulation methods" }, { "cve": "CVE-2023-44270", "cwe": { "id": "CWE-93", "name": "Improper Neutralization of CRLF Sequences (\u0027CRLF Injection\u0027)" }, "discovery_date": "2024-11-18T14:11:50.400987+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2326998" } ], "notes": [ { "category": "description", "text": "An issue was discovered in PostCSS before 8.4.31. The vulnerability affects linters using PostCSS to parse external untrusted CSS. An attacker can prepare CSS in such a way that it will contains parts parsed by PostCSS as a CSS comment. After processing by PostCSS, it will be included in the PostCSS output in CSS nodes (rules, properties) despite being included in a comment.", "title": "Vulnerability description" }, { "category": "summary", "text": "PostCSS: Improper input validation in PostCSS", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-44270" }, { "category": "external", "summary": "RHBZ#2326998", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326998" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-44270", "url": "https://www.cve.org/CVERecord?id=CVE-2023-44270" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-44270", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44270" }, { "category": "external", "summary": "https://github.com/github/advisory-database/issues/2820", "url": "https://github.com/github/advisory-database/issues/2820" }, { "category": "external", "summary": "https://github.com/postcss/postcss/blob/main/lib/tokenize.js#L25", "url": "https://github.com/postcss/postcss/blob/main/lib/tokenize.js#L25" }, { "category": "external", "summary": "https://github.com/postcss/postcss/commit/58cc860b4c1707510c9cd1bc1fa30b423a9ad6c5", "url": "https://github.com/postcss/postcss/commit/58cc860b4c1707510c9cd1bc1fa30b423a9ad6c5" }, { "category": "external", "summary": "https://github.com/postcss/postcss/releases/tag/8.4.31", "url": "https://github.com/postcss/postcss/releases/tag/8.4.31" } ], "release_date": "2023-09-29T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" }, { "category": "workaround", "details": "There\u0027s no known mitigation for this issue. Red Hat recommends to not parse untrusted CSS input using PostCSS.", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "version": "3.1" }, "products": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "PostCSS: Improper input validation in PostCSS" }, { "cve": "CVE-2024-6485", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-07-11T17:30:47+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2297388" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in bootstrap associated with the data-loading-text attribute within the button plugin. This vulnerability allows malicious JavaScript code to be injected into the attribute, which is then executed when the button\u0027s loading state is triggered.", "title": "Vulnerability description" }, { "category": "summary", "text": "bootstrap: Cross-Site Scripting via button plugin on bootstrap", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-6485" }, { "category": "external", "summary": "RHBZ#2297388", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2297388" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-6485", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6485" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-6485", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6485" }, { "category": "external", "summary": "https://www.herodevs.com/vulnerability-directory/cve-2024-6485", "url": "https://www.herodevs.com/vulnerability-directory/cve-2024-6485" } ], "release_date": "2024-07-11T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 6.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:L/A:L", "version": "3.1" }, "products": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "bootstrap: Cross-Site Scripting via button plugin on bootstrap" }, { "cve": "CVE-2024-8775", "cwe": { "id": "CWE-532", "name": "Insertion of Sensitive Information into Log File" }, "discovery_date": "2024-09-13T08:31:27.781000+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2312119" } ], "notes": [ { "category": "description", "text": "A flaw was found in Ansible, where sensitive information stored in Ansible Vault files can be exposed in plaintext during the execution of a playbook. This occurs when using tasks such as include_vars to load vaulted variables without setting the no_log: true parameter, resulting in sensitive data being printed in the playbook output or logs. This can lead to the unintentional disclosure of secrets like passwords or API keys, compromising security and potentially allowing unauthorized access or actions.", "title": "Vulnerability description" }, { "category": "summary", "text": "ansible-core: Exposure of Sensitive Information in Ansible Vault Files Due to Improper Logging", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue is classified as moderate rather than important because while it does expose sensitive information during playbook execution, the exposure is limited to logs and output generated during the run, which is typically accessible only to authorized users with sufficient privileges. The flaw does not result in an immediate or direct compromise of systems, as no remote exploitation vector is introduced. Additionally, the risk can be mitigated through proper configuration (`no_log: true`) and access control measures, reducing the likelihood of unauthorized access to the logged data. However, the unintentional disclosure of secrets like passwords or API keys still presents a potential risk for privilege escalation or lateral movement within an environment, justifying a moderate severity rating.", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-8775" }, { "category": "external", "summary": "RHBZ#2312119", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2312119" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-8775", "url": "https://www.cve.org/CVERecord?id=CVE-2024-8775" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-8775", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8775" }, { "category": "external", "summary": "https://github.com/advisories/GHSA-jpxc-vmjf-9fcj", "url": "https://github.com/advisories/GHSA-jpxc-vmjf-9fcj" } ], "release_date": "2024-09-13T08:35:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" }, { "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "ansible-core: Exposure of Sensitive Information in Ansible Vault Files Due to Improper Logging" }, { "cve": "CVE-2024-21536", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-10-19T06:00:36.846953+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2319884" } ], "notes": [ { "category": "description", "text": "A flaw was found in the http-proxy-middleware package. Affected versions of this package are vulnerable to denial of service (DoS) due to an UnhandledPromiseRejection error thrown by micromatch. This flaw allows an attacker to kill the Node.js process and crash the server by requesting certain paths.", "title": "Vulnerability description" }, { "category": "summary", "text": "http-proxy-middleware: Denial of Service", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-21536" }, { "category": "external", "summary": "RHBZ#2319884", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2319884" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-21536", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21536" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21536", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21536" }, { "category": "external", "summary": "https://gist.github.com/mhassan1/28be67266d82a53708ed59ce5dc3c94a", "url": "https://gist.github.com/mhassan1/28be67266d82a53708ed59ce5dc3c94a" }, { "category": "external", "summary": "https://github.com/chimurai/http-proxy-middleware/commit/0b4274e8cc9e9a2c5a06f35fbf456ccfcebc55a5", "url": "https://github.com/chimurai/http-proxy-middleware/commit/0b4274e8cc9e9a2c5a06f35fbf456ccfcebc55a5" }, { "category": "external", "summary": "https://github.com/chimurai/http-proxy-middleware/commit/788b21e4aff38332d6319557d4a5b1b13b1f9a22", "url": "https://github.com/chimurai/http-proxy-middleware/commit/788b21e4aff38332d6319557d4a5b1b13b1f9a22" }, { "category": "external", "summary": "https://security.snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-8229906", "url": "https://security.snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-8229906" } ], "release_date": "2024-10-19T05:00:04.056000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" }, { "category": "workaround", "details": "Red Hat Product Security does not have any mitigation recommendations at this time.", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "http-proxy-middleware: Denial of Service" }, { "cve": "CVE-2024-21538", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-11-08T13:44:29.182678+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2324550" } ], "notes": [ { "category": "description", "text": "A Regular Expression Denial of Service (ReDoS) vulnerability was found in the cross-spawn package for Node.js. Due to improper input sanitization, an attacker can increase CPU usage and crash the program with a large, specially crafted string.", "title": "Vulnerability description" }, { "category": "summary", "text": "cross-spawn: regular expression denial of service", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-21538" }, { "category": "external", "summary": "RHBZ#2324550", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2324550" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-21538", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21538" }, { "category": "external", "summary": "https://github.com/moxystudio/node-cross-spawn/commit/5ff3a07d9add449021d806e45c4168203aa833ff", "url": "https://github.com/moxystudio/node-cross-spawn/commit/5ff3a07d9add449021d806e45c4168203aa833ff" }, { "category": "external", "summary": "https://github.com/moxystudio/node-cross-spawn/commit/640d391fde65388548601d95abedccc12943374f", "url": "https://github.com/moxystudio/node-cross-spawn/commit/640d391fde65388548601d95abedccc12943374f" }, { "category": "external", "summary": "https://github.com/moxystudio/node-cross-spawn/pull/160", "url": "https://github.com/moxystudio/node-cross-spawn/pull/160" }, { "category": "external", "summary": "https://security.snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230", "url": "https://security.snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230" } ], "release_date": "2024-11-08T05:00:04.695000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 4.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "cross-spawn: regular expression denial of service" }, { "cve": "CVE-2024-31228", "cwe": { "id": "CWE-674", "name": "Uncontrolled Recursion" }, "discovery_date": "2024-10-07T20:01:32.319599+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2317058" } ], "notes": [ { "category": "description", "text": "A flaw was found in Redis. This flaw allows authenticated users to trigger a denial of service by using specially crafted, long string match patterns on supported commands such as `KEYS`, `SCAN`, `PSUBSCRIBE`, `FUNCTION LIST`, `COMMAND LIST`, and ACL definitions. Matching of extremely long patterns may result in unbounded recursion, leading to stack overflow and process crashes.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: Denial-of-service due to unbounded pattern matching in Redis", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-31228" }, { "category": "external", "summary": "RHBZ#2317058", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317058" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-31228", "url": "https://www.cve.org/CVERecord?id=CVE-2024-31228" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-31228", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-31228" }, { "category": "external", "summary": "https://github.com/redis/redis/commit/9317bf64659b33166a943ec03d5d9b954e86afb0", "url": "https://github.com/redis/redis/commit/9317bf64659b33166a943ec03d5d9b954e86afb0" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-66gq-c942-6976", "url": "https://github.com/redis/redis/security/advisories/GHSA-66gq-c942-6976" } ], "release_date": "2024-10-07T19:51:06.784000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" }, { "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "redis: Denial-of-service due to unbounded pattern matching in Redis" }, { "cve": "CVE-2024-31449", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2024-10-07T20:01:19.998028+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2317056" } ], "notes": [ { "category": "description", "text": "A flaw was found in Redis. This flaw allows an authenticated user to use a specially crafted Lua script to trigger a stack buffer overflow in the bit library, which may lead to remote code execution. The problem exists in all versions of Redis with Lua scripting.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: Lua library commands may lead to stack overflow and RCE in Redis", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-31449" }, { "category": "external", "summary": "RHBZ#2317056", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2317056" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-31449", "url": "https://www.cve.org/CVERecord?id=CVE-2024-31449" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-31449", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-31449" }, { "category": "external", "summary": "https://github.com/redis/redis/commit/1f7c148be2cbacf7d50aa461c58b871e87cc5ed9", "url": "https://github.com/redis/redis/commit/1f7c148be2cbacf7d50aa461c58b871e87cc5ed9" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-whxg-wx83-85p5", "url": "https://github.com/redis/redis/security/advisories/GHSA-whxg-wx83-85p5" } ], "release_date": "2024-10-07T19:51:08.775000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" }, { "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "redis: Lua library commands may lead to stack overflow and RCE in Redis" }, { "cve": "CVE-2024-39338", "cwe": { "id": "CWE-918", "name": "Server-Side Request Forgery (SSRF)" }, "discovery_date": "2024-08-13T17:21:32.774718+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2304369" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the Axios HTTP Client. It is vulnerable to a server-side request forgery attack (SSRF) caused by unexpected behavior where requests for path-relative URLs get processed as protocol-relative URLs. This flaw allows an attacker to perform arbitrary requests from the server, potentially accessing internal systems or exfiltrating sensitive data.", "title": "Vulnerability description" }, { "category": "summary", "text": "axios: axios: Server-Side Request Forgery", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as IMPORTANT because it can be exploited remotely with low complexity and without user interaction, it poses a significant risk to confidentiality.", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-39338" }, { "category": "external", "summary": "RHBZ#2304369", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2304369" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-39338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-39338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-39338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39338" }, { "category": "external", "summary": "https://github.com/axios/axios/releases", "url": "https://github.com/axios/axios/releases" }, { "category": "external", "summary": "https://jeffhacks.com/advisories/2024/06/24/CVE-2024-39338.html", "url": "https://jeffhacks.com/advisories/2024/06/24/CVE-2024-39338.html" } ], "release_date": "2024-08-12T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" }, { "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "axios: axios: Server-Side Request Forgery" }, { "cve": "CVE-2024-41989", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-08-02T01:40:06+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2302433" } ], "notes": [ { "category": "description", "text": "A security issue was found in Django. If \u0027floatformat\u0027 received a string representation of a number in scientific notation with a large exponent, it could lead to significant memory consumption. To avoid this, decimals with more than 200 digits are now returned as is.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-django: Memory exhaustion in django.utils.numberformat.floatformat()", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue is categorized as moderate severity rather than important because, while it has the potential to cause significant memory consumption under specific conditions, the likelihood of such a scenario occurring in typical applications is relatively low. The issue arises primarily when processing extremely large numbers in scientific notation, which is not a common use case in most Django applications. Additionally, the impact is localized to the floatformat function, and the issue does not expose sensitive data or compromise the integrity of the application.", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-41989" }, { "category": "external", "summary": "RHBZ#2302433", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302433" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-41989", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41989" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-41989", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41989" } ], "release_date": "2024-08-06T13:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" }, { "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-django: Memory exhaustion in django.utils.numberformat.floatformat()" }, { "cve": "CVE-2024-41991", "cwe": { "id": "CWE-400", "name": "Uncontrolled Resource Consumption" }, "discovery_date": "2024-08-02T02:03:22+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2302435" } ], "notes": [ { "category": "description", "text": "A flaw was found in Django. \u0027urlize\u0027, \u0027urlizetrunc\u0027, and \u0027AdminURLFieldWidget\u0027 may be subject to a denial of service attack via certain inputs with a very large number of Unicode characters.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-django: Potential denial-of-service vulnerability in django.utils.html.urlize() and AdminURLFieldWidget", "title": "Vulnerability summary" }, { "category": "other", "text": "The identified vulnerability in Django\u0027s urlize, urlizetrunc template filters, and the AdminURLFieldWidget widget is classified as moderate severity rather than important due to its specific attack vector and impact. While the flaw allows for a potential denial-of-service (DoS) attack via inputs with a large number of Unicode characters, exploiting this vulnerability requires a significant volume of data to be processed by these components, which is a non-trivial task. Additionally, standard mitigation measures such as input validation, rate limiting, and monitoring can effectively reduce the risk.", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-41991" }, { "category": "external", "summary": "RHBZ#2302435", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302435" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-41991", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41991" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-41991", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41991" }, { "category": "external", "summary": "https://www.djangoproject.com/weblog/2024/aug/06/security-releases/", "url": "https://www.djangoproject.com/weblog/2024/aug/06/security-releases/" } ], "release_date": "2024-08-06T13:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" }, { "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-django: Potential denial-of-service vulnerability in django.utils.html.urlize() and AdminURLFieldWidget" }, { "cve": "CVE-2024-42005", "cwe": { "id": "CWE-89", "name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)" }, "discovery_date": "2024-08-02T02:08:30+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2302436" } ], "notes": [ { "category": "description", "text": "A flaw was found in Django. The QuerySet.values() and QuerySet.values_list() methods on models with a JSONField were subject to SQL injection in column aliases via a crafted JSON object key as a passed *arg.", "title": "Vulnerability description" }, { "category": "summary", "text": "python-django: Potential SQL injection in QuerySet.values() and values_list()", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is considered of moderate severity rather than high or critical because it requires specific conditions to be exploitable. The potential for SQL injection exists only when QuerySet.values() or values_list() methods are used on models with a JSONField, and an attacker must have control over the JSON object keys passed as arguments. In typical use cases, these methods are often used with predefined or controlled data, limiting the attack surface. Furthermore, the impact is constrained to the manipulation of column aliases, rather than direct injection into more critical parts of the SQL query, reducing the overall risk compared to more direct forms of SQL injection vulnerabilities.", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-42005" }, { "category": "external", "summary": "RHBZ#2302436", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2302436" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-42005", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42005" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-42005", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42005" }, { "category": "external", "summary": "https://www.djangoproject.com/weblog/2024/aug/06/security-releases/", "url": "https://www.djangoproject.com/weblog/2024/aug/06/security-releases/" } ], "release_date": "2024-08-06T13:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" }, { "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "version": "3.1" }, "products": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "python-django: Potential SQL injection in QuerySet.values() and values_list()" }, { "cve": "CVE-2024-43788", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-08-27T17:20:06.890123+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2308193" } ], "notes": [ { "category": "description", "text": "A DOM Clobbering vulnerability was found in Webpack via `AutoPublicPathRuntimeModule`. DOM Clobbering is a type of code-reuse attack where the attacker first embeds a piece of non-script through seemingly benign HTML markups in the webpage, for example, through a post or comment, and leverages the gadgets (pieces of JS code) living in the existing javascript code to transform it into executable code. This vulnerability can lead to Cross-site scripting (XSS) on websites that include Webpack-generated files and allow users to inject certain scriptless HTML tags with improperly sanitized name or ID attributes.", "title": "Vulnerability description" }, { "category": "summary", "text": "webpack: DOM Clobbering vulnerability in AutoPublicPathRuntimeModule", "title": "Vulnerability summary" }, { "category": "other", "text": "The severity of this issue is classified as moderate rather than important due to the specific conditions required for exploitation. DOM Clobbering, while serious, can only be leveraged in environments where an attacker has the ability to inject unsanitized HTML attributes (e.g., `name` or `id`) into a web page. This limits the attack surface to applications that improperly sanitize user input and rely on Webpack-generated files. Furthermore, the exploitation depends on existing vulnerabilities in the sanitization process, rather than the direct execution of arbitrary scripts. As a result, while the issue can lead to XSS, its impact is constrained by the contextual requirement of HTML injection, lowering its overall severity compared to more direct XSS vectors.", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-43788" }, { "category": "external", "summary": "RHBZ#2308193", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2308193" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-43788", "url": "https://www.cve.org/CVERecord?id=CVE-2024-43788" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-43788", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-43788" }, { "category": "external", "summary": "https://github.com/webpack/webpack/commit/955e057abc6cc83cbc3fa1e1ef67a49758bf5a61", "url": "https://github.com/webpack/webpack/commit/955e057abc6cc83cbc3fa1e1ef67a49758bf5a61" }, { "category": "external", "summary": "https://github.com/webpack/webpack/security/advisories/GHSA-4vvj-4cpr-p986", "url": "https://github.com/webpack/webpack/security/advisories/GHSA-4vvj-4cpr-p986" }, { "category": "external", "summary": "https://research.securitum.com/xss-in-amp4email-dom-clobbering", "url": "https://research.securitum.com/xss-in-amp4email-dom-clobbering" }, { "category": "external", "summary": "https://scnps.co/papers/sp23_domclob.pdf", "url": "https://scnps.co/papers/sp23_domclob.pdf" } ], "release_date": "2024-08-27T17:15:07.967000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" }, { "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "webpack: DOM Clobbering vulnerability in AutoPublicPathRuntimeModule" }, { "cve": "CVE-2024-43796", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-09-10T15:30:28.106254+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2311152" } ], "notes": [ { "category": "description", "text": "A flaw was found in Express. This vulnerability allows untrusted code execution via passing untrusted user input to response.redirect(), even if the input is sanitized.", "title": "Vulnerability description" }, { "category": "summary", "text": "express: Improper Input Handling in Express Redirects", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-43796" }, { "category": "external", "summary": "RHBZ#2311152", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311152" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-43796", "url": "https://www.cve.org/CVERecord?id=CVE-2024-43796" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-43796", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-43796" }, { "category": "external", "summary": "https://github.com/expressjs/express/commit/54271f69b511fea198471e6ff3400ab805d6b553", "url": "https://github.com/expressjs/express/commit/54271f69b511fea198471e6ff3400ab805d6b553" }, { "category": "external", "summary": "https://github.com/expressjs/express/security/advisories/GHSA-qw6h-vgh9-j6wx", "url": "https://github.com/expressjs/express/security/advisories/GHSA-qw6h-vgh9-j6wx" } ], "release_date": "2024-09-10T15:15:17.510000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" }, { "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.0, "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:L", "version": "3.1" }, "products": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "express: Improper Input Handling in Express Redirects" }, { "cve": "CVE-2024-43799", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-09-10T15:30:30.869487+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2311153" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Send library. This vulnerability allows remote code execution via untrusted input passed to the SendStream.redirect() function.", "title": "Vulnerability description" }, { "category": "summary", "text": "send: Code Execution Vulnerability in Send Library", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-43799" }, { "category": "external", "summary": "RHBZ#2311153", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311153" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-43799", "url": "https://www.cve.org/CVERecord?id=CVE-2024-43799" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-43799", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-43799" }, { "category": "external", "summary": "https://github.com/pillarjs/send/commit/ae4f2989491b392ae2ef3b0015a019770ae65d35", "url": "https://github.com/pillarjs/send/commit/ae4f2989491b392ae2ef3b0015a019770ae65d35" }, { "category": "external", "summary": "https://github.com/pillarjs/send/security/advisories/GHSA-m6fv-jmcg-4jfg", "url": "https://github.com/pillarjs/send/security/advisories/GHSA-m6fv-jmcg-4jfg" } ], "release_date": "2024-09-10T15:15:17.727000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" }, { "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.0, "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:L", "version": "3.1" }, "products": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "send: Code Execution Vulnerability in Send Library" }, { "cve": "CVE-2024-43800", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-09-10T15:30:33.631718+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2311154" } ], "notes": [ { "category": "description", "text": "A flaw was found in serve-static. This issue may allow the execution of untrusted code via passing sanitized yet untrusted user input to redirect().", "title": "Vulnerability description" }, { "category": "summary", "text": "serve-static: Improper Sanitization in serve-static", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-43800" }, { "category": "external", "summary": "RHBZ#2311154", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311154" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-43800", "url": "https://www.cve.org/CVERecord?id=CVE-2024-43800" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-43800", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-43800" }, { "category": "external", "summary": "https://github.com/expressjs/serve-static/commit/0c11fad159898cdc69fd9ab63269b72468ecaf6b", "url": "https://github.com/expressjs/serve-static/commit/0c11fad159898cdc69fd9ab63269b72468ecaf6b" }, { "category": "external", "summary": "https://github.com/expressjs/serve-static/commit/ce730896fddce1588111d9ef6fdf20896de5c6fa", "url": "https://github.com/expressjs/serve-static/commit/ce730896fddce1588111d9ef6fdf20896de5c6fa" }, { "category": "external", "summary": "https://github.com/expressjs/serve-static/security/advisories/GHSA-cm22-4g7w-348p", "url": "https://github.com/expressjs/serve-static/security/advisories/GHSA-cm22-4g7w-348p" } ], "release_date": "2024-09-10T15:15:17.937000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" }, { "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.0, "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:L", "version": "3.1" }, "products": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "serve-static: Improper Sanitization in serve-static" }, { "cve": "CVE-2024-45296", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-09T19:20:18.127723+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2310908" } ], "notes": [ { "category": "description", "text": "A flaw was found in path-to-regexp package, where it turns path strings into regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance. Because JavaScript is single-threaded and regex matching runs on the main thread, poor performance will block the event loop and lead to a denial of service (DoS).", "title": "Vulnerability description" }, { "category": "summary", "text": "path-to-regexp: Backtracking regular expressions cause ReDoS", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45296" }, { "category": "external", "summary": "RHBZ#2310908", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310908" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45296", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45296" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45296", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45296" }, { "category": "external", "summary": "https://github.com/pillarjs/path-to-regexp/commit/29b96b4a1de52824e1ca0f49a701183cc4ed476f", "url": "https://github.com/pillarjs/path-to-regexp/commit/29b96b4a1de52824e1ca0f49a701183cc4ed476f" }, { "category": "external", "summary": "https://github.com/pillarjs/path-to-regexp/commit/60f2121e9b66b7b622cc01080df0aabda9eedee6", "url": "https://github.com/pillarjs/path-to-regexp/commit/60f2121e9b66b7b622cc01080df0aabda9eedee6" }, { "category": "external", "summary": "https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-9wv6-86v2-598j", "url": "https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-9wv6-86v2-598j" } ], "release_date": "2024-09-09T19:15:13.330000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" }, { "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "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:L", "version": "3.1" }, "products": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "path-to-regexp: Backtracking regular expressions cause ReDoS" }, { "cve": "CVE-2024-45590", "cwe": { "id": "CWE-405", "name": "Asymmetric Resource Consumption (Amplification)" }, "discovery_date": "2024-09-10T16:20:29.292154+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2311171" } ], "notes": [ { "category": "description", "text": "A flaw was found in body-parser. This vulnerability causes denial of service via a specially crafted payload when the URL encoding is enabled.", "title": "Vulnerability description" }, { "category": "summary", "text": "body-parser: Denial of Service Vulnerability in body-parser", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45590" }, { "category": "external", "summary": "RHBZ#2311171", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311171" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45590", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45590" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45590", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45590" }, { "category": "external", "summary": "https://github.com/expressjs/body-parser/commit/b2695c4450f06ba3b0ccf48d872a229bb41c9bce", "url": "https://github.com/expressjs/body-parser/commit/b2695c4450f06ba3b0ccf48d872a229bb41c9bce" }, { "category": "external", "summary": "https://github.com/expressjs/body-parser/security/advisories/GHSA-qwcr-r2fm-qrc7", "url": "https://github.com/expressjs/body-parser/security/advisories/GHSA-qwcr-r2fm-qrc7" } ], "release_date": "2024-09-10T16:15:21.083000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" }, { "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "body-parser: Denial of Service Vulnerability in body-parser" }, { "cve": "CVE-2024-46981", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-01-06T22:00:39.382359+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2336004" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Redis server. This flaw allows an authenticated user to use a specially crafted Lua script to manipulate the garbage collector, potentially leading to remote code execution.", "title": "Vulnerability description" }, { "category": "summary", "text": "redis: Redis\u0027 Lua library commands may lead to remote code execution", "title": "Vulnerability summary" }, { "category": "other", "text": "The problem exists in all versions of Redis with Lua scripting.\n\nThis vulnerability in Redis is classified as high severity rather than moderate due to its potential impact and exploitation scope. By manipulating the Lua garbage collector through crafted scripts, an authenticated attacker can achieve remote code execution (RCE), allowing them to execute arbitrary commands on the host system. This compromises not only the integrity and confidentiality of the data stored in Redis but also the underlying server itself. Furthermore, the exploitation does not require direct access to the server binary, making it feasible for attackers to execute through legitimate, albeit malicious, commands.", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-46981" }, { "category": "external", "summary": "RHBZ#2336004", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2336004" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-46981", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46981" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-46981", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-46981" }, { "category": "external", "summary": "https://github.com/redis/redis/releases/tag/6.2.17", "url": "https://github.com/redis/redis/releases/tag/6.2.17" }, { "category": "external", "summary": "https://github.com/redis/redis/releases/tag/7.2.7", "url": "https://github.com/redis/redis/releases/tag/7.2.7" }, { "category": "external", "summary": "https://github.com/redis/redis/releases/tag/7.4.2", "url": "https://github.com/redis/redis/releases/tag/7.4.2" }, { "category": "external", "summary": "https://github.com/redis/redis/security/advisories/GHSA-39h2-x6c4-6w4c", "url": "https://github.com/redis/redis/security/advisories/GHSA-39h2-x6c4-6w4c" } ], "release_date": "2025-01-06T21:11:51.687000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" }, { "category": "workaround", "details": "A workaround to mitigate the problem without patching the redis-server executable is to prevent users from executing Lua scripts. This can be done using ACL to restrict EVAL and EVALSHA commands.", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "redis: Redis\u0027 Lua library commands may lead to remote code execution" }, { "cve": "CVE-2024-52798", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-12-05T23:00:59.020167+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2330689" } ], "notes": [ { "category": "description", "text": "A flaw was found in path-to-regexp. A path-to-regexp turns path strings into regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance.", "title": "Vulnerability description" }, { "category": "summary", "text": "path-to-regexp: path-to-regexp Unpatched `path-to-regexp` ReDoS in 0.1.x", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability exists because of an incomplete fix for CVE-2024-45296.", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-52798" }, { "category": "external", "summary": "RHBZ#2330689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2330689" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-52798", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52798" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-52798", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52798" }, { "category": "external", "summary": "https://github.com/pillarjs/path-to-regexp/commit/f01c26a013b1889f0c217c643964513acf17f6a4", "url": "https://github.com/pillarjs/path-to-regexp/commit/f01c26a013b1889f0c217c643964513acf17f6a4" }, { "category": "external", "summary": "https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-rhx6-c78j-4q9w", "url": "https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-rhx6-c78j-4q9w" } ], "release_date": "2024-12-05T22:45:42.774000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" }, { "category": "workaround", "details": "Avoid using two parameters within a single path segment when the separator is not, for example, /:a-:b. Alternatively, you can define the regex used for both parameters and ensure they do not overlap to allow backtracking.", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "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:L", "version": "3.1" }, "products": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "path-to-regexp: path-to-regexp Unpatched `path-to-regexp` ReDoS in 0.1.x" }, { "cve": "CVE-2024-53907", "cwe": { "id": "CWE-1169", "name": "CWE-1169" }, "discovery_date": "2024-11-28T02:48:36.215000+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2329288" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the Django Web Framework. The strip_tags() and stripbtags template filter may be vulnerable to a potential denial of service (DoS) in cases of a large sequence of nested incomplete HTML entities.", "title": "Vulnerability description" }, { "category": "summary", "text": "django: Potential denial-of-service in django.utils.html.strip_tags()", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as a Moderate severity because it exposes the strip_tags() method and striptags template filter to a potential denial-of-service attack, malicious input containing large sequences of nested incomplete HTML entities could cause excessive processing, but it does not affect data confidentiality or integrity", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-53907" }, { "category": "external", "summary": "RHBZ#2329288", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329288" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-53907", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53907" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-53907", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53907" }, { "category": "external", "summary": "https://www.djangoproject.com/weblog/2024/dec/04/security-releases/", "url": "https://www.djangoproject.com/weblog/2024/dec/04/security-releases/" } ], "release_date": "2024-12-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" }, { "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "django: Potential denial-of-service in django.utils.html.strip_tags()" }, { "cve": "CVE-2024-55565", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2024-12-09T02:00:45.255738+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331063" } ], "notes": [ { "category": "description", "text": "nanoid (aka Nano ID) before 5.0.9 mishandles non-integer values. 3.3.8 is also a fixed version.", "title": "Vulnerability description" }, { "category": "summary", "text": "nanoid: nanoid mishandles non-integer values", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-55565" }, { "category": "external", "summary": "RHBZ#2331063", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331063" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-55565", "url": "https://www.cve.org/CVERecord?id=CVE-2024-55565" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-55565", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-55565" }, { "category": "external", "summary": "https://github.com/ai/nanoid/compare/3.3.7...3.3.8", "url": "https://github.com/ai/nanoid/compare/3.3.7...3.3.8" }, { "category": "external", "summary": "https://github.com/ai/nanoid/pull/510", "url": "https://github.com/ai/nanoid/pull/510" }, { "category": "external", "summary": "https://github.com/ai/nanoid/releases/tag/5.0.9", "url": "https://github.com/ai/nanoid/releases/tag/5.0.9" } ], "release_date": "2024-12-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nanoid: nanoid mishandles non-integer values" }, { "cve": "CVE-2024-56201", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2024-12-23T16:00:38.768252+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333854" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through malicious filenames", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56201" }, { "category": "external", "summary": "RHBZ#2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56201" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f", "url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f" }, { "category": "external", "summary": "https://github.com/pallets/jinja/issues/1792", "url": "https://github.com/pallets/jinja/issues/1792" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699" } ], "release_date": "2024-12-23T15:37:36.110000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" }, { "category": "workaround", "details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jinja2: Jinja has a sandbox breakout through malicious filenames" }, { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" }, { "cve": "CVE-2024-56374", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-01-14T20:01:09.167282+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2337996" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Django framework. Lack of upper bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial of service attack. The undocumented and private functions `clean_ipv6_address` and `is_valid_ipv6_address` were vulnerable, as was the `django.forms.GenericIPAddressField` form field, which has now been updated to define a `max_length` of 39 characters.", "title": "Vulnerability description" }, { "category": "summary", "text": "django: potential denial-of-service vulnerability in IPv6 validation", "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": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56374" }, { "category": "external", "summary": "RHBZ#2337996", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337996" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56374", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56374" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56374", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56374" }, { "category": "external", "summary": "http://www.openwall.com/lists/oss-security/2025/01/14/2", "url": "http://www.openwall.com/lists/oss-security/2025/01/14/2" }, { "category": "external", "summary": "https://docs.djangoproject.com/en/dev/releases/security/", "url": "https://docs.djangoproject.com/en/dev/releases/security/" }, { "category": "external", "summary": "https://groups.google.com/g/django-announce", "url": "https://groups.google.com/g/django-announce" }, { "category": "external", "summary": "https://www.djangoproject.com/weblog/2025/jan/14/security-releases/", "url": "https://www.djangoproject.com/weblog/2025/jan/14/security-releases/" } ], "release_date": "2025-01-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T18:38:39+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1249" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L", "version": "3.1" }, "products": [ "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:b41eeb83e5c7ad9937a90ac6247fe5305a7ff90b39ae6a23765e0f2e22bdca70_arm64", "9Base-discovery-1:discovery/discovery-server-rhel9@sha256:c6488740a778ca3a1aa3dfdc513d4989ac366728d9f93fe8a57a51c562270771_amd64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c5a4ba16f7322e2b89fefa198dc673434f73709a47cf7a85bbccf1ba7a73dd7c_arm64", "9Base-discovery-1:discovery/discovery-ui-rhel9@sha256:c6f7be7cb58e77958c518fdd68c80a745dcec48fa5397af8c68593254e03743a_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "django: potential denial-of-service vulnerability in IPv6 validation" } ] }
rhsa-2025:1123
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Container Platform release 4.16.34 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.16.\n\nRed Hat Product Security has rated this update as having a security impact of important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.16.34. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:1124\n\nSecurity Fix(es):\n\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in\ngolang.org/x/net/html (CVE-2024-45338)\n* jinja2: Jinja has a sandbox breakout through malicious filenames\n(CVE-2024-56201)\n* jinja2: Jinja has a sandbox breakout through indirect reference to format\nmethod (CVE-2024-56326)\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\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.16/updating/updating_a_cluster/updating-cluster-cli.html", "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-2025:1123", "url": "https://access.redhat.com/errata/RHSA-2025:1123" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2330539", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2330539" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1123.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.16.34 security and extras update", "tracking": { "current_release_date": "2025-02-20T11:27:50+00:00", "generator": { "date": "2025-02-20T11:27:50+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:1123", "initial_release_date": "2025-02-12T00:13:05+00:00", "revision_history": [ { "date": "2025-02-12T00:13:05+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-12T00:13:05+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:27:50+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.16", "product": { "name": "Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.16::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-ansible-rhel9-operator@sha256:6d7dd4dd58b1a5ef415ae096e8aa099441bd47fb6bb04f152262bb8b2e656a3d_amd64", "product": { "name": "openshift4/ose-ansible-rhel9-operator@sha256:6d7dd4dd58b1a5ef415ae096e8aa099441bd47fb6bb04f152262bb8b2e656a3d_amd64", "product_id": "openshift4/ose-ansible-rhel9-operator@sha256:6d7dd4dd58b1a5ef415ae096e8aa099441bd47fb6bb04f152262bb8b2e656a3d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:6d7dd4dd58b1a5ef415ae096e8aa099441bd47fb6bb04f152262bb8b2e656a3d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.16.0-202501311735.p0.g2cb0020.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-helm-rhel9-operator@sha256:cf512da56bb27aeb194b38b7792029286285e19e904788984a058eb596779539_amd64", "product": { "name": "openshift4/ose-helm-rhel9-operator@sha256:cf512da56bb27aeb194b38b7792029286285e19e904788984a058eb596779539_amd64", "product_id": "openshift4/ose-helm-rhel9-operator@sha256:cf512da56bb27aeb194b38b7792029286285e19e904788984a058eb596779539_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-helm-rhel9-operator@sha256:cf512da56bb27aeb194b38b7792029286285e19e904788984a058eb596779539?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=v4.16.0-202501311933.p0.g4246d04.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-sdk-rhel9@sha256:a773937982aa37ef645253e2e6e2d9c38fb4d9a8da0acb151f662fc382ec4536_amd64", "product": { "name": "openshift4/ose-operator-sdk-rhel9@sha256:a773937982aa37ef645253e2e6e2d9c38fb4d9a8da0acb151f662fc382ec4536_amd64", "product_id": "openshift4/ose-operator-sdk-rhel9@sha256:a773937982aa37ef645253e2e6e2d9c38fb4d9a8da0acb151f662fc382ec4536_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-sdk-rhel9@sha256:a773937982aa37ef645253e2e6e2d9c38fb4d9a8da0acb151f662fc382ec4536?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=v4.16.0-202501311605.p0.g4246d04.assembly.stream.el9" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-ansible-rhel9-operator@sha256:7889b56b7aa50c9f5cf82d28e107e6fd65374a25dd146056868e84619d3b14f4_s390x", "product": { "name": "openshift4/ose-ansible-rhel9-operator@sha256:7889b56b7aa50c9f5cf82d28e107e6fd65374a25dd146056868e84619d3b14f4_s390x", "product_id": "openshift4/ose-ansible-rhel9-operator@sha256:7889b56b7aa50c9f5cf82d28e107e6fd65374a25dd146056868e84619d3b14f4_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:7889b56b7aa50c9f5cf82d28e107e6fd65374a25dd146056868e84619d3b14f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.16.0-202501311735.p0.g2cb0020.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-helm-rhel9-operator@sha256:fc509614d7dfdb900a81bb08b6665672adedd411d428498f6367baab3f0561e5_s390x", "product": { "name": "openshift4/ose-helm-rhel9-operator@sha256:fc509614d7dfdb900a81bb08b6665672adedd411d428498f6367baab3f0561e5_s390x", "product_id": "openshift4/ose-helm-rhel9-operator@sha256:fc509614d7dfdb900a81bb08b6665672adedd411d428498f6367baab3f0561e5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-helm-rhel9-operator@sha256:fc509614d7dfdb900a81bb08b6665672adedd411d428498f6367baab3f0561e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=v4.16.0-202501311933.p0.g4246d04.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-sdk-rhel9@sha256:ea76e0540b3d3d968e460cc5d6b5abe76c4bba588587f5453d32d83cf643962e_s390x", "product": { "name": "openshift4/ose-operator-sdk-rhel9@sha256:ea76e0540b3d3d968e460cc5d6b5abe76c4bba588587f5453d32d83cf643962e_s390x", "product_id": "openshift4/ose-operator-sdk-rhel9@sha256:ea76e0540b3d3d968e460cc5d6b5abe76c4bba588587f5453d32d83cf643962e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-sdk-rhel9@sha256:ea76e0540b3d3d968e460cc5d6b5abe76c4bba588587f5453d32d83cf643962e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=v4.16.0-202501311605.p0.g4246d04.assembly.stream.el9" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-ansible-rhel9-operator@sha256:47669c93d758474f9e9520aff26ecce659f8d736cd3cde046f9556f8dbc758fa_arm64", "product": { "name": "openshift4/ose-ansible-rhel9-operator@sha256:47669c93d758474f9e9520aff26ecce659f8d736cd3cde046f9556f8dbc758fa_arm64", "product_id": "openshift4/ose-ansible-rhel9-operator@sha256:47669c93d758474f9e9520aff26ecce659f8d736cd3cde046f9556f8dbc758fa_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:47669c93d758474f9e9520aff26ecce659f8d736cd3cde046f9556f8dbc758fa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.16.0-202501311735.p0.g2cb0020.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-helm-rhel9-operator@sha256:d9d23d3913086cd73b2b684adf3a87f5c34bdc2a1c9b41bc15fc97cca7ad6abb_arm64", "product": { "name": "openshift4/ose-helm-rhel9-operator@sha256:d9d23d3913086cd73b2b684adf3a87f5c34bdc2a1c9b41bc15fc97cca7ad6abb_arm64", "product_id": "openshift4/ose-helm-rhel9-operator@sha256:d9d23d3913086cd73b2b684adf3a87f5c34bdc2a1c9b41bc15fc97cca7ad6abb_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-helm-rhel9-operator@sha256:d9d23d3913086cd73b2b684adf3a87f5c34bdc2a1c9b41bc15fc97cca7ad6abb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=v4.16.0-202501311933.p0.g4246d04.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-sdk-rhel9@sha256:37690f2e992b25784a7e50395b718e8186cb52484ed25dfbf49a3ad26a62de63_arm64", "product": { "name": "openshift4/ose-operator-sdk-rhel9@sha256:37690f2e992b25784a7e50395b718e8186cb52484ed25dfbf49a3ad26a62de63_arm64", "product_id": "openshift4/ose-operator-sdk-rhel9@sha256:37690f2e992b25784a7e50395b718e8186cb52484ed25dfbf49a3ad26a62de63_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-sdk-rhel9@sha256:37690f2e992b25784a7e50395b718e8186cb52484ed25dfbf49a3ad26a62de63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=v4.16.0-202501311605.p0.g4246d04.assembly.stream.el9" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-ansible-rhel9-operator@sha256:d383dd8a2a04d05692eb8d49731267d19742830fee9ec5ea342312b105514961_ppc64le", "product": { "name": "openshift4/ose-ansible-rhel9-operator@sha256:d383dd8a2a04d05692eb8d49731267d19742830fee9ec5ea342312b105514961_ppc64le", "product_id": "openshift4/ose-ansible-rhel9-operator@sha256:d383dd8a2a04d05692eb8d49731267d19742830fee9ec5ea342312b105514961_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:d383dd8a2a04d05692eb8d49731267d19742830fee9ec5ea342312b105514961?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.16.0-202501311735.p0.g2cb0020.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-helm-rhel9-operator@sha256:0247f2a1d25885c1299c2002266144a2120c21882dfed20e79e7496512e476c4_ppc64le", "product": { "name": "openshift4/ose-helm-rhel9-operator@sha256:0247f2a1d25885c1299c2002266144a2120c21882dfed20e79e7496512e476c4_ppc64le", "product_id": "openshift4/ose-helm-rhel9-operator@sha256:0247f2a1d25885c1299c2002266144a2120c21882dfed20e79e7496512e476c4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-helm-rhel9-operator@sha256:0247f2a1d25885c1299c2002266144a2120c21882dfed20e79e7496512e476c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=v4.16.0-202501311933.p0.g4246d04.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-sdk-rhel9@sha256:71841389668e11dba445b37c6c029f6ef4be3041e23ef00c722074176504094e_ppc64le", "product": { "name": "openshift4/ose-operator-sdk-rhel9@sha256:71841389668e11dba445b37c6c029f6ef4be3041e23ef00c722074176504094e_ppc64le", "product_id": "openshift4/ose-operator-sdk-rhel9@sha256:71841389668e11dba445b37c6c029f6ef4be3041e23ef00c722074176504094e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-sdk-rhel9@sha256:71841389668e11dba445b37c6c029f6ef4be3041e23ef00c722074176504094e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=v4.16.0-202501311605.p0.g4246d04.assembly.stream.el9" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ansible-rhel9-operator@sha256:47669c93d758474f9e9520aff26ecce659f8d736cd3cde046f9556f8dbc758fa_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:47669c93d758474f9e9520aff26ecce659f8d736cd3cde046f9556f8dbc758fa_arm64" }, "product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:47669c93d758474f9e9520aff26ecce659f8d736cd3cde046f9556f8dbc758fa_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ansible-rhel9-operator@sha256:6d7dd4dd58b1a5ef415ae096e8aa099441bd47fb6bb04f152262bb8b2e656a3d_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:6d7dd4dd58b1a5ef415ae096e8aa099441bd47fb6bb04f152262bb8b2e656a3d_amd64" }, "product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:6d7dd4dd58b1a5ef415ae096e8aa099441bd47fb6bb04f152262bb8b2e656a3d_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ansible-rhel9-operator@sha256:7889b56b7aa50c9f5cf82d28e107e6fd65374a25dd146056868e84619d3b14f4_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:7889b56b7aa50c9f5cf82d28e107e6fd65374a25dd146056868e84619d3b14f4_s390x" }, "product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:7889b56b7aa50c9f5cf82d28e107e6fd65374a25dd146056868e84619d3b14f4_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ansible-rhel9-operator@sha256:d383dd8a2a04d05692eb8d49731267d19742830fee9ec5ea342312b105514961_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:d383dd8a2a04d05692eb8d49731267d19742830fee9ec5ea342312b105514961_ppc64le" }, "product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:d383dd8a2a04d05692eb8d49731267d19742830fee9ec5ea342312b105514961_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-helm-rhel9-operator@sha256:0247f2a1d25885c1299c2002266144a2120c21882dfed20e79e7496512e476c4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:0247f2a1d25885c1299c2002266144a2120c21882dfed20e79e7496512e476c4_ppc64le" }, "product_reference": "openshift4/ose-helm-rhel9-operator@sha256:0247f2a1d25885c1299c2002266144a2120c21882dfed20e79e7496512e476c4_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-helm-rhel9-operator@sha256:cf512da56bb27aeb194b38b7792029286285e19e904788984a058eb596779539_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:cf512da56bb27aeb194b38b7792029286285e19e904788984a058eb596779539_amd64" }, "product_reference": "openshift4/ose-helm-rhel9-operator@sha256:cf512da56bb27aeb194b38b7792029286285e19e904788984a058eb596779539_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-helm-rhel9-operator@sha256:d9d23d3913086cd73b2b684adf3a87f5c34bdc2a1c9b41bc15fc97cca7ad6abb_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:d9d23d3913086cd73b2b684adf3a87f5c34bdc2a1c9b41bc15fc97cca7ad6abb_arm64" }, "product_reference": "openshift4/ose-helm-rhel9-operator@sha256:d9d23d3913086cd73b2b684adf3a87f5c34bdc2a1c9b41bc15fc97cca7ad6abb_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-helm-rhel9-operator@sha256:fc509614d7dfdb900a81bb08b6665672adedd411d428498f6367baab3f0561e5_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:fc509614d7dfdb900a81bb08b6665672adedd411d428498f6367baab3f0561e5_s390x" }, "product_reference": "openshift4/ose-helm-rhel9-operator@sha256:fc509614d7dfdb900a81bb08b6665672adedd411d428498f6367baab3f0561e5_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-sdk-rhel9@sha256:37690f2e992b25784a7e50395b718e8186cb52484ed25dfbf49a3ad26a62de63_arm64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:37690f2e992b25784a7e50395b718e8186cb52484ed25dfbf49a3ad26a62de63_arm64" }, "product_reference": "openshift4/ose-operator-sdk-rhel9@sha256:37690f2e992b25784a7e50395b718e8186cb52484ed25dfbf49a3ad26a62de63_arm64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-sdk-rhel9@sha256:71841389668e11dba445b37c6c029f6ef4be3041e23ef00c722074176504094e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:71841389668e11dba445b37c6c029f6ef4be3041e23ef00c722074176504094e_ppc64le" }, "product_reference": "openshift4/ose-operator-sdk-rhel9@sha256:71841389668e11dba445b37c6c029f6ef4be3041e23ef00c722074176504094e_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-sdk-rhel9@sha256:a773937982aa37ef645253e2e6e2d9c38fb4d9a8da0acb151f662fc382ec4536_amd64 as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:a773937982aa37ef645253e2e6e2d9c38fb4d9a8da0acb151f662fc382ec4536_amd64" }, "product_reference": "openshift4/ose-operator-sdk-rhel9@sha256:a773937982aa37ef645253e2e6e2d9c38fb4d9a8da0acb151f662fc382ec4536_amd64", "relates_to_product_reference": "9Base-RHOSE-4.16" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-sdk-rhel9@sha256:ea76e0540b3d3d968e460cc5d6b5abe76c4bba588587f5453d32d83cf643962e_s390x as a component of Red Hat OpenShift Container Platform 4.16", "product_id": "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:ea76e0540b3d3d968e460cc5d6b5abe76c4bba588587f5453d32d83cf643962e_s390x" }, "product_reference": "openshift4/ose-operator-sdk-rhel9@sha256:ea76e0540b3d3d968e460cc5d6b5abe76c4bba588587f5453d32d83cf643962e_s390x", "relates_to_product_reference": "9Base-RHOSE-4.16" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Pedro Gallegos", "Simon Scannell", "Jasiel Spelman" ], "organization": "Google" } ], "cve": "CVE-2024-12085", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2024-12-05T12:06:36.594000+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2330539" } ], "notes": [ { "category": "description", "text": "A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.", "title": "Vulnerability description" }, { "category": "summary", "text": "rsync: Info Leak via Uninitialized Stack Contents", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as having Important impact as it helps bypass Address Space Layout Randomization (ASLR). ASLR is a memory protection system which makes the exploitation of memory corruption vulnerabilities more difficult.", "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": [ "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:47669c93d758474f9e9520aff26ecce659f8d736cd3cde046f9556f8dbc758fa_arm64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:6d7dd4dd58b1a5ef415ae096e8aa099441bd47fb6bb04f152262bb8b2e656a3d_amd64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:7889b56b7aa50c9f5cf82d28e107e6fd65374a25dd146056868e84619d3b14f4_s390x", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:d383dd8a2a04d05692eb8d49731267d19742830fee9ec5ea342312b105514961_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:0247f2a1d25885c1299c2002266144a2120c21882dfed20e79e7496512e476c4_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:cf512da56bb27aeb194b38b7792029286285e19e904788984a058eb596779539_amd64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:d9d23d3913086cd73b2b684adf3a87f5c34bdc2a1c9b41bc15fc97cca7ad6abb_arm64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:fc509614d7dfdb900a81bb08b6665672adedd411d428498f6367baab3f0561e5_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:37690f2e992b25784a7e50395b718e8186cb52484ed25dfbf49a3ad26a62de63_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:71841389668e11dba445b37c6c029f6ef4be3041e23ef00c722074176504094e_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:a773937982aa37ef645253e2e6e2d9c38fb4d9a8da0acb151f662fc382ec4536_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:ea76e0540b3d3d968e460cc5d6b5abe76c4bba588587f5453d32d83cf643962e_s390x" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-12085" }, { "category": "external", "summary": "RHBZ#2330539", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2330539" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-12085", "url": "https://www.cve.org/CVERecord?id=CVE-2024-12085" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12085", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12085" }, { "category": "external", "summary": "https://kb.cert.org/vuls/id/952657", "url": "https://kb.cert.org/vuls/id/952657" } ], "release_date": "2025-01-14T15:06:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-12T00:13:05+00:00", "details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html", "product_ids": [ "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:47669c93d758474f9e9520aff26ecce659f8d736cd3cde046f9556f8dbc758fa_arm64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:6d7dd4dd58b1a5ef415ae096e8aa099441bd47fb6bb04f152262bb8b2e656a3d_amd64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:7889b56b7aa50c9f5cf82d28e107e6fd65374a25dd146056868e84619d3b14f4_s390x", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:d383dd8a2a04d05692eb8d49731267d19742830fee9ec5ea342312b105514961_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:0247f2a1d25885c1299c2002266144a2120c21882dfed20e79e7496512e476c4_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:cf512da56bb27aeb194b38b7792029286285e19e904788984a058eb596779539_amd64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:d9d23d3913086cd73b2b684adf3a87f5c34bdc2a1c9b41bc15fc97cca7ad6abb_arm64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:fc509614d7dfdb900a81bb08b6665672adedd411d428498f6367baab3f0561e5_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:37690f2e992b25784a7e50395b718e8186cb52484ed25dfbf49a3ad26a62de63_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:71841389668e11dba445b37c6c029f6ef4be3041e23ef00c722074176504094e_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:a773937982aa37ef645253e2e6e2d9c38fb4d9a8da0acb151f662fc382ec4536_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:ea76e0540b3d3d968e460cc5d6b5abe76c4bba588587f5453d32d83cf643962e_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1123" }, { "category": "workaround", "details": "Seeing as this vulnerability relies on information leakage coming from the presence of data in the uninitialized memory of the `sum2` buffer, a potential mitigation involves compiling rsync with the `-ftrivial-auto-var-init=zero` option set. This mitigates the issue because it initializes the `sum2` variable\u0027s memory with zeroes to prevent uninitialized memory disclosure.", "product_ids": [ "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:47669c93d758474f9e9520aff26ecce659f8d736cd3cde046f9556f8dbc758fa_arm64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:6d7dd4dd58b1a5ef415ae096e8aa099441bd47fb6bb04f152262bb8b2e656a3d_amd64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:7889b56b7aa50c9f5cf82d28e107e6fd65374a25dd146056868e84619d3b14f4_s390x", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:d383dd8a2a04d05692eb8d49731267d19742830fee9ec5ea342312b105514961_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:0247f2a1d25885c1299c2002266144a2120c21882dfed20e79e7496512e476c4_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:cf512da56bb27aeb194b38b7792029286285e19e904788984a058eb596779539_amd64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:d9d23d3913086cd73b2b684adf3a87f5c34bdc2a1c9b41bc15fc97cca7ad6abb_arm64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:fc509614d7dfdb900a81bb08b6665672adedd411d428498f6367baab3f0561e5_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:37690f2e992b25784a7e50395b718e8186cb52484ed25dfbf49a3ad26a62de63_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:71841389668e11dba445b37c6c029f6ef4be3041e23ef00c722074176504094e_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:a773937982aa37ef645253e2e6e2d9c38fb4d9a8da0acb151f662fc382ec4536_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:ea76e0540b3d3d968e460cc5d6b5abe76c4bba588587f5453d32d83cf643962e_s390x" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:47669c93d758474f9e9520aff26ecce659f8d736cd3cde046f9556f8dbc758fa_arm64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:6d7dd4dd58b1a5ef415ae096e8aa099441bd47fb6bb04f152262bb8b2e656a3d_amd64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:7889b56b7aa50c9f5cf82d28e107e6fd65374a25dd146056868e84619d3b14f4_s390x", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:d383dd8a2a04d05692eb8d49731267d19742830fee9ec5ea342312b105514961_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:0247f2a1d25885c1299c2002266144a2120c21882dfed20e79e7496512e476c4_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:cf512da56bb27aeb194b38b7792029286285e19e904788984a058eb596779539_amd64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:d9d23d3913086cd73b2b684adf3a87f5c34bdc2a1c9b41bc15fc97cca7ad6abb_arm64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:fc509614d7dfdb900a81bb08b6665672adedd411d428498f6367baab3f0561e5_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:37690f2e992b25784a7e50395b718e8186cb52484ed25dfbf49a3ad26a62de63_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:71841389668e11dba445b37c6c029f6ef4be3041e23ef00c722074176504094e_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:a773937982aa37ef645253e2e6e2d9c38fb4d9a8da0acb151f662fc382ec4536_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:ea76e0540b3d3d968e460cc5d6b5abe76c4bba588587f5453d32d83cf643962e_s390x" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "rsync: Info Leak via Uninitialized Stack Contents" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "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": [ "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:47669c93d758474f9e9520aff26ecce659f8d736cd3cde046f9556f8dbc758fa_arm64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:6d7dd4dd58b1a5ef415ae096e8aa099441bd47fb6bb04f152262bb8b2e656a3d_amd64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:7889b56b7aa50c9f5cf82d28e107e6fd65374a25dd146056868e84619d3b14f4_s390x", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:d383dd8a2a04d05692eb8d49731267d19742830fee9ec5ea342312b105514961_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:0247f2a1d25885c1299c2002266144a2120c21882dfed20e79e7496512e476c4_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:cf512da56bb27aeb194b38b7792029286285e19e904788984a058eb596779539_amd64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:d9d23d3913086cd73b2b684adf3a87f5c34bdc2a1c9b41bc15fc97cca7ad6abb_arm64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:fc509614d7dfdb900a81bb08b6665672adedd411d428498f6367baab3f0561e5_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:37690f2e992b25784a7e50395b718e8186cb52484ed25dfbf49a3ad26a62de63_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:71841389668e11dba445b37c6c029f6ef4be3041e23ef00c722074176504094e_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:a773937982aa37ef645253e2e6e2d9c38fb4d9a8da0acb151f662fc382ec4536_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:ea76e0540b3d3d968e460cc5d6b5abe76c4bba588587f5453d32d83cf643962e_s390x" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-12T00:13:05+00:00", "details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html", "product_ids": [ "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:47669c93d758474f9e9520aff26ecce659f8d736cd3cde046f9556f8dbc758fa_arm64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:6d7dd4dd58b1a5ef415ae096e8aa099441bd47fb6bb04f152262bb8b2e656a3d_amd64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:7889b56b7aa50c9f5cf82d28e107e6fd65374a25dd146056868e84619d3b14f4_s390x", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:d383dd8a2a04d05692eb8d49731267d19742830fee9ec5ea342312b105514961_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:0247f2a1d25885c1299c2002266144a2120c21882dfed20e79e7496512e476c4_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:cf512da56bb27aeb194b38b7792029286285e19e904788984a058eb596779539_amd64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:d9d23d3913086cd73b2b684adf3a87f5c34bdc2a1c9b41bc15fc97cca7ad6abb_arm64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:fc509614d7dfdb900a81bb08b6665672adedd411d428498f6367baab3f0561e5_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:37690f2e992b25784a7e50395b718e8186cb52484ed25dfbf49a3ad26a62de63_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:71841389668e11dba445b37c6c029f6ef4be3041e23ef00c722074176504094e_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:a773937982aa37ef645253e2e6e2d9c38fb4d9a8da0acb151f662fc382ec4536_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:ea76e0540b3d3d968e460cc5d6b5abe76c4bba588587f5453d32d83cf643962e_s390x" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1123" } ], "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": [ "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:47669c93d758474f9e9520aff26ecce659f8d736cd3cde046f9556f8dbc758fa_arm64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:6d7dd4dd58b1a5ef415ae096e8aa099441bd47fb6bb04f152262bb8b2e656a3d_amd64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:7889b56b7aa50c9f5cf82d28e107e6fd65374a25dd146056868e84619d3b14f4_s390x", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:d383dd8a2a04d05692eb8d49731267d19742830fee9ec5ea342312b105514961_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:0247f2a1d25885c1299c2002266144a2120c21882dfed20e79e7496512e476c4_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:cf512da56bb27aeb194b38b7792029286285e19e904788984a058eb596779539_amd64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:d9d23d3913086cd73b2b684adf3a87f5c34bdc2a1c9b41bc15fc97cca7ad6abb_arm64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:fc509614d7dfdb900a81bb08b6665672adedd411d428498f6367baab3f0561e5_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:37690f2e992b25784a7e50395b718e8186cb52484ed25dfbf49a3ad26a62de63_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:71841389668e11dba445b37c6c029f6ef4be3041e23ef00c722074176504094e_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:a773937982aa37ef645253e2e6e2d9c38fb4d9a8da0acb151f662fc382ec4536_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:ea76e0540b3d3d968e460cc5d6b5abe76c4bba588587f5453d32d83cf643962e_s390x" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" }, { "cve": "CVE-2024-56201", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2024-12-23T16:00:38.768252+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:0247f2a1d25885c1299c2002266144a2120c21882dfed20e79e7496512e476c4_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:cf512da56bb27aeb194b38b7792029286285e19e904788984a058eb596779539_amd64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:d9d23d3913086cd73b2b684adf3a87f5c34bdc2a1c9b41bc15fc97cca7ad6abb_arm64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:fc509614d7dfdb900a81bb08b6665672adedd411d428498f6367baab3f0561e5_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:37690f2e992b25784a7e50395b718e8186cb52484ed25dfbf49a3ad26a62de63_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:71841389668e11dba445b37c6c029f6ef4be3041e23ef00c722074176504094e_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:a773937982aa37ef645253e2e6e2d9c38fb4d9a8da0acb151f662fc382ec4536_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:ea76e0540b3d3d968e460cc5d6b5abe76c4bba588587f5453d32d83cf643962e_s390x" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333854" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through malicious filenames", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.", "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": [ "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:47669c93d758474f9e9520aff26ecce659f8d736cd3cde046f9556f8dbc758fa_arm64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:6d7dd4dd58b1a5ef415ae096e8aa099441bd47fb6bb04f152262bb8b2e656a3d_amd64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:7889b56b7aa50c9f5cf82d28e107e6fd65374a25dd146056868e84619d3b14f4_s390x", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:d383dd8a2a04d05692eb8d49731267d19742830fee9ec5ea342312b105514961_ppc64le" ], "known_not_affected": [ "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:0247f2a1d25885c1299c2002266144a2120c21882dfed20e79e7496512e476c4_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:cf512da56bb27aeb194b38b7792029286285e19e904788984a058eb596779539_amd64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:d9d23d3913086cd73b2b684adf3a87f5c34bdc2a1c9b41bc15fc97cca7ad6abb_arm64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:fc509614d7dfdb900a81bb08b6665672adedd411d428498f6367baab3f0561e5_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:37690f2e992b25784a7e50395b718e8186cb52484ed25dfbf49a3ad26a62de63_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:71841389668e11dba445b37c6c029f6ef4be3041e23ef00c722074176504094e_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:a773937982aa37ef645253e2e6e2d9c38fb4d9a8da0acb151f662fc382ec4536_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:ea76e0540b3d3d968e460cc5d6b5abe76c4bba588587f5453d32d83cf643962e_s390x" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56201" }, { "category": "external", "summary": "RHBZ#2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56201" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f", "url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f" }, { "category": "external", "summary": "https://github.com/pallets/jinja/issues/1792", "url": "https://github.com/pallets/jinja/issues/1792" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699" } ], "release_date": "2024-12-23T15:37:36.110000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-12T00:13:05+00:00", "details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html", "product_ids": [ "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:47669c93d758474f9e9520aff26ecce659f8d736cd3cde046f9556f8dbc758fa_arm64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:6d7dd4dd58b1a5ef415ae096e8aa099441bd47fb6bb04f152262bb8b2e656a3d_amd64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:7889b56b7aa50c9f5cf82d28e107e6fd65374a25dd146056868e84619d3b14f4_s390x", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:d383dd8a2a04d05692eb8d49731267d19742830fee9ec5ea342312b105514961_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1123" }, { "category": "workaround", "details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.", "product_ids": [ "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:47669c93d758474f9e9520aff26ecce659f8d736cd3cde046f9556f8dbc758fa_arm64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:6d7dd4dd58b1a5ef415ae096e8aa099441bd47fb6bb04f152262bb8b2e656a3d_amd64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:7889b56b7aa50c9f5cf82d28e107e6fd65374a25dd146056868e84619d3b14f4_s390x", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:d383dd8a2a04d05692eb8d49731267d19742830fee9ec5ea342312b105514961_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:0247f2a1d25885c1299c2002266144a2120c21882dfed20e79e7496512e476c4_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:cf512da56bb27aeb194b38b7792029286285e19e904788984a058eb596779539_amd64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:d9d23d3913086cd73b2b684adf3a87f5c34bdc2a1c9b41bc15fc97cca7ad6abb_arm64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:fc509614d7dfdb900a81bb08b6665672adedd411d428498f6367baab3f0561e5_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:37690f2e992b25784a7e50395b718e8186cb52484ed25dfbf49a3ad26a62de63_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:71841389668e11dba445b37c6c029f6ef4be3041e23ef00c722074176504094e_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:a773937982aa37ef645253e2e6e2d9c38fb4d9a8da0acb151f662fc382ec4536_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:ea76e0540b3d3d968e460cc5d6b5abe76c4bba588587f5453d32d83cf643962e_s390x" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:47669c93d758474f9e9520aff26ecce659f8d736cd3cde046f9556f8dbc758fa_arm64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:6d7dd4dd58b1a5ef415ae096e8aa099441bd47fb6bb04f152262bb8b2e656a3d_amd64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:7889b56b7aa50c9f5cf82d28e107e6fd65374a25dd146056868e84619d3b14f4_s390x", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:d383dd8a2a04d05692eb8d49731267d19742830fee9ec5ea342312b105514961_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:0247f2a1d25885c1299c2002266144a2120c21882dfed20e79e7496512e476c4_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:cf512da56bb27aeb194b38b7792029286285e19e904788984a058eb596779539_amd64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:d9d23d3913086cd73b2b684adf3a87f5c34bdc2a1c9b41bc15fc97cca7ad6abb_arm64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:fc509614d7dfdb900a81bb08b6665672adedd411d428498f6367baab3f0561e5_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:37690f2e992b25784a7e50395b718e8186cb52484ed25dfbf49a3ad26a62de63_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:71841389668e11dba445b37c6c029f6ef4be3041e23ef00c722074176504094e_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:a773937982aa37ef645253e2e6e2d9c38fb4d9a8da0acb151f662fc382ec4536_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:ea76e0540b3d3d968e460cc5d6b5abe76c4bba588587f5453d32d83cf643962e_s390x" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jinja2: Jinja has a sandbox breakout through malicious filenames" }, { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:0247f2a1d25885c1299c2002266144a2120c21882dfed20e79e7496512e476c4_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:cf512da56bb27aeb194b38b7792029286285e19e904788984a058eb596779539_amd64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:d9d23d3913086cd73b2b684adf3a87f5c34bdc2a1c9b41bc15fc97cca7ad6abb_arm64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:fc509614d7dfdb900a81bb08b6665672adedd411d428498f6367baab3f0561e5_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:37690f2e992b25784a7e50395b718e8186cb52484ed25dfbf49a3ad26a62de63_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:71841389668e11dba445b37c6c029f6ef4be3041e23ef00c722074176504094e_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:a773937982aa37ef645253e2e6e2d9c38fb4d9a8da0acb151f662fc382ec4536_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:ea76e0540b3d3d968e460cc5d6b5abe76c4bba588587f5453d32d83cf643962e_s390x" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "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": [ "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:47669c93d758474f9e9520aff26ecce659f8d736cd3cde046f9556f8dbc758fa_arm64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:6d7dd4dd58b1a5ef415ae096e8aa099441bd47fb6bb04f152262bb8b2e656a3d_amd64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:7889b56b7aa50c9f5cf82d28e107e6fd65374a25dd146056868e84619d3b14f4_s390x", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:d383dd8a2a04d05692eb8d49731267d19742830fee9ec5ea342312b105514961_ppc64le" ], "known_not_affected": [ "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:0247f2a1d25885c1299c2002266144a2120c21882dfed20e79e7496512e476c4_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:cf512da56bb27aeb194b38b7792029286285e19e904788984a058eb596779539_amd64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:d9d23d3913086cd73b2b684adf3a87f5c34bdc2a1c9b41bc15fc97cca7ad6abb_arm64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:fc509614d7dfdb900a81bb08b6665672adedd411d428498f6367baab3f0561e5_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:37690f2e992b25784a7e50395b718e8186cb52484ed25dfbf49a3ad26a62de63_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:71841389668e11dba445b37c6c029f6ef4be3041e23ef00c722074176504094e_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:a773937982aa37ef645253e2e6e2d9c38fb4d9a8da0acb151f662fc382ec4536_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:ea76e0540b3d3d968e460cc5d6b5abe76c4bba588587f5453d32d83cf643962e_s390x" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-12T00:13:05+00:00", "details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html", "product_ids": [ "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:47669c93d758474f9e9520aff26ecce659f8d736cd3cde046f9556f8dbc758fa_arm64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:6d7dd4dd58b1a5ef415ae096e8aa099441bd47fb6bb04f152262bb8b2e656a3d_amd64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:7889b56b7aa50c9f5cf82d28e107e6fd65374a25dd146056868e84619d3b14f4_s390x", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:d383dd8a2a04d05692eb8d49731267d19742830fee9ec5ea342312b105514961_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1123" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:47669c93d758474f9e9520aff26ecce659f8d736cd3cde046f9556f8dbc758fa_arm64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:6d7dd4dd58b1a5ef415ae096e8aa099441bd47fb6bb04f152262bb8b2e656a3d_amd64", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:7889b56b7aa50c9f5cf82d28e107e6fd65374a25dd146056868e84619d3b14f4_s390x", "9Base-RHOSE-4.16:openshift4/ose-ansible-rhel9-operator@sha256:d383dd8a2a04d05692eb8d49731267d19742830fee9ec5ea342312b105514961_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:0247f2a1d25885c1299c2002266144a2120c21882dfed20e79e7496512e476c4_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:cf512da56bb27aeb194b38b7792029286285e19e904788984a058eb596779539_amd64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:d9d23d3913086cd73b2b684adf3a87f5c34bdc2a1c9b41bc15fc97cca7ad6abb_arm64", "9Base-RHOSE-4.16:openshift4/ose-helm-rhel9-operator@sha256:fc509614d7dfdb900a81bb08b6665672adedd411d428498f6367baab3f0561e5_s390x", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:37690f2e992b25784a7e50395b718e8186cb52484ed25dfbf49a3ad26a62de63_arm64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:71841389668e11dba445b37c6c029f6ef4be3041e23ef00c722074176504094e_ppc64le", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:a773937982aa37ef645253e2e6e2d9c38fb4d9a8da0acb151f662fc382ec4536_amd64", "9Base-RHOSE-4.16:openshift4/ose-operator-sdk-rhel9@sha256:ea76e0540b3d3d968e460cc5d6b5abe76c4bba588587f5453d32d83cf643962e_s390x" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhba-2025:0409
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat Developer Hub 1.4 has been released.", "title": "Topic" }, { "category": "general", "text": "Red Hat Developer Hub (RHDH) is Red Hat\u0027s enterprise-grade, self-managed, customizable developer portal based on Backstage.io. RHDH is supported on OpenShift and other major Kubernetes clusters (AKS, EKS, GKE). The core features of RHDH include a single pane of glass, a centralized software catalog, self-service via golden path templates, and Tech Docs. RHDH is extensible by plugins.", "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/RHBA-2025:0409", "url": "https://access.redhat.com/errata/RHBA-2025:0409" }, { "category": "external", "summary": "https://developers.redhat.com/rhdh/overview", "url": "https://developers.redhat.com/rhdh/overview" }, { "category": "external", "summary": "https://docs.redhat.com/en/documentation/red_hat_developer_hub", "url": "https://docs.redhat.com/en/documentation/red_hat_developer_hub" }, { "category": "external", "summary": "https://catalog.redhat.com/search?gs\u0026searchType=containers\u0026q=rhdh", "url": "https://catalog.redhat.com/search?gs\u0026searchType=containers\u0026q=rhdh" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2024-45338", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2024-52798", "url": "https://access.redhat.com/security/cve/CVE-2024-52798" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2024-55565", "url": "https://access.redhat.com/security/cve/CVE-2024-55565" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2024-56201", "url": "https://access.redhat.com/security/cve/CVE-2024-56201" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2024-56326", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "https://access.redhat.com/security/cve/CVE-2024-56334", "url": "https://access.redhat.com/security/cve/CVE-2024-56334" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhba-2025_0409.json" } ], "title": "Red Hat Bug Fix Advisory: Red Hat Developer Hub 1.4.1 release.", "tracking": { "current_release_date": "2025-02-20T11:26:56+00:00", "generator": { "date": "2025-02-20T11:26:56+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHBA-2025:0409", "initial_release_date": "2025-01-20T12:54:15+00:00", "revision_history": [ { "date": "2025-01-20T12:54:15+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-12T12:54:15+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:26:56+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Developer Hub (RHDH) 1.4", "product": { "name": "Red Hat Developer Hub (RHDH) 1.4", "product_id": "Red Hat Developer Hub (RHDH) 1.4", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhdh:1.4::el9" } } } ], "category": "product_family", "name": "Red Hat Developer Hub (RHDH)" }, { "branches": [ { "category": "product_version", "name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64", "product": { "name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64", "product_id": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64", "product_identification_helper": { "purl": "pkg:oci/rhdh-hub-rhel9@sha256%3Ad8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572?arch=amd64\u0026repository_url=registry.redhat.io/rhdh\u0026tag=1.4-1737055846" } } }, { "category": "product_version", "name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64", "product": { "name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64", "product_id": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64", "product_identification_helper": { "purl": "pkg:oci/rhdh-rhel9-operator@sha256%3A9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60?arch=amd64\u0026repository_url=registry.redhat.io/rhdh\u0026tag=1.4-1737054925" } } }, { "category": "product_version", "name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64", "product": { "name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64", "product_id": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64", "product_identification_helper": { "purl": "pkg:oci/rhdh-operator-bundle@sha256%3Aa91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303?arch=amd64\u0026repository_url=registry.redhat.io/rhdh\u0026tag=1.4-1737079124" } } } ], "category": "architecture", "name": "amd64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64 as a component of Red Hat Developer Hub (RHDH) 1.4", "product_id": "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64" }, "product_reference": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64", "relates_to_product_reference": "Red Hat Developer Hub (RHDH) 1.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64 as a component of Red Hat Developer Hub (RHDH) 1.4", "product_id": "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64" }, "product_reference": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64", "relates_to_product_reference": "Red Hat Developer Hub (RHDH) 1.4" }, { "category": "default_component_of", "full_product_name": { "name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64 as a component of Red Hat Developer Hub (RHDH) 1.4", "product_id": "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64" }, "product_reference": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64", "relates_to_product_reference": "Red Hat Developer Hub (RHDH) 1.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "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": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64" ], "known_not_affected": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-20T12:54:15+00:00", "details": "For more about Red Hat Developer Hub, see References links", "product_ids": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2025:0409" } ], "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": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" }, { "cve": "CVE-2024-52798", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-12-05T23:00:59.020167+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2330689" } ], "notes": [ { "category": "description", "text": "A flaw was found in path-to-regexp. A path-to-regexp turns path strings into regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance.", "title": "Vulnerability description" }, { "category": "summary", "text": "path-to-regexp: path-to-regexp Unpatched `path-to-regexp` ReDoS in 0.1.x", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability exists because of an incomplete fix for CVE-2024-45296.", "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": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64" ], "known_not_affected": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-52798" }, { "category": "external", "summary": "RHBZ#2330689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2330689" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-52798", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52798" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-52798", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52798" }, { "category": "external", "summary": "https://github.com/pillarjs/path-to-regexp/commit/f01c26a013b1889f0c217c643964513acf17f6a4", "url": "https://github.com/pillarjs/path-to-regexp/commit/f01c26a013b1889f0c217c643964513acf17f6a4" }, { "category": "external", "summary": "https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-rhx6-c78j-4q9w", "url": "https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-rhx6-c78j-4q9w" } ], "release_date": "2024-12-05T22:45:42.774000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-20T12:54:15+00:00", "details": "For more about Red Hat Developer Hub, see References links", "product_ids": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2025:0409" }, { "category": "workaround", "details": "Avoid using two parameters within a single path segment when the separator is not, for example, /:a-:b. Alternatively, you can define the regex used for both parameters and ensure they do not overlap to allow backtracking.", "product_ids": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "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:L", "version": "3.1" }, "products": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "path-to-regexp: path-to-regexp Unpatched `path-to-regexp` ReDoS in 0.1.x" }, { "cve": "CVE-2024-55565", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2024-12-09T02:00:45.255738+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331063" } ], "notes": [ { "category": "description", "text": "nanoid (aka Nano ID) before 5.0.9 mishandles non-integer values. 3.3.8 is also a fixed version.", "title": "Vulnerability description" }, { "category": "summary", "text": "nanoid: nanoid mishandles non-integer values", "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": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64" ], "known_not_affected": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-55565" }, { "category": "external", "summary": "RHBZ#2331063", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331063" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-55565", "url": "https://www.cve.org/CVERecord?id=CVE-2024-55565" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-55565", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-55565" }, { "category": "external", "summary": "https://github.com/ai/nanoid/compare/3.3.7...3.3.8", "url": "https://github.com/ai/nanoid/compare/3.3.7...3.3.8" }, { "category": "external", "summary": "https://github.com/ai/nanoid/pull/510", "url": "https://github.com/ai/nanoid/pull/510" }, { "category": "external", "summary": "https://github.com/ai/nanoid/releases/tag/5.0.9", "url": "https://github.com/ai/nanoid/releases/tag/5.0.9" } ], "release_date": "2024-12-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-20T12:54:15+00:00", "details": "For more about Red Hat Developer Hub, see References links", "product_ids": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2025:0409" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nanoid: nanoid mishandles non-integer values" }, { "cve": "CVE-2024-56201", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2024-12-23T16:00:38.768252+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333854" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through malicious filenames", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.", "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": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64" ], "known_not_affected": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56201" }, { "category": "external", "summary": "RHBZ#2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56201" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f", "url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f" }, { "category": "external", "summary": "https://github.com/pallets/jinja/issues/1792", "url": "https://github.com/pallets/jinja/issues/1792" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699" } ], "release_date": "2024-12-23T15:37:36.110000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-20T12:54:15+00:00", "details": "For more about Red Hat Developer Hub, see References links", "product_ids": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2025:0409" }, { "category": "workaround", "details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.", "product_ids": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jinja2: Jinja has a sandbox breakout through malicious filenames" }, { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "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": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64" ], "known_not_affected": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-20T12:54:15+00:00", "details": "For more about Red Hat Developer Hub, see References links", "product_ids": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2025:0409" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" }, { "cve": "CVE-2024-56334", "cwe": { "id": "CWE-94", "name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)" }, "discovery_date": "2024-12-20T21:00:48.166699+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333587" } ], "notes": [ { "category": "description", "text": "A flaw was found in the systeminformation library for Node.js. In Windows systems, the SSID parameter of the `getWindowsIEEE8021x` function is not sanitized before it is passed to cmd.exe. This may allow a remote attacker to execute arbitrary commands on the target system.", "title": "Vulnerability description" }, { "category": "summary", "text": "systeminformation: Command injection vulnerability in getWindowsIEEE8021x (SSID) function in systeminformation", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability in the systeminformation library is marked as a high-severity issue because it allows for the execution of arbitrary commands via an unsanitized SSID input passed to `cmd.exe`. Since this flaw can lead to remote code execution (RCE) or local privilege escalation, it provides an attacker with the potential to execute malicious scripts on the affected system.", "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": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64" ], "known_not_affected": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56334" }, { "category": "external", "summary": "RHBZ#2333587", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333587" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56334", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56334" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56334", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56334" }, { "category": "external", "summary": "https://github.com/sebhildebrandt/systeminformation/commit/f7af0a67b78e7894335a6cad510566a25e06ae41", "url": "https://github.com/sebhildebrandt/systeminformation/commit/f7af0a67b78e7894335a6cad510566a25e06ae41" }, { "category": "external", "summary": "https://github.com/sebhildebrandt/systeminformation/security/advisories/GHSA-cvv5-9h9w-qp2m", "url": "https://github.com/sebhildebrandt/systeminformation/security/advisories/GHSA-cvv5-9h9w-qp2m" } ], "release_date": "2024-12-20T20:10:12.578000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-20T12:54:15+00:00", "details": "For more about Red Hat Developer Hub, see References links", "product_ids": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHBA-2025:0409" }, { "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": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.0, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:d8268197ba0466643efb818fcad8f0fc29e32463f75b0f7f51d9ce75ec717572_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:a91c4931ef5111c555ec5cc8128c3148c94fe2983d2e4fa7babe843e9292b303_amd64", "Red Hat Developer Hub (RHDH) 1.4:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:9e1e2fac9519bd480c9629f5a9cf69be0169715483b7e662eaac61a48b37eb60_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "systeminformation: Command injection vulnerability in getWindowsIEEE8021x (SSID) function in systeminformation" } ] }
rhsa-2025:0656
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Container Platform release 4.17.14 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.17.\n\nRed Hat Product Security has rated this update as having a security impact of important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.17.14. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:0656\n\nSecurity Fix(es):\n\n* jinja2: Jinja has a sandbox breakout through malicious filenames\n(CVE-2024-56201)\n* jinja2: Jinja has a sandbox breakout through indirect reference to format\nmethod (CVE-2024-56326)\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\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.17/updating/updating_a_cluster/updating-cluster-cli.html", "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-2025:0656", "url": "https://access.redhat.com/errata/RHSA-2025:0656" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0656.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.17.14 packages and security update", "tracking": { "current_release_date": "2025-02-13T21:32:12+00:00", "generator": { "date": "2025-02-13T21:32:12+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0656", "initial_release_date": "2025-01-28T04:59:21+00:00", "revision_history": [ { "date": "2025-01-28T04:59:21+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-28T04:59:21+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:32:12+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.17", "product": { "name": "Red Hat OpenShift Container Platform 4.17", "product_id": "8Base-RHOSE-4.17", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.17::el8" } } }, { "category": "product_name", "name": "Ironic content for Red Hat OpenShift Container Platform 4.17", "product": { "name": "Ironic content for Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-IRONIC-4.17", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_ironic:4.17::el9" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.17", "product": { "name": "Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.17::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.src", "product": { "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.src", "product_id": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.30.9-3.rhaos4.17.gitbbf9018.el8?arch=src" } } }, { "category": "product_version", "name": "python-jinja2-0:3.1.5-1.el9.src", "product": { "name": "python-jinja2-0:3.1.5-1.el9.src", "product_id": "python-jinja2-0:3.1.5-1.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@3.1.5-1.el9?arch=src" } } }, { "category": "product_version", "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.src", "product": { "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.src", "product_id": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.30.9-3.rhaos4.17.gitbbf9018.el9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "product": { "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "product_id": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.30.9-3.rhaos4.17.gitbbf9018.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "product": { "name": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "product_id": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.30.9-3.rhaos4.17.gitbbf9018.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "product": { "name": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "product_id": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.30.9-3.rhaos4.17.gitbbf9018.el8?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "product": { "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "product_id": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.30.9-3.rhaos4.17.gitbbf9018.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "product": { "name": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "product_id": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.30.9-3.rhaos4.17.gitbbf9018.el9?arch=x86_64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "product": { "name": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "product_id": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.30.9-3.rhaos4.17.gitbbf9018.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "product": { "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "product_id": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.30.9-3.rhaos4.17.gitbbf9018.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "product": { "name": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "product_id": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.30.9-3.rhaos4.17.gitbbf9018.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "product": { "name": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "product_id": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.30.9-3.rhaos4.17.gitbbf9018.el8?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "product": { "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "product_id": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.30.9-3.rhaos4.17.gitbbf9018.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "product": { "name": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "product_id": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.30.9-3.rhaos4.17.gitbbf9018.el9?arch=aarch64" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "product": { "name": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "product_id": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.30.9-3.rhaos4.17.gitbbf9018.el9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "product": { "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "product_id": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.30.9-3.rhaos4.17.gitbbf9018.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "product": { "name": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "product_id": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.30.9-3.rhaos4.17.gitbbf9018.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "product_id": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.30.9-3.rhaos4.17.gitbbf9018.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "product": { "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "product_id": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.30.9-3.rhaos4.17.gitbbf9018.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "product": { "name": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "product_id": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.30.9-3.rhaos4.17.gitbbf9018.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "product": { "name": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "product_id": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.30.9-3.rhaos4.17.gitbbf9018.el9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "product": { "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "product_id": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.30.9-3.rhaos4.17.gitbbf9018.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "product": { "name": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "product_id": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.30.9-3.rhaos4.17.gitbbf9018.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "product": { "name": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "product_id": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.30.9-3.rhaos4.17.gitbbf9018.el8?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "product": { "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "product_id": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o@1.30.9-3.rhaos4.17.gitbbf9018.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "product": { "name": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "product_id": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debugsource@1.30.9-3.rhaos4.17.gitbbf9018.el9?arch=s390x" } } }, { "category": "product_version", "name": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "product": { "name": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "product_id": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cri-o-debuginfo@1.30.9-3.rhaos4.17.gitbbf9018.el9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3-jinja2+i18n-0:3.1.5-1.el9.noarch", "product": { "name": "python3-jinja2+i18n-0:3.1.5-1.el9.noarch", "product_id": "python3-jinja2+i18n-0:3.1.5-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jinja2%2Bi18n@3.1.5-1.el9?arch=noarch" } } }, { "category": "product_version", "name": "python3-jinja2-0:3.1.5-1.el9.noarch", "product": { "name": "python3-jinja2-0:3.1.5-1.el9.noarch", "product_id": "python3-jinja2-0:3.1.5-1.el9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jinja2@3.1.5-1.el9?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64" }, "product_reference": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le" }, "product_reference": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x" }, "product_reference": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.src as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.src" }, "product_reference": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64" }, "product_reference": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x" }, "product_reference": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64" }, "product_reference": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x" }, "product_reference": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64" }, "product_reference": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64" }, "product_reference": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le" }, "product_reference": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x" }, "product_reference": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.src as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.src" }, "product_reference": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64" }, "product_reference": "cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64" }, "product_reference": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le" }, "product_reference": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x" }, "product_reference": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64" }, "product_reference": "cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64" }, "product_reference": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le" }, "product_reference": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x" }, "product_reference": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64" }, "product_reference": "cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:3.1.5-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-IRONIC-4.17:python-jinja2-0:3.1.5-1.el9.src" }, "product_reference": "python-jinja2-0:3.1.5-1.el9.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2+i18n-0:3.1.5-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-IRONIC-4.17:python3-jinja2+i18n-0:3.1.5-1.el9.noarch" }, "product_reference": "python3-jinja2+i18n-0:3.1.5-1.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:3.1.5-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-IRONIC-4.17:python3-jinja2-0:3.1.5-1.el9.noarch" }, "product_reference": "python3-jinja2-0:3.1.5-1.el9.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.17" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-56201", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2024-12-23T16:00:38.768252+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.src", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.src", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333854" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through malicious filenames", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.", "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": [ "9Base-RHOSE-IRONIC-4.17:python-jinja2-0:3.1.5-1.el9.src", "9Base-RHOSE-IRONIC-4.17:python3-jinja2+i18n-0:3.1.5-1.el9.noarch", "9Base-RHOSE-IRONIC-4.17:python3-jinja2-0:3.1.5-1.el9.noarch" ], "known_not_affected": [ "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.src", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.src", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56201" }, { "category": "external", "summary": "RHBZ#2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56201" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f", "url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f" }, { "category": "external", "summary": "https://github.com/pallets/jinja/issues/1792", "url": "https://github.com/pallets/jinja/issues/1792" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699" } ], "release_date": "2024-12-23T15:37:36.110000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-28T04:59:21+00:00", "details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.17/release_notes/ocp-4-17-release-notes.html", "product_ids": [ "9Base-RHOSE-IRONIC-4.17:python-jinja2-0:3.1.5-1.el9.src", "9Base-RHOSE-IRONIC-4.17:python3-jinja2+i18n-0:3.1.5-1.el9.noarch", "9Base-RHOSE-IRONIC-4.17:python3-jinja2-0:3.1.5-1.el9.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0656" }, { "category": "workaround", "details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.", "product_ids": [ "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.src", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.src", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "9Base-RHOSE-IRONIC-4.17:python-jinja2-0:3.1.5-1.el9.src", "9Base-RHOSE-IRONIC-4.17:python3-jinja2+i18n-0:3.1.5-1.el9.noarch", "9Base-RHOSE-IRONIC-4.17:python3-jinja2-0:3.1.5-1.el9.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.src", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.src", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "9Base-RHOSE-IRONIC-4.17:python-jinja2-0:3.1.5-1.el9.src", "9Base-RHOSE-IRONIC-4.17:python3-jinja2+i18n-0:3.1.5-1.el9.noarch", "9Base-RHOSE-IRONIC-4.17:python3-jinja2-0:3.1.5-1.el9.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jinja2: Jinja has a sandbox breakout through malicious filenames" }, { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.src", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.src", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "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": [ "9Base-RHOSE-IRONIC-4.17:python-jinja2-0:3.1.5-1.el9.src", "9Base-RHOSE-IRONIC-4.17:python3-jinja2+i18n-0:3.1.5-1.el9.noarch", "9Base-RHOSE-IRONIC-4.17:python3-jinja2-0:3.1.5-1.el9.noarch" ], "known_not_affected": [ "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.src", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.src", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-28T04:59:21+00:00", "details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.17/release_notes/ocp-4-17-release-notes.html", "product_ids": [ "9Base-RHOSE-IRONIC-4.17:python-jinja2-0:3.1.5-1.el9.src", "9Base-RHOSE-IRONIC-4.17:python3-jinja2+i18n-0:3.1.5-1.el9.noarch", "9Base-RHOSE-IRONIC-4.17:python3-jinja2-0:3.1.5-1.el9.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0656" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.src", "8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x", "8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.src", "9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x", "9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64", "9Base-RHOSE-IRONIC-4.17:python-jinja2-0:3.1.5-1.el9.src", "9Base-RHOSE-IRONIC-4.17:python3-jinja2+i18n-0:3.1.5-1.el9.noarch", "9Base-RHOSE-IRONIC-4.17:python3-jinja2-0:3.1.5-1.el9.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhsa-2025:0875
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Container Platform release 4.17.15 is now available with updates to packages and images that fix several bugs.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.17.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.17.15. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:0876\n\nSecurity Fix(es):\n\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in\ngolang.org/x/net/html (CVE-2024-45338)\n* body-parser: Denial of Service Vulnerability in body-parser\n(CVE-2024-45590)\n* dompurify: DOMPurify vulnerable to tampering by prototype pollution\n(CVE-2024-48910)\n* jinja2: Jinja has a sandbox breakout through malicious filenames\n(CVE-2024-56201)\n* express: Improper Input Handling in Express Redirects (CVE-2024-43796)\n* send: Code Execution Vulnerability in Send Library (CVE-2024-43799)\n* serve-static: Improper Sanitization in serve-static (CVE-2024-43800)\n* path-to-regexp: Backtracking regular expressions cause ReDoS\n(CVE-2024-45296)\n* path-to-regexp: path-to-regexp Unpatched `path-to-regexp` ReDoS in 0.1.x\n(CVE-2024-52798)\n* nanoid: nanoid mishandles non-integer values (CVE-2024-55565)\n* jinja2: Jinja has a sandbox breakout through indirect reference to format\nmethod (CVE-2024-56326)\n* cross-spawn: regular expression denial of service (CVE-2024-21538)\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\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.17/updating/updating_a_cluster/updating-cluster-cli.html", "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-2025:0875", "url": "https://access.redhat.com/errata/RHSA-2025:0875" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2310908", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310908" }, { "category": "external", "summary": "2311152", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311152" }, { "category": "external", "summary": "2311153", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311153" }, { "category": "external", "summary": "2311154", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311154" }, { "category": "external", "summary": "2311171", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311171" }, { "category": "external", "summary": "2322949", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2322949" }, { "category": "external", "summary": "2324550", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2324550" }, { "category": "external", "summary": "2330689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2330689" }, { "category": "external", "summary": "2331063", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331063" }, { "category": "external", "summary": "2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0875.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.17.15 security and extras update", "tracking": { "current_release_date": "2025-02-20T11:27:32+00:00", "generator": { "date": "2025-02-20T11:27:32+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0875", "initial_release_date": "2025-02-05T10:48:52+00:00", "revision_history": [ { "date": "2025-02-05T10:48:52+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-05T10:48:52+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-20T11:27:32+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.17", "product": { "name": "Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.17::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "product": { "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.17.0-202501230004.p0.g289d704.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "product": { "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.17.0-202501271440.p0.g1cbd312.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "product": { "name": "openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "product_id": "openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=v4.17.0-202501230004.p0.g6e63d0a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "product": { "name": "openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "product_id": "openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=v4.17.0-202501230004.p0.g6e63d0a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "product": { "name": "openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "product_id": "openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g6e63d0a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "product": { "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "product_id": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=v4.17.0-202501230004.p0.g925fe92.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "product": { "name": "openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "product_id": "openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "product_identification_helper": { "purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.17.0-202501230004.p0.g93e8590.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "product": { "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "product_identification_helper": { "purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g93e8590.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "product": { "name": "openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "product_id": "openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "product_identification_helper": { "purl": "pkg:oci/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=v4.17.0-202501230004.p0.gcbaea1d.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "product": { "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "product_id": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=v4.17.0-202501230004.p0.g0d010ae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "product": { "name": "openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g0d010ae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "product": { "name": "openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "product_id": "openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "product_identification_helper": { "purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=v4.17.0-202501301204.p0.gcffdc60.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "product": { "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "product_id": "openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=v4.17.0-202501271440.p0.g4313828.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "product": { "name": "openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "product_id": "openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.17.0-202501300634.p0.g9cb5839.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "product": { "name": "openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "product_id": "openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=v4.17.0-202501230004.p0.g5e7e0e4.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "product": { "name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "product_id": "openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=v4.17.0-202501230004.p0.ge3879e9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "product": { "name": "openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "product_id": "openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=v4.17.0-202501230004.p0.ge3879e9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "product": { "name": "openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "product_id": "openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=v4.17.0-202501300505.p0.gb064595.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "product": { "name": "openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "product_id": "openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=v4.17.0-202501300505.p0.gb064595.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "product": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.17.0-202501271912.p0.g003eefd.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "product": { "name": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "product_id": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=v4.17.0-202501230004.p0.g9696583.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "product": { "name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "product_id": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.gcc86210.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "product": { "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "product_id": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=v4.17.0-202501230004.p0.g5c1609c.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "product": { "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "product_id": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=v4.17.0-202501232205.p0.g7b4e1cb.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "product_id": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9\u0026tag=v4.17.0-202501230004.p0.g027a8c4.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "product": { "name": "openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "product_id": "openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=v4.17.0-202501230004.p0.ge3879e9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "product": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=v4.17.0-202501230004.p0.g7f66ced.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "product": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g4bee057.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "product": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "product_identification_helper": { "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.17.0-202501301304.p0.g003eefd.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "product": { "name": "openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "product_id": "openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.17.0-202501230004.p0.g1a9bad1.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "product": { "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "product_id": "openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=v4.17.0-202501230004.p0.g0d010ae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "product": { "name": "openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "product_id": "openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "product_identification_helper": { "purl": "pkg:oci/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.17.0-202501241706.p0.g9dffc63.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "product": { "name": "openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "product_id": "openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g45e6bc0.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "product": { "name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "product_id": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=v4.17.0-202501230004.p0.ge7acc6a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "product": { "name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "product_id": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g06f3ae6.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "product": { "name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=v4.17.0-202501230004.p0.g06f3ae6.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "product": { "name": "openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "product_id": "openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=v4.17.0-202501230004.p0.g0161a3a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "product": { "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "product_id": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.gcc86210.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "product": { "name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "product_id": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=v4.17.0-202501230004.p0.geba46bf.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "product": { "name": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "product_id": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "product_identification_helper": { "purl": "pkg:oci/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9\u0026tag=v4.17.0-202501230004.p0.geba46bf.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "product": { "name": "openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "product_id": "openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "product_identification_helper": { "purl": "pkg:oci/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/rdma-cni-rhel9\u0026tag=v4.17.0-202501230004.p0.ge03c41b.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "product": { "name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "product_id": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=v4.17.0-202501230004.p0.ge03c41b.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=v4.17.0-202501230004.p0.g6c24c11.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.gec3a8a0.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "product": { "name": "openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "product_id": "openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "product_identification_helper": { "purl": "pkg:oci/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=v4.17.0-202501230004.p0.g7b2473d.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "product": { "name": "openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "product_id": "openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "product_identification_helper": { "purl": "pkg:oci/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=v4.17.0-202501230004.p0.g45e6bc0.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "product": { "name": "openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "product_id": "openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "product_identification_helper": { "purl": "pkg:oci/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.17.0-202501230004.p0.g123dd24.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "product": { "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "product_id": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=v4.17.0-202501230004.p0.ge1d8f95.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "product": { "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "product_id": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=v4.17.0-202501230004.p0.g9a9ba1b.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "product": { "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "product_id": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=v4.17.0-202501230004.p0.g6e5877f.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "product": { "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "product_id": "openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g9a9ba1b.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "product": { "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "product_id": "openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=v4.17.0-202501230004.p0.g9a9ba1b.assembly.stream.el9" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "product": { "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.17.0-202501230004.p0.g289d704.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "product": { "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.17.0-202501271440.p0.g1cbd312.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "product": { "name": "openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "product_id": "openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=v4.17.0-202501230004.p0.g6e63d0a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "product": { "name": "openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "product_id": "openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=v4.17.0-202501230004.p0.g6e63d0a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "product": { "name": "openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "product_id": "openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g6e63d0a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "product": { "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "product_id": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=v4.17.0-202501230004.p0.g925fe92.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "product": { "name": "openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "product_id": "openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.17.0-202501230004.p0.g93e8590.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "product": { "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g93e8590.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "product": { "name": "openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "product_id": "openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=v4.17.0-202501230004.p0.gcbaea1d.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "product": { "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "product_id": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=v4.17.0-202501230004.p0.g0d010ae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "product": { "name": "openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g0d010ae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "product": { "name": "openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "product_id": "openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "product_identification_helper": { "purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=v4.17.0-202501301204.p0.gcffdc60.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "product": { "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "product_id": "openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=v4.17.0-202501271440.p0.g4313828.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "product": { "name": "openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "product_id": "openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.17.0-202501300634.p0.g9cb5839.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "product": { "name": "openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "product_id": "openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=v4.17.0-202501230004.p0.g5e7e0e4.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "product": { "name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "product_id": "openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=v4.17.0-202501230004.p0.ge3879e9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "product": { "name": "openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "product_id": "openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=v4.17.0-202501230004.p0.ge3879e9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "product": { "name": "openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "product_id": "openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=v4.17.0-202501300505.p0.gb064595.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "product": { "name": "openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "product_id": "openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=v4.17.0-202501300505.p0.gb064595.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "product": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.17.0-202501271912.p0.g003eefd.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "product": { "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "product_id": "openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=v4.17.0-202501230004.p0.g5c1609c.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "product": { "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "product_id": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=v4.17.0-202501232205.p0.g7b4e1cb.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "product": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "product_id": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9\u0026tag=v4.17.0-202501230004.p0.g027a8c4.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "product": { "name": "openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "product_id": "openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=v4.17.0-202501230004.p0.ge3879e9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "product": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=v4.17.0-202501230004.p0.g7f66ced.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "product": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g4bee057.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "product": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "product_identification_helper": { "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.17.0-202501301304.p0.g003eefd.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "product": { "name": "openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "product_id": "openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.17.0-202501230004.p0.g1a9bad1.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "product": { "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "product_id": "openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=v4.17.0-202501230004.p0.g0d010ae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "product": { "name": "openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "product_id": "openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.17.0-202501241706.p0.g9dffc63.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "product": { "name": "openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "product_id": "openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g45e6bc0.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "product": { "name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "product_id": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=v4.17.0-202501230004.p0.ge7acc6a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "product": { "name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "product_id": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g06f3ae6.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "product": { "name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=v4.17.0-202501230004.p0.g06f3ae6.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "product": { "name": "openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "product_id": "openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=v4.17.0-202501230004.p0.g0161a3a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "product": { "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "product_id": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.gcc86210.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "product": { "name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "product_id": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=v4.17.0-202501230004.p0.geba46bf.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "product": { "name": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "product_id": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "product_identification_helper": { "purl": "pkg:oci/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9\u0026tag=v4.17.0-202501230004.p0.geba46bf.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "product": { "name": "openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "product_id": "openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "product_identification_helper": { "purl": "pkg:oci/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/rdma-cni-rhel9\u0026tag=v4.17.0-202501230004.p0.ge03c41b.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "product": { "name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "product_id": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=v4.17.0-202501230004.p0.ge03c41b.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=v4.17.0-202501230004.p0.g6c24c11.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.gec3a8a0.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "product": { "name": "openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "product_id": "openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "product_identification_helper": { "purl": "pkg:oci/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=v4.17.0-202501230004.p0.g7b2473d.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "product": { "name": "openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "product_id": "openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=v4.17.0-202501230004.p0.g45e6bc0.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "product": { "name": "openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "product_id": "openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "product_identification_helper": { "purl": "pkg:oci/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.17.0-202501230004.p0.g123dd24.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "product": { "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "product_id": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=v4.17.0-202501230004.p0.ge1d8f95.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "product": { "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "product_id": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=v4.17.0-202501230004.p0.g9a9ba1b.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "product": { "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "product_id": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=v4.17.0-202501230004.p0.g6e5877f.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "product": { "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "product_id": "openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g9a9ba1b.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "product": { "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "product_id": "openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=v4.17.0-202501230004.p0.g9a9ba1b.assembly.stream.el9" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "product": { "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "product_id": "openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-event-proxy-rhel9\u0026tag=v4.17.0-202501230004.p0.g289d704.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "product": { "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.17.0-202501271440.p0.g1cbd312.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "product": { "name": "openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "product_id": "openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=v4.17.0-202501230004.p0.g6e63d0a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "product": { "name": "openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "product_id": "openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=v4.17.0-202501230004.p0.g6e63d0a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "product": { "name": "openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "product_id": "openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g6e63d0a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "product": { "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "product_id": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-infiniband-cni-rhel9\u0026tag=v4.17.0-202501230004.p0.g925fe92.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "product": { "name": "openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "product_id": "openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "product_identification_helper": { "purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.17.0-202501230004.p0.g93e8590.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "product": { "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "product_identification_helper": { "purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g93e8590.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "product": { "name": "openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "product_id": "openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "product_identification_helper": { "purl": "pkg:oci/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=v4.17.0-202501230004.p0.gcbaea1d.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "product": { "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "product_id": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=v4.17.0-202501230004.p0.g0d010ae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "product": { "name": "openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g0d010ae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "product": { "name": "openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "product_id": "openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "product_identification_helper": { "purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=v4.17.0-202501301204.p0.gcffdc60.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "product": { "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "product_id": "openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=v4.17.0-202501271440.p0.g4313828.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "product": { "name": "openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "product_id": "openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.17.0-202501300634.p0.g9cb5839.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "product": { "name": "openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "product_id": "openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=v4.17.0-202501230004.p0.g5e7e0e4.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "product": { "name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "product_id": "openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=v4.17.0-202501230004.p0.ge3879e9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "product": { "name": "openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "product_id": "openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=v4.17.0-202501230004.p0.ge3879e9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "product": { "name": "openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "product_id": "openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=v4.17.0-202501300505.p0.gb064595.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "product": { "name": "openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "product_id": "openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=v4.17.0-202501300505.p0.gb064595.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "product": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.17.0-202501271912.p0.g003eefd.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "product": { "name": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "product_id": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-container-rhel9\u0026tag=v4.17.0-202501230004.p0.g9696583.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "product": { "name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "product_id": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-efs-csi-driver-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.gcc86210.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "product": { "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "product_id": "openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=v4.17.0-202501230004.p0.g5c1609c.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "product": { "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "product_id": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=v4.17.0-202501232205.p0.g7b4e1cb.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "product": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "product_id": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9\u0026tag=v4.17.0-202501230004.p0.g027a8c4.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "product": { "name": "openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "product_id": "openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=v4.17.0-202501230004.p0.ge3879e9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "product": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9\u0026tag=v4.17.0-202501230004.p0.g7f66ced.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "product": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "product_id": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-filestore-csi-driver-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g4bee057.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "product": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "product_identification_helper": { "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.17.0-202501301304.p0.g003eefd.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "product": { "name": "openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "product_id": "openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9\u0026tag=v4.17.0-202501230004.p0.g1a9bad1.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "product": { "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "product_id": "openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=v4.17.0-202501230004.p0.g0d010ae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "product": { "name": "openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "product_id": "openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "product_identification_helper": { "purl": "pkg:oci/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.17.0-202501241706.p0.g9dffc63.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "product": { "name": "openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "product_id": "openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ptp-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g45e6bc0.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "product": { "name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "product_id": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=v4.17.0-202501230004.p0.ge7acc6a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "product": { "name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "product_id": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g06f3ae6.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "product": { "name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=v4.17.0-202501230004.p0.g06f3ae6.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "product": { "name": "openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "product_id": "openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=v4.17.0-202501230004.p0.g0161a3a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "product": { "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "product_id": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.gcc86210.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "product": { "name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "product_id": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-metrics-exporter-rhel9\u0026tag=v4.17.0-202501230004.p0.geba46bf.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "product": { "name": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "product_id": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "product_identification_helper": { "purl": "pkg:oci/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-network-metrics-exporter-rhel9\u0026tag=v4.17.0-202501230004.p0.geba46bf.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "product": { "name": "openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "product_id": "openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "product_identification_helper": { "purl": "pkg:oci/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/rdma-cni-rhel9\u0026tag=v4.17.0-202501230004.p0.ge03c41b.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "product": { "name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "product_id": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-rdma-cni-rhel9\u0026tag=v4.17.0-202501230004.p0.ge03c41b.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=v4.17.0-202501230004.p0.g6c24c11.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.gec3a8a0.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "product": { "name": "openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "product_id": "openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "product_identification_helper": { "purl": "pkg:oci/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=v4.17.0-202501230004.p0.g7b2473d.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "product": { "name": "openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "product_id": "openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "product_identification_helper": { "purl": "pkg:oci/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ptp-must-gather-rhel9\u0026tag=v4.17.0-202501230004.p0.g45e6bc0.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "product": { "name": "openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "product_id": "openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "product_identification_helper": { "purl": "pkg:oci/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/sriov-cni-rhel9\u0026tag=v4.17.0-202501230004.p0.g123dd24.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "product": { "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "product_id": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-dp-admission-controller-rhel9\u0026tag=v4.17.0-202501230004.p0.ge1d8f95.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "product": { "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "product_id": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-config-daemon-rhel9\u0026tag=v4.17.0-202501230004.p0.g9a9ba1b.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "product": { "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "product_id": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-device-plugin-rhel9\u0026tag=v4.17.0-202501230004.p0.g6e5877f.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "product": { "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "product_id": "openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g9a9ba1b.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "product": { "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "product_id": "openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "product_identification_helper": { "purl": "pkg:oci/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sriov-network-webhook-rhel9\u0026tag=v4.17.0-202501230004.p0.g9a9ba1b.assembly.stream.el9" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "product": { "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "product_id": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-nfd-rhel9-operator\u0026tag=v4.17.0-202501271440.p0.g1cbd312.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "product": { "name": "openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "product_id": "openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-cni-rhel9\u0026tag=v4.17.0-202501230004.p0.g6e63d0a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "product": { "name": "openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "product_id": "openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-daemon-rhel9\u0026tag=v4.17.0-202501230004.p0.g6e63d0a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "product": { "name": "openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "product_id": "openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-dpu-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g6e63d0a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "product": { "name": "openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "product_id": "openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "product_identification_helper": { "purl": "pkg:oci/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9\u0026tag=v4.17.0-202501230004.p0.g93e8590.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "product": { "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "product_id": "openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "product_identification_helper": { "purl": "pkg:oci/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ingress-node-firewall-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g93e8590.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "product": { "name": "openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "product_id": "openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "product_identification_helper": { "purl": "pkg:oci/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kube-compare-artifacts-rhel9\u0026tag=v4.17.0-202501230004.p0.gcbaea1d.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "product": { "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "product_id": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-diskmaker-rhel9\u0026tag=v4.17.0-202501230004.p0.g0d010ae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "product": { "name": "openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "product_id": "openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g0d010ae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "product": { "name": "openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "product_id": "openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "product_identification_helper": { "purl": "pkg:oci/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/nmstate-console-plugin-rhel9\u0026tag=v4.17.0-202501301204.p0.gcffdc60.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "product": { "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "product_id": "openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9\u0026tag=v4.17.0-202501271440.p0.g4313828.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "product": { "name": "openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "product_id": "openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ansible-rhel9-operator\u0026tag=v4.17.0-202501300634.p0.g9cb5839.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "product": { "name": "openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "product_id": "openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capacity-rhel9\u0026tag=v4.17.0-202501230004.p0.g5e7e0e4.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "product": { "name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "product_id": "openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-dns-proxy-rhel9\u0026tag=v4.17.0-202501230004.p0.ge3879e9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "product": { "name": "openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "product_id": "openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-router-rhel9\u0026tag=v4.17.0-202501230004.p0.ge3879e9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "product": { "name": "openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "product_id": "openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-helm-rhel9-operator\u0026tag=v4.17.0-202501300505.p0.gb064595.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "product": { "name": "openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "product_id": "openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-sdk-rhel9\u0026tag=v4.17.0-202501300505.p0.gb064595.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "product": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "product_id": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubernetes-nmstate-handler-rhel9\u0026tag=v4.17.0-202501271912.p0.g003eefd.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "product": { "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "product_id": "openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9\u0026tag=v4.17.0-202501230004.p0.g5c1609c.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "product": { "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "product_id": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-clusterresourceoverride-rhel9-operator\u0026tag=v4.17.0-202501232205.p0.g7b4e1cb.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "product": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "product_id": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-mustgather-rhel9\u0026tag=v4.17.0-202501230004.p0.g027a8c4.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "product": { "name": "openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "product_id": "openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-egress-http-proxy-rhel9\u0026tag=v4.17.0-202501230004.p0.ge3879e9.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "product": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "product_id": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "product_identification_helper": { "purl": "pkg:oci/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubernetes-nmstate-rhel9-operator\u0026tag=v4.17.0-202501301304.p0.g003eefd.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "product": { "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "product_id": "openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-local-storage-mustgather-rhel9\u0026tag=v4.17.0-202501230004.p0.g0d010ae.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "product": { "name": "openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "product_id": "openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "product_identification_helper": { "purl": "pkg:oci/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/metallb-rhel9-operator\u0026tag=v4.17.0-202501241706.p0.g9dffc63.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "product": { "name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "product_id": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9\u0026tag=v4.17.0-202501230004.p0.ge7acc6a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "product": { "name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "product_id": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-driver-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.g06f3ae6.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "product": { "name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "product_id": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-secrets-store-csi-mustgather-rhel9\u0026tag=v4.17.0-202501230004.p0.g06f3ae6.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "product": { "name": "openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "product_id": "openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9\u0026tag=v4.17.0-202501230004.p0.g0161a3a.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "product": { "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "product_id": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-smb-csi-driver-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.gcc86210.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9\u0026tag=v4.17.0-202501230004.p0.g6c24c11.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "product": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "product_id": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "product_identification_helper": { "purl": "pkg:oci/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-vertical-pod-autoscaler-rhel9-operator\u0026tag=v4.17.0-202501230004.p0.gec3a8a0.assembly.stream.el9" } } }, { "category": "product_version", "name": "openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "product": { "name": "openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "product_id": "openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "product_identification_helper": { "purl": "pkg:oci/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/pf-status-relay-rhel9\u0026tag=v4.17.0-202501230004.p0.g7b2473d.assembly.stream.el9" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64" }, "product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le" }, "product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x" }, "product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64" }, "product_reference": "openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64" }, "product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x" }, "product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le" }, "product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64" }, "product_reference": "openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64" }, "product_reference": "openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le" }, "product_reference": "openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x" }, "product_reference": "openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64" }, "product_reference": "openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64" }, "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x" }, "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le" }, "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64" }, "product_reference": "openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x" }, "product_reference": "openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64" }, "product_reference": "openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le" }, "product_reference": "openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64" }, "product_reference": "openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64" }, "product_reference": "openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64" }, "product_reference": "openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x" }, "product_reference": "openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le" }, "product_reference": "openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le" }, "product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64" }, "product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x" }, "product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64" }, "product_reference": "openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64" }, "product_reference": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64" }, "product_reference": "openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64" }, "product_reference": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64" }, "product_reference": "openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le" }, "product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64" }, "product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64" }, "product_reference": "openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x" }, "product_reference": "openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64" }, "product_reference": "openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64" }, "product_reference": "openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le" }, "product_reference": "openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le" }, "product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64" }, "product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x" }, "product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64" }, "product_reference": "openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le" }, "product_reference": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64" }, "product_reference": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64" }, "product_reference": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x" }, "product_reference": "openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x" }, "product_reference": "openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64" }, "product_reference": "openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le" }, "product_reference": "openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64" }, "product_reference": "openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le" }, "product_reference": "openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64" }, "product_reference": "openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x" }, "product_reference": "openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64" }, "product_reference": "openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le" }, "product_reference": "openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le" }, "product_reference": "openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64" }, "product_reference": "openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64" }, "product_reference": "openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x" }, "product_reference": "openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x" }, "product_reference": "openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le" }, "product_reference": "openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64" }, "product_reference": "openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64" }, "product_reference": "openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64" }, "product_reference": "openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x" }, "product_reference": "openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64" }, "product_reference": "openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le" }, "product_reference": "openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le" }, "product_reference": "openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64" }, "product_reference": "openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x" }, "product_reference": "openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64" }, "product_reference": "openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x" }, "product_reference": "openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le" }, "product_reference": "openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64" }, "product_reference": "openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64" }, "product_reference": "openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le" }, "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64" }, "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64" }, "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64" }, "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le" }, "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64" }, "product_reference": "openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64" }, "product_reference": "openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64" }, "product_reference": "openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x" }, "product_reference": "openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le" }, "product_reference": "openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x" }, "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64" }, "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64" }, "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le" }, "product_reference": "openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le" }, "product_reference": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x" }, "product_reference": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64" }, "product_reference": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64" }, "product_reference": "openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le" }, "product_reference": "openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64" }, "product_reference": "openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64" }, "product_reference": "openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x" }, "product_reference": "openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64" }, "product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64" }, "product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le" }, "product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x" }, "product_reference": "openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x" }, "product_reference": "openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64" }, "product_reference": "openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le" }, "product_reference": "openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64" }, "product_reference": "openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x" }, "product_reference": "openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64" }, "product_reference": "openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le" }, "product_reference": "openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64" }, "product_reference": "openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64" }, "product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le" }, "product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64" }, "product_reference": "openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le" }, "product_reference": "openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64" }, "product_reference": "openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64" }, "product_reference": "openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x" }, "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64" }, "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64" }, "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le" }, "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le" }, "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64" }, "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x" }, "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64" }, "product_reference": "openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x" }, "product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le" }, "product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64" }, "product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64" }, "product_reference": "openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le" }, "product_reference": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64" }, "product_reference": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x" }, "product_reference": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64" }, "product_reference": "openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64" }, "product_reference": "openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64" }, "product_reference": "openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le" }, "product_reference": "openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x" }, "product_reference": "openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le" }, "product_reference": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64" }, "product_reference": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64" }, "product_reference": "openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64" }, "product_reference": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64" }, "product_reference": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le" }, "product_reference": "openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64" }, "product_reference": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64" }, "product_reference": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le" }, "product_reference": "openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64" }, "product_reference": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64" }, "product_reference": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le" }, "product_reference": "openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le" }, "product_reference": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64" }, "product_reference": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" }, "product_reference": "openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64" }, "product_reference": "openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64" }, "product_reference": "openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le" }, "product_reference": "openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64" }, "product_reference": "openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le" }, "product_reference": "openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64" }, "product_reference": "openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64" }, "product_reference": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64" }, "product_reference": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le" }, "product_reference": "openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64" }, "product_reference": "openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64" }, "product_reference": "openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x" }, "product_reference": "openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64" }, "product_reference": "openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le" }, "product_reference": "openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64" }, "product_reference": "openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le" }, "product_reference": "openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64" }, "product_reference": "openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64" }, "product_reference": "openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64" }, "product_reference": "openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le" }, "product_reference": "openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le" }, "product_reference": "openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64" }, "product_reference": "openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64" }, "product_reference": "openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le" }, "product_reference": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64" }, "product_reference": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "relates_to_product_reference": "9Base-RHOSE-4.17" }, { "category": "default_component_of", "full_product_name": { "name": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64 as a component of Red Hat OpenShift Container Platform 4.17", "product_id": "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" }, "product_reference": "openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "relates_to_product_reference": "9Base-RHOSE-4.17" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-21538", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-11-08T13:44:29.182678+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2324550" } ], "notes": [ { "category": "description", "text": "A Regular Expression Denial of Service (ReDoS) vulnerability was found in the cross-spawn package for Node.js. Due to improper input sanitization, an attacker can increase CPU usage and crash the program with a large, specially crafted string.", "title": "Vulnerability description" }, { "category": "summary", "text": "cross-spawn: regular expression denial of service", "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": [ "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le" ], "known_not_affected": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-21538" }, { "category": "external", "summary": "RHBZ#2324550", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2324550" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-21538", "url": "https://www.cve.org/CVERecord?id=CVE-2024-21538" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21538", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21538" }, { "category": "external", "summary": "https://github.com/moxystudio/node-cross-spawn/commit/5ff3a07d9add449021d806e45c4168203aa833ff", "url": "https://github.com/moxystudio/node-cross-spawn/commit/5ff3a07d9add449021d806e45c4168203aa833ff" }, { "category": "external", "summary": "https://github.com/moxystudio/node-cross-spawn/commit/640d391fde65388548601d95abedccc12943374f", "url": "https://github.com/moxystudio/node-cross-spawn/commit/640d391fde65388548601d95abedccc12943374f" }, { "category": "external", "summary": "https://github.com/moxystudio/node-cross-spawn/pull/160", "url": "https://github.com/moxystudio/node-cross-spawn/pull/160" }, { "category": "external", "summary": "https://security.snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230", "url": "https://security.snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230" } ], "release_date": "2024-11-08T05:00:04.695000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-05T10:48:52+00:00", "details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.17/release_notes/ocp-4-17-release-notes.html", "product_ids": [ "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0875" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 4.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "cross-spawn: regular expression denial of service" }, { "cve": "CVE-2024-43796", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-09-10T15:30:28.106254+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2311152" } ], "notes": [ { "category": "description", "text": "A flaw was found in Express. This vulnerability allows untrusted code execution via passing untrusted user input to response.redirect(), even if the input is sanitized.", "title": "Vulnerability description" }, { "category": "summary", "text": "express: Improper Input Handling in Express Redirects", "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": [ "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le" ], "known_not_affected": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-43796" }, { "category": "external", "summary": "RHBZ#2311152", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311152" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-43796", "url": "https://www.cve.org/CVERecord?id=CVE-2024-43796" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-43796", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-43796" }, { "category": "external", "summary": "https://github.com/expressjs/express/commit/54271f69b511fea198471e6ff3400ab805d6b553", "url": "https://github.com/expressjs/express/commit/54271f69b511fea198471e6ff3400ab805d6b553" }, { "category": "external", "summary": "https://github.com/expressjs/express/security/advisories/GHSA-qw6h-vgh9-j6wx", "url": "https://github.com/expressjs/express/security/advisories/GHSA-qw6h-vgh9-j6wx" } ], "release_date": "2024-09-10T15:15:17.510000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-05T10:48:52+00:00", "details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.17/release_notes/ocp-4-17-release-notes.html", "product_ids": [ "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0875" }, { "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": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.0, "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:L", "version": "3.1" }, "products": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "express: Improper Input Handling in Express Redirects" }, { "cve": "CVE-2024-43799", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-09-10T15:30:30.869487+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2311153" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Send library. This vulnerability allows remote code execution via untrusted input passed to the SendStream.redirect() function.", "title": "Vulnerability description" }, { "category": "summary", "text": "send: Code Execution Vulnerability in Send Library", "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": [ "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le" ], "known_not_affected": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-43799" }, { "category": "external", "summary": "RHBZ#2311153", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311153" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-43799", "url": "https://www.cve.org/CVERecord?id=CVE-2024-43799" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-43799", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-43799" }, { "category": "external", "summary": "https://github.com/pillarjs/send/commit/ae4f2989491b392ae2ef3b0015a019770ae65d35", "url": "https://github.com/pillarjs/send/commit/ae4f2989491b392ae2ef3b0015a019770ae65d35" }, { "category": "external", "summary": "https://github.com/pillarjs/send/security/advisories/GHSA-m6fv-jmcg-4jfg", "url": "https://github.com/pillarjs/send/security/advisories/GHSA-m6fv-jmcg-4jfg" } ], "release_date": "2024-09-10T15:15:17.727000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-05T10:48:52+00:00", "details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.17/release_notes/ocp-4-17-release-notes.html", "product_ids": [ "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0875" }, { "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": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.0, "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:L", "version": "3.1" }, "products": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "send: Code Execution Vulnerability in Send Library" }, { "cve": "CVE-2024-43800", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2024-09-10T15:30:33.631718+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2311154" } ], "notes": [ { "category": "description", "text": "A flaw was found in serve-static. This issue may allow the execution of untrusted code via passing sanitized yet untrusted user input to redirect().", "title": "Vulnerability description" }, { "category": "summary", "text": "serve-static: Improper Sanitization in serve-static", "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": [ "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le" ], "known_not_affected": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-43800" }, { "category": "external", "summary": "RHBZ#2311154", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311154" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-43800", "url": "https://www.cve.org/CVERecord?id=CVE-2024-43800" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-43800", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-43800" }, { "category": "external", "summary": "https://github.com/expressjs/serve-static/commit/0c11fad159898cdc69fd9ab63269b72468ecaf6b", "url": "https://github.com/expressjs/serve-static/commit/0c11fad159898cdc69fd9ab63269b72468ecaf6b" }, { "category": "external", "summary": "https://github.com/expressjs/serve-static/commit/ce730896fddce1588111d9ef6fdf20896de5c6fa", "url": "https://github.com/expressjs/serve-static/commit/ce730896fddce1588111d9ef6fdf20896de5c6fa" }, { "category": "external", "summary": "https://github.com/expressjs/serve-static/security/advisories/GHSA-cm22-4g7w-348p", "url": "https://github.com/expressjs/serve-static/security/advisories/GHSA-cm22-4g7w-348p" } ], "release_date": "2024-09-10T15:15:17.937000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-05T10:48:52+00:00", "details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.17/release_notes/ocp-4-17-release-notes.html", "product_ids": [ "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0875" }, { "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": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.0, "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:L", "version": "3.1" }, "products": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "serve-static: Improper Sanitization in serve-static" }, { "cve": "CVE-2024-45296", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-09-09T19:20:18.127723+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2310908" } ], "notes": [ { "category": "description", "text": "A flaw was found in path-to-regexp package, where it turns path strings into regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance. Because JavaScript is single-threaded and regex matching runs on the main thread, poor performance will block the event loop and lead to a denial of service (DoS).", "title": "Vulnerability description" }, { "category": "summary", "text": "path-to-regexp: Backtracking regular expressions cause ReDoS", "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": [ "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le" ], "known_not_affected": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45296" }, { "category": "external", "summary": "RHBZ#2310908", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310908" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45296", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45296" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45296", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45296" }, { "category": "external", "summary": "https://github.com/pillarjs/path-to-regexp/commit/29b96b4a1de52824e1ca0f49a701183cc4ed476f", "url": "https://github.com/pillarjs/path-to-regexp/commit/29b96b4a1de52824e1ca0f49a701183cc4ed476f" }, { "category": "external", "summary": "https://github.com/pillarjs/path-to-regexp/commit/60f2121e9b66b7b622cc01080df0aabda9eedee6", "url": "https://github.com/pillarjs/path-to-regexp/commit/60f2121e9b66b7b622cc01080df0aabda9eedee6" }, { "category": "external", "summary": "https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-9wv6-86v2-598j", "url": "https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-9wv6-86v2-598j" } ], "release_date": "2024-09-09T19:15:13.330000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-05T10:48:52+00:00", "details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.17/release_notes/ocp-4-17-release-notes.html", "product_ids": [ "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0875" }, { "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": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "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:L", "version": "3.1" }, "products": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "path-to-regexp: Backtracking regular expressions cause ReDoS" }, { "cve": "CVE-2024-45338", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2024-12-18T21:00:59.938173+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333122" } ], "notes": [ { "category": "description", "text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.", "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": [ "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64" ], "known_not_affected": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45338" }, { "category": "external", "summary": "RHBZ#2333122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45338" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" }, { "category": "external", "summary": "https://go.dev/cl/637536", "url": "https://go.dev/cl/637536" }, { "category": "external", "summary": "https://go.dev/issue/70906", "url": "https://go.dev/issue/70906" }, { "category": "external", "summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ", "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" }, { "category": "external", "summary": "https://pkg.go.dev/vuln/GO-2024-3333", "url": "https://pkg.go.dev/vuln/GO-2024-3333" } ], "release_date": "2024-12-18T20:38:22.660000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-05T10:48:52+00:00", "details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.17/release_notes/ocp-4-17-release-notes.html", "product_ids": [ "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0875" } ], "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": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html" }, { "cve": "CVE-2024-45590", "cwe": { "id": "CWE-405", "name": "Asymmetric Resource Consumption (Amplification)" }, "discovery_date": "2024-09-10T16:20:29.292154+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2311171" } ], "notes": [ { "category": "description", "text": "A flaw was found in body-parser. This vulnerability causes denial of service via a specially crafted payload when the URL encoding is enabled.", "title": "Vulnerability description" }, { "category": "summary", "text": "body-parser: Denial of Service Vulnerability in body-parser", "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": [ "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le" ], "known_not_affected": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-45590" }, { "category": "external", "summary": "RHBZ#2311171", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2311171" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-45590", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45590" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45590", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45590" }, { "category": "external", "summary": "https://github.com/expressjs/body-parser/commit/b2695c4450f06ba3b0ccf48d872a229bb41c9bce", "url": "https://github.com/expressjs/body-parser/commit/b2695c4450f06ba3b0ccf48d872a229bb41c9bce" }, { "category": "external", "summary": "https://github.com/expressjs/body-parser/security/advisories/GHSA-qwcr-r2fm-qrc7", "url": "https://github.com/expressjs/body-parser/security/advisories/GHSA-qwcr-r2fm-qrc7" } ], "release_date": "2024-09-10T16:15:21.083000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-05T10:48:52+00:00", "details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.17/release_notes/ocp-4-17-release-notes.html", "product_ids": [ "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0875" }, { "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": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "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": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "body-parser: Denial of Service Vulnerability in body-parser" }, { "cve": "CVE-2024-48910", "cwe": { "id": "CWE-1321", "name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)" }, "discovery_date": "2024-10-31T15:00:53.609372+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2322949" } ], "notes": [ { "category": "description", "text": "A prototype pollution vulnerability was found in DOMPurify. This flaw allows a remote attacker to add or modify attributes of an object prototype. This issue can lead to the injection of malicious attributes used in other components or cause a crash by overriding existing attributes with ones of incompatible type.", "title": "Vulnerability description" }, { "category": "summary", "text": "dompurify: DOMPurify vulnerable to tampering by prototype pollution", "title": "Vulnerability summary" }, { "category": "other", "text": "The prototype pollution vulnerability in DOMPurify is considered a high-severity issue because it allows attackers to modify the prototype of built-in JavaScript objects, potentially impacting the entire application. This could lead to security risks, such as overwriting methods on fundamental objects like `Object`, `Array`, or `Function`, allowing attackers to manipulate application behavior, bypass security controls, or cause application crashes. Given that DOMPurify is a core library for sanitizing user input, an attacker exploiting this vulnerability could gain control over how sanitized content is processed, leading to the execution of malicious scripts or triggering other unintended behaviors across the application.", "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": [ "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le" ], "known_not_affected": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-48910" }, { "category": "external", "summary": "RHBZ#2322949", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2322949" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-48910", "url": "https://www.cve.org/CVERecord?id=CVE-2024-48910" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-48910", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-48910" }, { "category": "external", "summary": "https://github.com/cure53/DOMPurify/commit/d1dd0374caef2b4c56c3bd09fe1988c3479166dc", "url": "https://github.com/cure53/DOMPurify/commit/d1dd0374caef2b4c56c3bd09fe1988c3479166dc" }, { "category": "external", "summary": "https://github.com/cure53/DOMPurify/security/advisories/GHSA-p3vf-v8qc-cwcr", "url": "https://github.com/cure53/DOMPurify/security/advisories/GHSA-p3vf-v8qc-cwcr" } ], "release_date": "2024-10-31T14:22:52.867000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-05T10:48:52+00:00", "details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.17/release_notes/ocp-4-17-release-notes.html", "product_ids": [ "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0875" }, { "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": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L", "version": "3.1" }, "products": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "dompurify: DOMPurify vulnerable to tampering by prototype pollution" }, { "cve": "CVE-2024-52798", "cwe": { "id": "CWE-1333", "name": "Inefficient Regular Expression Complexity" }, "discovery_date": "2024-12-05T23:00:59.020167+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2330689" } ], "notes": [ { "category": "description", "text": "A flaw was found in path-to-regexp. A path-to-regexp turns path strings into regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance.", "title": "Vulnerability description" }, { "category": "summary", "text": "path-to-regexp: path-to-regexp Unpatched `path-to-regexp` ReDoS in 0.1.x", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability exists because of an incomplete fix for CVE-2024-45296.", "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": [ "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le" ], "known_not_affected": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-52798" }, { "category": "external", "summary": "RHBZ#2330689", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2330689" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-52798", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52798" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-52798", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52798" }, { "category": "external", "summary": "https://github.com/pillarjs/path-to-regexp/commit/f01c26a013b1889f0c217c643964513acf17f6a4", "url": "https://github.com/pillarjs/path-to-regexp/commit/f01c26a013b1889f0c217c643964513acf17f6a4" }, { "category": "external", "summary": "https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-rhx6-c78j-4q9w", "url": "https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-rhx6-c78j-4q9w" } ], "release_date": "2024-12-05T22:45:42.774000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-05T10:48:52+00:00", "details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.17/release_notes/ocp-4-17-release-notes.html", "product_ids": [ "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0875" }, { "category": "workaround", "details": "Avoid using two parameters within a single path segment when the separator is not, for example, /:a-:b. Alternatively, you can define the regex used for both parameters and ensure they do not overlap to allow backtracking.", "product_ids": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "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:L", "version": "3.1" }, "products": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "path-to-regexp: path-to-regexp Unpatched `path-to-regexp` ReDoS in 0.1.x" }, { "cve": "CVE-2024-55565", "cwe": { "id": "CWE-835", "name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)" }, "discovery_date": "2024-12-09T02:00:45.255738+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2331063" } ], "notes": [ { "category": "description", "text": "nanoid (aka Nano ID) before 5.0.9 mishandles non-integer values. 3.3.8 is also a fixed version.", "title": "Vulnerability description" }, { "category": "summary", "text": "nanoid: nanoid mishandles non-integer values", "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": [ "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le" ], "known_not_affected": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-55565" }, { "category": "external", "summary": "RHBZ#2331063", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331063" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-55565", "url": "https://www.cve.org/CVERecord?id=CVE-2024-55565" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-55565", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-55565" }, { "category": "external", "summary": "https://github.com/ai/nanoid/compare/3.3.7...3.3.8", "url": "https://github.com/ai/nanoid/compare/3.3.7...3.3.8" }, { "category": "external", "summary": "https://github.com/ai/nanoid/pull/510", "url": "https://github.com/ai/nanoid/pull/510" }, { "category": "external", "summary": "https://github.com/ai/nanoid/releases/tag/5.0.9", "url": "https://github.com/ai/nanoid/releases/tag/5.0.9" } ], "release_date": "2024-12-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-05T10:48:52+00:00", "details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.17/release_notes/ocp-4-17-release-notes.html", "product_ids": [ "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0875" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "ADJACENT_NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "nanoid: nanoid mishandles non-integer values" }, { "cve": "CVE-2024-56201", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2024-12-23T16:00:38.768252+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333854" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through malicious filenames", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.", "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": [ "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64" ], "known_not_affected": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56201" }, { "category": "external", "summary": "RHBZ#2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56201" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f", "url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f" }, { "category": "external", "summary": "https://github.com/pallets/jinja/issues/1792", "url": "https://github.com/pallets/jinja/issues/1792" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699" } ], "release_date": "2024-12-23T15:37:36.110000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-05T10:48:52+00:00", "details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.17/release_notes/ocp-4-17-release-notes.html", "product_ids": [ "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0875" }, { "category": "workaround", "details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.", "product_ids": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jinja2: Jinja has a sandbox breakout through malicious filenames" }, { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "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": [ "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64" ], "known_not_affected": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-05T10:48:52+00:00", "details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.17/release_notes/ocp-4-17-release-notes.html", "product_ids": [ "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0875" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1e88032295ab6a57e87102870144234fd4d00af4d64692998d94aec1da0fa7e2_amd64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:1eca125f06e0accfef2233f5baf68c683a05e10e7edafd3894b10a5c9832ed7b_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:ab569dfb349e365f7ad9dc2c90ab40bcc45daaaa829286f9c9020c3efc1e72a0_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9-operator@sha256:de584540e7ce6842dde472058d62bc0460a00a18e4d523629cf3a2ce2d3e7d90_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:33303a9781c6d420d2a0927c6fc718d85909375547022c542bfb2cac54f908cc_arm64", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:4a54958572d4ca2a7b657e81dec2d85fa1f282bc4e557d1a3d222720d2fa40d8_s390x", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f3d37e0fbcdf83bc5292ca7a7b5c495aad0d8611211bb72499492573a797ce54_ppc64le", "9Base-RHOSE-4.17:openshift4/ingress-node-firewall-rhel9@sha256:f4e365279bc71a9e4b34354f4f92db16df722e04d90b19bc2abe3f85d896899f_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:62e5a756d35969806d9e2a2bb1f8be00925496a92188d883c259f1baaa168d83_amd64", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:99c9a64e58f220e5494d162c6a7c5ff10fdef49e96ed5f48c0e7b5937c2cc12e_ppc64le", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:9cebbb5a9d84389762dcc411ae5a05899ecf3e7b66eba09a176cc9bd8de8bbdc_s390x", "9Base-RHOSE-4.17:openshift4/kube-compare-artifacts-rhel9@sha256:fe8a449229062204e3ac9650b357e3d9414d7be467173b067bcef8e7b0d0c6e4_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1ad9d78189f80c226312ed8fb18a117b71cb128cfa965c35dfc14f62b8c51c16_arm64", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:1f7a9fbeab09bf9d95f43a786da9e4cb550f0aecaed7c1f4b948a1386b166fdd_s390x", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:bf1197d47e48a2355497deba62bdfaab5c43dd284db5bcaec69262329667ba6b_ppc64le", "9Base-RHOSE-4.17:openshift4/kubernetes-nmstate-rhel9-operator@sha256:e7392111911a2d8117276327aa5488284b596ba88444159b0a8d97c7c4f129e8_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:4997f775c57c4ff923a0c49545142916eca0c14053031b546c499345a74b3fe4_s390x", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:8095681987eca0a5f01d897bf19a5f3a48cb51e71b186e188f8c7430e635fd68_amd64", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:b8503c978f235e2451cafd50cc07ccf3cda5d4842e6fcb57b4e1d713f61e6f4f_ppc64le", "9Base-RHOSE-4.17:openshift4/metallb-rhel9-operator@sha256:e1a6e1b8ec81b432b87eceec71184c13349d24ed00b075449d0cfe24f94dbdd3_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:05995ad1c1db13694adeacfa2ec37199001f9eb0b37618f3c392c4bce85fc106_arm64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:255aa4123181bc6045d1c9bca83add43b8e64b4b7c614f6d2f111fec8e098a0f_amd64", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e3ab6aa63cdcf2e7d086d9ca6a25117ccb287e2165580a4bcd682d35e7343438_s390x", "9Base-RHOSE-4.17:openshift4/nmstate-console-plugin-rhel9@sha256:e4a88c8181e4c02121ad638a4e0220b176bda1981f72e26574696cae40f15aef_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:1cf906f1a9b35a3829990f8a802e4e617de7b32a091d22ff3b291b02a6de1629_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5aedff51d5c18d6e6b0834efabec523490a6fe17571ed181b9094194d2532bff_amd64", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:5eb3e62ff2a8f4bbc51513081415a964aaaed2b9770d6111f69bc31df891d00c_s390x", "9Base-RHOSE-4.17:openshift4/ose-ansible-rhel9-operator@sha256:9ed511e02d2f30114e2f3772c99f3f9e7037a3748d8d2da39f059091ea6b02f4_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:0707f47c27331e77140e17cbd5ba0dc5324096d165ebb5078df7b4bb6bb4ef64_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-container-rhel9@sha256:903d2ebcacc62a83791f20a45e5c2567590970e96bd0137f2f60babab69dbf2f_amd64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:18d5c5be99e11ee338e7f1da1a0c0e101eadb1dc27fc0c94ab37adf1201b2ec5_arm64", "9Base-RHOSE-4.17:openshift4/ose-aws-efs-csi-driver-rhel9-operator@sha256:78bdba0bc09e170409dfa752cb94db9d466474025bc16937591f4b8e033964cc_amd64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:145a77ddba31938dbde8e2af86f6abb9c7dc4f456045831dccd56ace44b76f5d_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:3528168affa46f2d770a100679d27a279a65bae7d2004b4f8d7a64b135202b98_arm64", "9Base-RHOSE-4.17:openshift4/ose-cloud-event-proxy-rhel9@sha256:4b081ecd88f0c86eb91cb981a40ac96525809a72e79554f946efb79dcdaf2019_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:8a3b5a8ee124bf13a3025cbd88c4ebbf89cb9284408fc51bef60a22f6dcc5984_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:b222b335089d47bea484c41175ed6fde8db7e8b728ecabe27f947e714bd2e709_amd64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ddef711ae9f889b968c363a9223ab39c287e377a39257989528efc831cc79922_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-capacity-rhel9@sha256:ead6e942e805c3310bfc88be9c5ee8376c8471c1fdd452a591cf9832543f70c8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:50e906a7d61346a52db027f988783613c9b4ea95980e7badf25f72cb63bb0de6_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:95d6c4d07115565d7553dfe83bc92e4058a470d62225cc881bfcca896f435761_arm64", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:e8322ced2b0d72fb6627c7706b8b0291373ef6edacec35e1f9abd95fd1894ff5_s390x", "9Base-RHOSE-4.17:openshift4/ose-cluster-nfd-rhel9-operator@sha256:ef9ecbf718260d1b22a2b90be45e8d25c85cc855cc72491acdacdfb9eca0160b_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:4fd0ecb1055c66be255edd12f0931996ae47d3724bcc59347d066cc1116acc3a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:5558a53762bfa34f2b4993cc2e220efc6e97e8aaf46a35980478910fcc356aac_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:c34d19cda2b2fd5f5751aaf1444cc809cefb93f837a711778f0d052b9930f24f_amd64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9-operator@sha256:dd4f4653abd33cede508fefe63322a210d5d333669a963a669e101cb0f964e73_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2362d445dc5203ebe7fa945ef17e7a83f47f088f807f5c3a70c8c6ff55ab2956_s390x", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:2d97a15ab868e75547dd1434e6e11f8a26c8457b05ee0444edfc4924cfa1a1ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:6809176cbbc5e2912a6d7aa1bf77f09d53f3f12904d6d25c33fd9e48bf50adc4_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-clusterresourceoverride-rhel9@sha256:a012d869ee8ffb3c2f824cc33abd32b28c9271671952eaa517fafc8efd1a3eb6_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:5cb6a4015f584d0661fd9c54273be62def2a122ecf26dc70188598b292927e18_s390x", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:6261df79c6bd38fbd51054e59c9e3c6ee2717d03de41df9d949fcd0134076c26_arm64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:c9cf46958229e197412871b525ea7c227ae91eacd816efcc467f703971963ed8_amd64", "9Base-RHOSE-4.17:openshift4/ose-csi-driver-shared-resource-mustgather-rhel9@sha256:fc7a113b08e684f73c4ea965e293be2cdfac8df3a333bdd1aa3a74812cda2d36_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:127883fd729d44af53959da3c201a908eb7ed8b50ae310e1e563560b0bc78667_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:2417aec8e0b2050b454863428b4fe6b59ad83e91be0d8e298608ccadb7445990_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:799bef59ab91fe26aa5820300124497440060655c65febe87e6f7cf736ffa165_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-cni-rhel9@sha256:f19c2030e23eee0125ae76ba2f0254265c8ba39006e3d67ef68afcd595966330_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:329dfb2f2e1d85d9b6269c56e8db56ca558a90e58134eec1638b8db879889663_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:455e5d122c21729ae5570315246b073ec508e35d22d66cafab0ecc3546edb745_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:729c8a34064d11727bbdfacb1f2fc85ad32bc3d9f064ccd65c76d2707f31efbb_amd64", "9Base-RHOSE-4.17:openshift4/ose-dpu-daemon-rhel9@sha256:8a1fd0ede2afaf6a9b2e9048b5381fdbd310d81d35ac1b5ee095e18db5ed4abe_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:128ac5169b2899a0f539abe1503c3f034ee7a7278a138de59914acaae6fbfed5_s390x", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:77b4343f4dc9abdd6f1c1451bcd1c8a6e15c1372a6cd357c959ab5cb6a129aba_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:a553e3dd556f015f63d4985b4c4139010a4be0ceddf3b32b99df15ca5f0f4efb_arm64", "9Base-RHOSE-4.17:openshift4/ose-dpu-rhel9-operator@sha256:bff2085314371b5d7b8e80d40d458e9e28ce85250ce9d7f9e5c6561a3e068f6d_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:326ef521006c16b25c1d683d0c19fec1bdb1b19adc5092428272ca0dd256bc53_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:7212ab08680e3cd9717eae4c1159ea73c2260fce2c4803cf8fe7f6141542a6a4_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:a7b3bfdcb24c56190796092f243477fb47a80b606136705abf7f78190df09c13_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-dns-proxy-rhel9@sha256:bad6419cf3e02f6f7e94180d5e3f5cc6b019c900c2651410c3368c31e3506d1a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:0155be8d01fcb8b856a8047d0e7fd5afc664334e530b754386a7388b71514985_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:268046a04c783f8f75f1f6455f3d6a290bd521d8083bca02549f1d730a27a5d6_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:a68452aee45eaa886243f30b4f9bf9212d110a5c0091caa0bf05502901f722aa_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-http-proxy-rhel9@sha256:ded0d9329353c383d1496d8e318ad849a795e8e4cf988cf858b093517a0bcbc1_arm64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a212ce3c751490be6d58eac825b1dda5617486dd6ff0af5a3f5afca275e16685_s390x", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:a92efa54f95ecfa629a025c255ba6e82d923c20679e4da74faeb81aba76ec935_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:cf1a127eaac26a67738f9cb052e56a239056adc44aeea33cac330e4c739bb0e7_amd64", "9Base-RHOSE-4.17:openshift4/ose-egress-router-rhel9@sha256:d6bce69ef74223b0d69cb7c6980e8b1dc503ee1c1a146559a0eba3813135544c_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:115863ba2b5e6d6cd8256f1b6492a881b003c7b4f9af6ace1519b8bb993ea28a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:7a9e613f79e61eae06422999945ab9e641bee490ff3119ba477ab067b4e9a9b6_amd64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9-operator@sha256:8c097a297f89c78878265de333eae03074dc5d22041fe8fd56d1933dfe1f46d7_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:a0bf1aaf327025aebea99decef7a5ad6344ba6ed1dc8ea38695aaa26f6c8e4ff_arm64", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:ea0c7ab082f2e00ab8833ef83702d0f1add5c82f0c207ac1335a398b0741b24a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-gcp-filestore-csi-driver-rhel9@sha256:fb654fde9ab414470e63acf79b65f0e839ed1cfe554e55108cba6d18ab7acaff_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:987c65c50be5250b01a6c77426ce362d0d6065abfe401191b78f20111e1d5f26_amd64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:a05d8bb5a34cc9b6f0531956ab7ec000c4819b8903a5cdb3d84e0cb0e94b2788_arm64", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:d326e689c47ec1904580cb829fb9055db2babe0faf77d18da6fc214704057262_s390x", "9Base-RHOSE-4.17:openshift4/ose-helm-rhel9-operator@sha256:fb0cf19b9e000f9cebaa09f24c44147759be8b2c37ef6f2848d7e7a42c5b4aa2_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2b7f678f37582e12a48bb941115c18abbd87d5628195114a66118006d835e5df_s390x", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:2c0a52b29b3be0ced53f3581b45e3214f0a4076e71995c25ed3163dcac3e7341_arm64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:656a4eba25391d1b6e84a5e9088b425f660b19e6d5c33901a94ff913dbf380a8_amd64", "9Base-RHOSE-4.17:openshift4/ose-kubernetes-nmstate-handler-rhel9@sha256:f547811d8750e765dd2419b2afe46b2856c16ce327ae9b3cc12ce46af59fa3a8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:280f6a3aa554caf569c33d4cc18d1ca8a151de00f52254f586c1e514d6b387c0_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:73444647c441b9d433ab42611d6789222055a433e97fdc81b0aa8a654ac099cf_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:8f324d6bf5e30aad584a4cc6f2c2f9e99358a70ccdb70bbaca90d446c89fc038_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-diskmaker-rhel9@sha256:f9264df2afb778b7ed88d2cfe391a154ab21254fe937cab2568a5c9f83c166cd_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:72ecf82d885a9cad43952f25e52c85c1f91c0fd382d365e063d4f4bf42694ad7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:92855ee2eb5df1787dfe1823753ffd053c999839b1412e2b2c44315b1769ff7b_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:99da31f592a7ee8444c50a0062081bd1c4e335ff789da9475cdb16316704fd45_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-mustgather-rhel9@sha256:fc4728365b1085eaa23c28b9b5cb6877c3d6cc94114dcc6ac41de1cdf0c2a34e_s390x", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:10681495112e8d03355ea1aa70c4d6e08ca54888a51237bdadc38800201e7c32_arm64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:87010abde5ae589709b26c98e5ed991fb5594c01a70f855dca82328b9dbb64df_amd64", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d3f72c058c75ee564df73398f3ad3674e64804257945c2969fc8e5a785c0f908_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-local-storage-rhel9-operator@sha256:d9944d3fcbf031bbe25bcc5dfd9d93c6c130694c346e3782dbb287703966dc50_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:17ddf02eed2261ea1139a3e04788c448e57066e22f811bb7410179dc047e09a5_s390x", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:33eee3b324a6c743ad877d6c7873e7482cdbac88a6b412cf09e97ccb02ea6141_arm64", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:684167882cb692dc0bd9f1ff290aa585d6f7f52ef6e03c96875963c9d6d1fcf7_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-node-feature-discovery-rhel9@sha256:7a0fee5626d33e2437243739de29eec53843e4de5fb8aac7bc3950d57f8dfb5c_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:00026bfc60245da5d32207e354a298600a5aa4c3eb0376b80b209ed41e98826f_s390x", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:4106fbe6b983936f8ca815876f87b196127acfadad42d293a4b177c5c2599d4a_amd64", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:dda46ab3e6482fb66448c5eccb53273444b7b062148130740fb6d49f55cd7b48_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-operator-sdk-rhel9@sha256:fbfe4c0156f73f4b6c97c1bf54a1c1efb88b0fca0c80a62264515b7194b61491_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:637d40a2b0387720b850a93870a2476a0ce20f8be4db72b83f4c486dac2bb515_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:7016a37ee628b5e480d1e43706c5d24277d5b400570734564131af831b3debaf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9-operator@sha256:dd68536555a7ca8efa9845103e5b1fabd5eaa955859de93ca43b0db1a98c5549_amd64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:49ecab1c43e885d2d6463c482e7ae38db43a396ebc1a948babadee34da0cad63_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:9059ac819214858cb20be86531eaf0b9ca2d6b5ccf5c83b909fe7255743aae1e_arm64", "9Base-RHOSE-4.17:openshift4/ose-ptp-rhel9@sha256:ae77152c49a50479263503ca8d3d7e0e509cb5842a9df75914d2cb8be5267009_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:0511526d94d41e91dd4fe9932bd57b8351c710f9c83befd8e7b60739871a5262_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:368e1f4b988fa479c2c99a3e68e93601d7a21b6d6b09f46122a2130b379f509b_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:b4624536db7905801f87fcd2efff349a6770ea54cf2ca4598b13d4245132f9f3_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9-operator@sha256:d26015321e279b110e5eb43ba24763b118a0dacc5142cb4792f416c6e845971e_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:0db99ae4d5167f46b6ef02c64ff355be1b5356348ad7b1bc73993c06e9c69385_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a0ca74d42a0a56d4f394b3cc40c989dcde0218a6b6dbb7e98316a7ace6c69f02_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:a70cb4a389d770dd681ec8c81e077895d1afe5a9d1819d7ae2398c7fac9e6d01_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-driver-rhel9@sha256:c2d55a88e0e9d11ea5dfe974775601c75cd272e39fac2b12b0060f0fe2f00d82_amd64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:122e389a8c505a18c2ae3a1bc273149954e1520e23aa37f50cacca1de9217be0_s390x", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:1729647a0176fbeaa9a349aa6c3a12e3766307705565261e275db848f2ee7aae_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:368bf42bb235aa1461c854b7aac12b15a66caae6f409c4fdd93eb5ff37a60b42_arm64", "9Base-RHOSE-4.17:openshift4/ose-secrets-store-csi-mustgather-rhel9@sha256:fae5d651b0e38d8c0b9ff17580528b60c6b16a97dba6f30ba1e771010c06f9fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:1b4b180ede0274092fc9ad5613046b8da27b4555ef795b43c62a8a3cbdf03490_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:453298bea660e9a91bf39759dcd7d82951638a5dd768e7c7eeebb1fb158c2cd6_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:4e40b44ad27ddd0c9c7ae2fc597b90111e62449eece37284cef62bbcef86f3b0_s390x", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9-operator@sha256:96f59d7c4c00a496d84dd1755217beb5da9a3aa4eed86fa1f162db7eb2757629_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:465d65a6e030904acd9dc6d03d22b142dc12177b2a6bbf2728bc1f4eee2365fb_amd64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:48404695ef72bb33bdc3f167ac42d915beaf445296f5f7d06a4699f91e06d6ed_arm64", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:bf834149ba70f20ebb52273cb5c11fd9406aa36397a06b96762df5258463f398_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-smb-csi-driver-rhel9@sha256:f6916556cd18a46007e52201fbd63bf6970807a91291a2f237167b05a9a6b3e1_s390x", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:4a30e172a32df2a6f2e6c349ef9d14718ab1628d3371e090960a52802344aec8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:def5c1554ab680ce6aee0209bb75e00351bc9fa950f26f308809ffd68e21e8ed_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-dp-admission-controller-rhel9@sha256:ed7430f74d293574fe96c6026d8e42d251db508ad78b2944cd64b5c771209dd6_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:46928904c6a2522a46a0acc7665b6fd28f8df5631a7d68c4aac3074bafdc0f7d_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:48da916f31335e6d5ad58113d514bf187043544e71d55aa9e9b93aa526cafadd_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-infiniband-cni-rhel9@sha256:c959fed957cef20e34d06f07005c2c59d2469dd9959e2d2a554f7657e950e840_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:2f6845ce0d6b3898f04434d720fb1281e24b88fb83d32037453ed78ac921385b_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:3fed39281a77bb38ec1a5f5344326749671e1729b02454f42365d87d346c7076_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-config-daemon-rhel9@sha256:a550a750cc2172b2f799027fbb5c6958b67c29493410c0e4a48d0ac96c0523d8_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:3a3fd75075a8a3d2c1562f80f0dc69acb57594f9ffa566cd8a231785c6e6d688_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:9c3a920f5807a1e8360b415221fb7b7e477731cba55024d2e143f2c91fc83a5b_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-device-plugin-rhel9@sha256:f897afb6d85cefe6d6da167d49aa935848733316d2e5efafdd592b553bfdbae9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:5c033d5855160db93135e24fe2c415ea260d50ea34bd5f3936268a1ea20529b2_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:bf117760a6d0b3002ac8ef40ba74ef027398478aab9db2e1975ab95522251478_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-rhel9-operator@sha256:fcc688a3c60e16cfa2ca9647ff1a5a83e22b24a29912cfc9057c09333673f558_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:771af028d9485ba39e9d9c604e6e7d0bbf567b8cdb873e0dee2d22d0f496a3c8_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:e79a78e7eb81d42f6285769451af40110c6747a5062be345d0fceb7d552e7dbf_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-sriov-network-webhook-rhel9@sha256:eea8ee4ba8654745c9cefb59fc413ecfe9554b6dcee97c869fbbd2169e185d49_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/ose-sriov-rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:15e1eae05f975630489ce3805c038a18ad10eb80f81856022e5c2e3d28e05f6a_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:8b540095b11b7a73f5854bad8d0d1581b320edefac40efc7091f5f0e7cc58505_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:9426812fbf4807ff1a87825964444266849413c927b162d9894e6fd44e5d270f_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9-operator@sha256:bdafc919ec339edff688bdf6375e265a0270086f73d957c353f03c3b324ea832_amd64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:2516561a150b73b3e9be09dc387233c120818ac05cc6c577d3234333eeeb019e_arm64", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:31cf40cd63566e8c56abe2947dc56f885f59327518f752da37bbb4ec8e2de3d9_ppc64le", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:8eb0e1c8ab9ba3fd65c02150a0d0907c8d96adcb0fac4da5d772b9900c88365b_s390x", "9Base-RHOSE-4.17:openshift4/ose-vertical-pod-autoscaler-rhel9@sha256:e6b9f5c9b6ad44416a8fb8ccc0f9ba56b1afd6ce7fe480f1832f817a0242b1c0_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:2a92a49d48dbd9a6ee431619c7338afc6d000e21e82cb2e04cc1a80e60ec089c_arm64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:5a65b526839c5b8050c480feea87e23e3c590e0cb366edab8e746da7aadc444a_s390x", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:67df1d20d92f3320539c2273aae9baa8af5670dff8d5241dc2b2d33f26df14c1_amd64", "9Base-RHOSE-4.17:openshift4/pf-status-relay-rhel9@sha256:a9ce48f171099e2d12e05970adc01c3054548fb8ff30775209abeddcf9f0c312_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:0029267f4560cbc9063ad490a021334d2d487bdd38eeb7de44c1a8a70e7a163b_amd64", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:4e9ba116722b3c8451e31119b13bfb4a6f537181f0406101ced328aa4fa0fcf8_ppc64le", "9Base-RHOSE-4.17:openshift4/ptp-must-gather-rhel9@sha256:dad699987201d2afa04045c50bf541aaf434866d94b9ad66a341c644fa0a1f0d_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:1c67f1800462fc235fd577ae4123cce3e73ebe198b995ab56fa979ea2b6c942f_arm64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:d31102a8f91b6ccf77ebcca553ea1f62f1f39484d27e0ed34c9518f6cac2b23f_amd64", "9Base-RHOSE-4.17:openshift4/rdma-cni-rhel9@sha256:fec3cd94038aaecc68a6daf8479dcd41260fcda28fcc4a15c1ff4047bd570c04_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:5d26da1a0a55c6aa44cb1950f5e137d64782901926e3aa1c176a50cc97025834_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:96ce07b8df9008a375f02422a684d607cd61b62322e69920e2ad0a94d9f004bf_arm64", "9Base-RHOSE-4.17:openshift4/sriov-cni-rhel9@sha256:c664675fb0bb3f6a3e8d6c7012a165f8ac21effadc0fe5ed0d5012cc4ecc3fbe_amd64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:51f6b0482d77c7e6ba1ee93c40edf20e9f5af96dd6bff88ba15900eb70573b4f_ppc64le", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:e4609911df893504861ed338145e3c9d5b639dccf5f336af19a82c24606774cb_arm64", "9Base-RHOSE-4.17:openshift4/sriov-network-metrics-exporter-rhel9@sha256:f60558d5bcf6e51576a45dd20e4c314f75e46cb195f7c6608798ebf5cc883edc_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhsa-2025:0721
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update 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 Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "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: Jinja has a sandbox breakout through indirect reference to format method (CVE-2024-56326)\n* automation-controller: Jinja has a sandbox breakout through malicious filenames (CVE-2024-56201)\n* automation-controller: Potential SQL injection in HasKey(lhs, rhs) on Oracle (CVE-2024-53908)\n* python3-jinja2/python39-jinja2: Jinja has a sandbox breakout through indirect reference to format method (CVE-2024-56326)\n* python3-jinja2/python39-jinja2: Jinja has a sandbox breakout through malicious filenames (CVE-2024-56201)\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 included for automation controller:\n* Fixed an issue where the traceback from host_metric_summary_monthly task caused a type comparison error (AAP-37486)\n* Fixed an issue where the order of source inventories was not respected by the ansible.controller collection (AAP-38511)\n* automation-controller has been updated to 4.5.17\n\nUpdates and fixes for installer and setup:\n* Fixed an issue where setting the pg_host= without any other context would result in an empty HOST section of settings.py in controller (AAP-38030)\n* Fixed an issue where Automation Hub backup would fail when automationhub_pg_port=\" (AAP-31261)\n* Fixed an issue where providing the database installation a custom port would break the installation of postgres (AAP-31260)\n* Setup script now warns if provided log path does not have write permission and fails if default path does not have write permission (AAP-18204)\n* installer and setup have been updated to 2.4-9\n\nAdditional fixes:\n* python3-jinja2/python39-jinja2 has been updated to 3.1.5\n* python3-pulpcore/python39-pulpcore has been updated to 3.28.26", "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-2025:0721", "url": "https://access.redhat.com/errata/RHSA-2025:0721" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2329287", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329287" }, { "category": "external", "summary": "2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0721.json" } ], "title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.4 Product Security and Bug Fix Update", "tracking": { "current_release_date": "2025-02-13T21:32:07+00:00", "generator": { "date": "2025-02-13T21:32:07+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0721", "initial_release_date": "2025-01-27T19:32:54+00:00", "revision_history": [ { "date": "2025-01-27T19:32:54+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-27T19:32:54+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:32:07+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-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 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-Inside-1.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform_inside: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": "python-jinja2-0:3.1.5-1.el9ap.src", "product": { "name": "python-jinja2-0:3.1.5-1.el9ap.src", "product_id": "python-jinja2-0:3.1.5-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@3.1.5-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python-pulpcore-0:3.28.36-1.el9ap.src", "product": { "name": "python-pulpcore-0:3.28.36-1.el9ap.src", "product_id": "python-pulpcore-0:3.28.36-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-pulpcore@3.28.36-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.17-1.el9ap.src", "product": { "name": "automation-controller-0:4.5.17-1.el9ap.src", "product_id": "automation-controller-0:4.5.17-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.17-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "ansible-automation-platform-installer-0:2.4-9.el9ap.src", "product": { "name": "ansible-automation-platform-installer-0:2.4-9.el9ap.src", "product_id": "ansible-automation-platform-installer-0:2.4-9.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.4-9.el9ap?arch=src" } } }, { "category": "product_version", "name": "python3x-pulpcore-0:3.28.36-1.el8ap.src", "product": { "name": "python3x-pulpcore-0:3.28.36-1.el8ap.src", "product_id": "python3x-pulpcore-0:3.28.36-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-pulpcore@3.28.36-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3x-jinja2-0:3.1.5-1.el8ap.src", "product": { "name": "python3x-jinja2-0:3.1.5-1.el8ap.src", "product_id": "python3x-jinja2-0:3.1.5-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3x-jinja2@3.1.5-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.17-1.el8ap.src", "product": { "name": "automation-controller-0:4.5.17-1.el8ap.src", "product_id": "automation-controller-0:4.5.17-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.17-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "ansible-automation-platform-installer-0:2.4-9.el8ap.src", "product": { "name": "ansible-automation-platform-installer-0:2.4-9.el8ap.src", "product_id": "ansible-automation-platform-installer-0:2.4-9.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.4-9.el8ap?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-jinja2-0:3.1.5-1.el9ap.noarch", "product": { "name": "python3-jinja2-0:3.1.5-1.el9ap.noarch", "product_id": "python3-jinja2-0:3.1.5-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jinja2@3.1.5-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3-pulpcore-0:3.28.36-1.el9ap.noarch", "product": { "name": "python3-pulpcore-0:3.28.36-1.el9ap.noarch", "product_id": "python3-pulpcore-0:3.28.36-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-pulpcore@3.28.36-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-cli-0:4.5.17-1.el9ap.noarch", "product": { "name": "automation-controller-cli-0:4.5.17-1.el9ap.noarch", "product_id": "automation-controller-cli-0:4.5.17-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-cli@4.5.17-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-server-0:4.5.17-1.el9ap.noarch", "product": { "name": "automation-controller-server-0:4.5.17-1.el9ap.noarch", "product_id": "automation-controller-server-0:4.5.17-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-server@4.5.17-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-ui-0:4.5.17-1.el9ap.noarch", "product": { "name": "automation-controller-ui-0:4.5.17-1.el9ap.noarch", "product_id": "automation-controller-ui-0:4.5.17-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-ui@4.5.17-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-automation-platform-installer-0:2.4-9.el9ap.noarch", "product": { "name": "ansible-automation-platform-installer-0:2.4-9.el9ap.noarch", "product_id": "ansible-automation-platform-installer-0:2.4-9.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.4-9.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-pulpcore-0:3.28.36-1.el8ap.noarch", "product": { "name": "python39-pulpcore-0:3.28.36-1.el8ap.noarch", "product_id": "python39-pulpcore-0:3.28.36-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-pulpcore@3.28.36-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python39-jinja2-0:3.1.5-1.el8ap.noarch", "product": { "name": "python39-jinja2-0:3.1.5-1.el8ap.noarch", "product_id": "python39-jinja2-0:3.1.5-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python39-jinja2@3.1.5-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-cli-0:4.5.17-1.el8ap.noarch", "product": { "name": "automation-controller-cli-0:4.5.17-1.el8ap.noarch", "product_id": "automation-controller-cli-0:4.5.17-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-cli@4.5.17-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-server-0:4.5.17-1.el8ap.noarch", "product": { "name": "automation-controller-server-0:4.5.17-1.el8ap.noarch", "product_id": "automation-controller-server-0:4.5.17-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-server@4.5.17-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-ui-0:4.5.17-1.el8ap.noarch", "product": { "name": "automation-controller-ui-0:4.5.17-1.el8ap.noarch", "product_id": "automation-controller-ui-0:4.5.17-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-ui@4.5.17-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-automation-platform-installer-0:2.4-9.el8ap.noarch", "product": { "name": "ansible-automation-platform-installer-0:2.4-9.el8ap.noarch", "product_id": "ansible-automation-platform-installer-0:2.4-9.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.4-9.el8ap?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "automation-controller-0:4.5.17-1.el9ap.x86_64", "product": { "name": "automation-controller-0:4.5.17-1.el9ap.x86_64", "product_id": "automation-controller-0:4.5.17-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.17-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64", "product": { "name": "automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64", "product_id": "automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.17-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.17-1.el8ap.x86_64", "product": { "name": "automation-controller-0:4.5.17-1.el8ap.x86_64", "product_id": "automation-controller-0:4.5.17-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.17-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64", "product": { "name": "automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64", "product_id": "automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.17-1.el8ap?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "automation-controller-0:4.5.17-1.el9ap.ppc64le", "product": { "name": "automation-controller-0:4.5.17-1.el9ap.ppc64le", "product_id": "automation-controller-0:4.5.17-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.17-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le", "product": { "name": "automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le", "product_id": "automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.17-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.17-1.el8ap.ppc64le", "product": { "name": "automation-controller-0:4.5.17-1.el8ap.ppc64le", "product_id": "automation-controller-0:4.5.17-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.17-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le", "product": { "name": "automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le", "product_id": "automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.17-1.el8ap?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "automation-controller-0:4.5.17-1.el9ap.s390x", "product": { "name": "automation-controller-0:4.5.17-1.el9ap.s390x", "product_id": "automation-controller-0:4.5.17-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.17-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x", "product": { "name": "automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x", "product_id": "automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.17-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.17-1.el8ap.s390x", "product": { "name": "automation-controller-0:4.5.17-1.el8ap.s390x", "product_id": "automation-controller-0:4.5.17-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.17-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x", "product": { "name": "automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x", "product_id": "automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.17-1.el8ap?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "automation-controller-0:4.5.17-1.el9ap.aarch64", "product": { "name": "automation-controller-0:4.5.17-1.el9ap.aarch64", "product_id": "automation-controller-0:4.5.17-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.17-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64", "product": { "name": "automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64", "product_id": "automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.17-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-0:4.5.17-1.el8ap.aarch64", "product": { "name": "automation-controller-0:4.5.17-1.el8ap.aarch64", "product_id": "automation-controller-0:4.5.17-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.5.17-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.5.17-1.el8ap.aarch64", "product": { "name": "automation-controller-venv-tower-0:4.5.17-1.el8ap.aarch64", "product_id": "automation-controller-venv-tower-0:4.5.17-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.5.17-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.17-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.17-1.el8ap.aarch64" }, "product_reference": "automation-controller-0:4.5.17-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.17-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.17-1.el8ap.ppc64le" }, "product_reference": "automation-controller-0:4.5.17-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.17-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.17-1.el8ap.s390x" }, "product_reference": "automation-controller-0:4.5.17-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.17-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.17-1.el8ap.src" }, "product_reference": "automation-controller-0:4.5.17-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.17-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.17-1.el8ap.x86_64" }, "product_reference": "automation-controller-0:4.5.17-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.17-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.17-1.el8ap.noarch" }, "product_reference": "automation-controller-cli-0:4.5.17-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.17-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.17-1.el8ap.noarch" }, "product_reference": "automation-controller-server-0:4.5.17-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.17-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.17-1.el8ap.noarch" }, "product_reference": "automation-controller-ui-0:4.5.17-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.17-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.17-1.el8ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.5.17-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.17-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.17-1.el8ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.5.17-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.17-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.17-1.el8ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.5.17-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.17-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.17-1.el8ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.5.17-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-jinja2-0:3.1.5-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-jinja2-0:3.1.5-1.el8ap.noarch" }, "product_reference": "python39-jinja2-0:3.1.5-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-jinja2-0:3.1.5-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-jinja2-0:3.1.5-1.el8ap.src" }, "product_reference": "python3x-jinja2-0:3.1.5-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python39-jinja2-0:3.1.5-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:python39-jinja2-0:3.1.5-1.el8ap.noarch" }, "product_reference": "python39-jinja2-0:3.1.5-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-jinja2-0:3.1.5-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:python3x-jinja2-0:3.1.5-1.el8ap.src" }, "product_reference": "python3x-jinja2-0:3.1.5-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-installer-0:2.4-9.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.noarch" }, "product_reference": "ansible-automation-platform-installer-0:2.4-9.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-installer-0:2.4-9.el8ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.src" }, "product_reference": "ansible-automation-platform-installer-0:2.4-9.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.17-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.17-1.el8ap.aarch64" }, "product_reference": "automation-controller-0:4.5.17-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.17-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.17-1.el8ap.ppc64le" }, "product_reference": "automation-controller-0:4.5.17-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.17-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.17-1.el8ap.s390x" }, "product_reference": "automation-controller-0:4.5.17-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.17-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.17-1.el8ap.src" }, "product_reference": "automation-controller-0:4.5.17-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.17-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.17-1.el8ap.x86_64" }, "product_reference": "automation-controller-0:4.5.17-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.17-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.17-1.el8ap.noarch" }, "product_reference": "automation-controller-cli-0:4.5.17-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.17-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.17-1.el8ap.noarch" }, "product_reference": "automation-controller-server-0:4.5.17-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.17-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.17-1.el8ap.noarch" }, "product_reference": "automation-controller-ui-0:4.5.17-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.17-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.17-1.el8ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.5.17-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.17-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.17-1.el8ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.5.17-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.17-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.17-1.el8ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.5.17-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.17-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.17-1.el8ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python39-jinja2-0:3.1.5-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-jinja2-0:3.1.5-1.el8ap.noarch" }, "product_reference": "python39-jinja2-0:3.1.5-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.36-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.36-1.el8ap.noarch" }, "product_reference": "python39-pulpcore-0:3.28.36-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3x-jinja2-0:3.1.5-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-jinja2-0:3.1.5-1.el8ap.src" }, "product_reference": "python3x-jinja2-0:3.1.5-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.36-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.36-1.el8ap.src" }, "product_reference": "python3x-pulpcore-0:3.28.36-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.17-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.17-1.el9ap.aarch64" }, "product_reference": "automation-controller-0:4.5.17-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.17-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.17-1.el9ap.ppc64le" }, "product_reference": "automation-controller-0:4.5.17-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.17-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.17-1.el9ap.s390x" }, "product_reference": "automation-controller-0:4.5.17-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.17-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.17-1.el9ap.src" }, "product_reference": "automation-controller-0:4.5.17-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.17-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.17-1.el9ap.x86_64" }, "product_reference": "automation-controller-0:4.5.17-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.17-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.17-1.el9ap.noarch" }, "product_reference": "automation-controller-cli-0:4.5.17-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.17-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.17-1.el9ap.noarch" }, "product_reference": "automation-controller-server-0:4.5.17-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.17-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.17-1.el9ap.noarch" }, "product_reference": "automation-controller-ui-0:4.5.17-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.17-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.17-1.el9ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.5.17-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.17-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.17-1.el9ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.5.17-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.17-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.17-1.el9ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.5.17-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.17-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.17-1.el9ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.5.17-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-jinja2-0:3.1.5-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-jinja2-0:3.1.5-1.el9ap.src" }, "product_reference": "python-jinja2-0:3.1.5-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-jinja2-0:3.1.5-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-jinja2-0:3.1.5-1.el9ap.noarch" }, "product_reference": "python3-jinja2-0:3.1.5-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Developer-1.1" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:3.1.5-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:python-jinja2-0:3.1.5-1.el9ap.src" }, "product_reference": "python-jinja2-0:3.1.5-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:3.1.5-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:python3-jinja2-0:3.1.5-1.el9ap.noarch" }, "product_reference": "python3-jinja2-0:3.1.5-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4-Inside-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-installer-0:2.4-9.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.noarch" }, "product_reference": "ansible-automation-platform-installer-0:2.4-9.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-installer-0:2.4-9.el9ap.src as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.src" }, "product_reference": "ansible-automation-platform-installer-0:2.4-9.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.17-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.17-1.el9ap.aarch64" }, "product_reference": "automation-controller-0:4.5.17-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.17-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.17-1.el9ap.ppc64le" }, "product_reference": "automation-controller-0:4.5.17-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.17-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.17-1.el9ap.s390x" }, "product_reference": "automation-controller-0:4.5.17-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.17-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.17-1.el9ap.src" }, "product_reference": "automation-controller-0:4.5.17-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.17-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.17-1.el9ap.x86_64" }, "product_reference": "automation-controller-0:4.5.17-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.17-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.17-1.el9ap.noarch" }, "product_reference": "automation-controller-cli-0:4.5.17-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.17-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.17-1.el9ap.noarch" }, "product_reference": "automation-controller-server-0:4.5.17-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.17-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.17-1.el9ap.noarch" }, "product_reference": "automation-controller-ui-0:4.5.17-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.17-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.17-1.el9ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.5.17-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.17-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.17-1.el9ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.5.17-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.17-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.17-1.el9ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.5.17-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.17-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.17-1.el9ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:3.1.5-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-jinja2-0:3.1.5-1.el9ap.src" }, "product_reference": "python-jinja2-0:3.1.5-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.36-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.36-1.el9ap.src" }, "product_reference": "python-pulpcore-0:3.28.36-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:3.1.5-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-jinja2-0:3.1.5-1.el9ap.noarch" }, "product_reference": "python3-jinja2-0:3.1.5-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.36-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.36-1.el9ap.noarch" }, "product_reference": "python3-pulpcore-0:3.28.36-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-53908", "cwe": { "id": "CWE-89", "name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)" }, "discovery_date": "2024-11-28T02:50:01.271000+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.36-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.36-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.36-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.36-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2329287" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the Django Web Framework. The direct usage of django.db.models.fields.json.HasKey may be vulnerable to SQL injection if untrusted data is used to perform queries.", "title": "Vulnerability description" }, { "category": "summary", "text": "django: Potential SQL injection in HasKey(lhs, rhs) on Oracle", "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.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.36-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.36-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.36-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.36-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-53908" }, { "category": "external", "summary": "RHBZ#2329287", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329287" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-53908", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53908" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-53908", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53908" }, { "category": "external", "summary": "https://www.djangoproject.com/weblog/2024/dec/04/security-releases/", "url": "https://www.djangoproject.com/weblog/2024/dec/04/security-releases/" } ], "release_date": "2024-12-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-27T19:32:54+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.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0721" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 9.1, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/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.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.36-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.36-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.36-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.36-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "django: Potential SQL injection in HasKey(lhs, rhs) on Oracle" }, { "cve": "CVE-2024-56201", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2024-12-23T16:00:38.768252+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.36-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.36-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.36-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.36-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333854" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through malicious filenames", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.", "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.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.5-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.5-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.36-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.36-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.36-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.36-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56201" }, { "category": "external", "summary": "RHBZ#2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56201" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f", "url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f" }, { "category": "external", "summary": "https://github.com/pallets/jinja/issues/1792", "url": "https://github.com/pallets/jinja/issues/1792" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699" } ], "release_date": "2024-12-23T15:37:36.110000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-27T19:32:54+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.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.5-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.5-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0721" }, { "category": "workaround", "details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.36-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.36-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.36-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.36-1.el9ap.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.36-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.36-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.36-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.36-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jinja2: Jinja has a sandbox breakout through malicious filenames" }, { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.36-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.36-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.36-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.36-1.el9ap.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "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.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.5-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.5-1.el9ap.noarch" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.36-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.36-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.36-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.36-1.el9ap.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-27T19:32:54+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.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.5-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.5-1.el9ap.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0721" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.36-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.36-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.36-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.36-1.el9ap.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhsa-2025:1250
Vulnerability from csaf_redhat
Notes
{ "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-jinja2 is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support.\n\nRed Hat Product Security has rated this update as having a security impact of 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": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* jinja2: Jinja has a sandbox breakout through indirect reference to format method (CVE-2024-56326)\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-2025:1250", "url": "https://access.redhat.com/errata/RHSA-2025:1250" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1250.json" } ], "title": "Red Hat Security Advisory: python-jinja2 security update", "tracking": { "current_release_date": "2025-02-13T21:45:19+00:00", "generator": { "date": "2025-02-13T21:45:19+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:1250", "initial_release_date": "2025-02-10T21:01:11+00:00", "revision_history": [ { "date": "2025-02-10T21:01:11+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-10T21:01:11+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:45:19+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 7 ELS)", "product": { "name": "Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_els:7" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python-jinja2-0:2.7.2-5.el7_9.src", "product": { "name": "python-jinja2-0:2.7.2-5.el7_9.src", "product_id": "python-jinja2-0:2.7.2-5.el7_9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@2.7.2-5.el7_9?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python-jinja2-0:2.7.2-5.el7_9.noarch", "product": { "name": "python-jinja2-0:2.7.2-5.el7_9.noarch", "product_id": "python-jinja2-0:2.7.2-5.el7_9.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@2.7.2-5.el7_9?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:2.7.2-5.el7_9.noarch as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:python-jinja2-0:2.7.2-5.el7_9.noarch" }, "product_reference": "python-jinja2-0:2.7.2-5.el7_9.noarch", "relates_to_product_reference": "7Server-ELS" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:2.7.2-5.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS)", "product_id": "7Server-ELS:python-jinja2-0:2.7.2-5.el7_9.src" }, "product_reference": "python-jinja2-0:2.7.2-5.el7_9.src", "relates_to_product_reference": "7Server-ELS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "7Server-ELS:python-jinja2-0:2.7.2-5.el7_9.noarch", "7Server-ELS:python-jinja2-0:2.7.2-5.el7_9.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-10T21:01:11+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "7Server-ELS:python-jinja2-0:2.7.2-5.el7_9.noarch", "7Server-ELS:python-jinja2-0:2.7.2-5.el7_9.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1250" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "7Server-ELS:python-jinja2-0:2.7.2-5.el7_9.noarch", "7Server-ELS:python-jinja2-0:2.7.2-5.el7_9.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhsa-2025:1118
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Container Platform release 4.13.55 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.13.\n\nRed Hat Product Security has rated this update as having a security impact of important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.13.55. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:1116\n\nSecurity Fix(es):\n\n* jinja2: Jinja has a sandbox breakout through malicious filenames\n(CVE-2024-56201)\n* jinja2: Jinja has a sandbox breakout through indirect reference to format\nmethod (CVE-2024-56326)\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\nAll OpenShift Container Platform 4.13 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html", "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-2025:1118", "url": "https://access.redhat.com/errata/RHSA-2025:1118" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1118.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.55 packages and security update", "tracking": { "current_release_date": "2025-02-13T21:35:39+00:00", "generator": { "date": "2025-02-13T21:35:39+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:1118", "initial_release_date": "2025-02-13T02:42:03+00:00", "revision_history": [ { "date": "2025-02-13T02:42:03+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-13T02:42:03+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:35:39+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.13", "product": { "name": "Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.13::el8" } } }, { "category": "product_name", "name": "Ironic content for Red Hat OpenShift Container Platform 4.13", "product": { "name": "Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_ironic:4.13::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "openshift-kuryr-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.src", "product": { "name": "openshift-kuryr-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.src", "product_id": "openshift-kuryr-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr@4.13.0-202501071752.p0.g36754b7.assembly.stream.el8?arch=src" } } }, { "category": "product_version", "name": "python-jinja2-0:3.0.1-6.el9.2.src", "product": { "name": "python-jinja2-0:3.0.1-6.el9.2.src", "product_id": "python-jinja2-0:3.0.1-6.el9.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@3.0.1-6.el9.2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "openshift-kuryr-cni-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "product": { "name": "openshift-kuryr-cni-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "product_id": "openshift-kuryr-cni-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-cni@4.13.0-202501071752.p0.g36754b7.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-common-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "product": { "name": "openshift-kuryr-common-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "product_id": "openshift-kuryr-common-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-common@4.13.0-202501071752.p0.g36754b7.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-controller-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "product": { "name": "openshift-kuryr-controller-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "product_id": "openshift-kuryr-controller-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-controller@4.13.0-202501071752.p0.g36754b7.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-kuryr-kubernetes-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "product": { "name": "python3-kuryr-kubernetes-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "product_id": "python3-kuryr-kubernetes-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kuryr-kubernetes@4.13.0-202501071752.p0.g36754b7.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-jinja2-0:3.0.1-6.el9.2.noarch", "product": { "name": "python3-jinja2-0:3.0.1-6.el9.2.noarch", "product_id": "python3-jinja2-0:3.0.1-6.el9.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jinja2@3.0.1-6.el9.2?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.src" }, "product_reference": "openshift-kuryr-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-cni-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch" }, "product_reference": "openshift-kuryr-cni-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-common-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch" }, "product_reference": "openshift-kuryr-common-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-controller-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch" }, "product_reference": "openshift-kuryr-controller-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kuryr-kubernetes-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.13", "product_id": "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch" }, "product_reference": "python3-kuryr-kubernetes-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:3.0.1-6.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13:python-jinja2-0:3.0.1-6.el9.2.src" }, "product_reference": "python-jinja2-0:3.0.1-6.el9.2.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:3.0.1-6.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.13", "product_id": "9Base-RHOSE-IRONIC-4.13:python3-jinja2-0:3.0.1-6.el9.2.noarch" }, "product_reference": "python3-jinja2-0:3.0.1-6.el9.2.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.13" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-56201", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2024-12-23T16:00:38.768252+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333854" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through malicious filenames", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.", "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": [ "9Base-RHOSE-IRONIC-4.13:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.13:python3-jinja2-0:3.0.1-6.el9.2.noarch" ], "known_not_affected": [ "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56201" }, { "category": "external", "summary": "RHBZ#2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56201" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f", "url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f" }, { "category": "external", "summary": "https://github.com/pallets/jinja/issues/1792", "url": "https://github.com/pallets/jinja/issues/1792" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699" } ], "release_date": "2024-12-23T15:37:36.110000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-13T02:42:03+00:00", "details": "See the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html\n\nDetails on how to access this content are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html", "product_ids": [ "9Base-RHOSE-IRONIC-4.13:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.13:python3-jinja2-0:3.0.1-6.el9.2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1118" }, { "category": "workaround", "details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.", "product_ids": [ "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "9Base-RHOSE-IRONIC-4.13:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.13:python3-jinja2-0:3.0.1-6.el9.2.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "9Base-RHOSE-IRONIC-4.13:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.13:python3-jinja2-0:3.0.1-6.el9.2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jinja2: Jinja has a sandbox breakout through malicious filenames" }, { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "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": [ "9Base-RHOSE-IRONIC-4.13:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.13:python3-jinja2-0:3.0.1-6.el9.2.noarch" ], "known_not_affected": [ "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-13T02:42:03+00:00", "details": "See the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.13/release_notes/ocp-4-13-release-notes.html\n\nDetails on how to access this content are available at https://docs.openshift.com/container-platform/4.13/updating/updating-cluster-cli.html", "product_ids": [ "9Base-RHOSE-IRONIC-4.13:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.13:python3-jinja2-0:3.0.1-6.el9.2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1118" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.13:openshift-kuryr-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.src", "8Base-RHOSE-4.13:openshift-kuryr-cni-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-common-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:openshift-kuryr-controller-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "8Base-RHOSE-4.13:python3-kuryr-kubernetes-0:4.13.0-202501071752.p0.g36754b7.assembly.stream.el8.noarch", "9Base-RHOSE-IRONIC-4.13:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.13:python3-jinja2-0:3.0.1-6.el9.2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhsa-2025:0308
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for fence-agents is now available for Red Hat Enterprise Linux 9.", "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* fence-agents: Jinja has a sandbox breakout through indirect reference to format method [rhel-9.5.z] (CVE-2024-56326)\n\n* fence-agents: Jinja has a sandbox breakout through malicious filenames [rhel-9.5.z] (CVE-2024-56201)", "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-2025:0308", "url": "https://access.redhat.com/errata/RHSA-2025:0308" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0308.json" } ], "title": "Red Hat Security Advisory: fence-agents security update", "tracking": { "current_release_date": "2025-02-13T21:30:06+00:00", "generator": { "date": "2025-02-13T21:30:06+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0308", "initial_release_date": "2025-01-14T09:02:29+00:00", "revision_history": [ { "date": "2025-01-14T09:02:29+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-14T09:02:29+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:30:06+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. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux High Availability (v. 9)", "product": { "name": "Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::highavailability" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Resilient Storage (v. 9)", "product": { "name": "Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::resilientstorage" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "fence-agents-0:4.10.0-76.el9_5.4.src", "product": { "name": "fence-agents-0:4.10.0-76.el9_5.4.src", "product_id": "fence-agents-0:4.10.0-76.el9_5.4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents@4.10.0-76.el9_5.4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-common@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-virsh@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-apc@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-brocade@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-drac5@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-emerson@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-eps@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-hpblade@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ifmib@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo2@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ipdu@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-lpar@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-mpath@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rhevm@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rsa@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rsb@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-sbd@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-scsi@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.10.0-76.el9_5.4?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "product": { "name": "fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "product_id": "fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-wti@4.10.0-76.el9_5.4?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "product": { "name": "fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "product_id": "fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-76.el9_5.4?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "product": { "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "product_id": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-76.el9_5.4?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "product": { "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "product_id": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-76.el9_5.4?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "product": { "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "product_id": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-76.el9_5.4?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-76.el9_5.4?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-76.el9_5.4?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "product": { "name": "fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "product_id": "fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-76.el9_5.4?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "product": { "name": "fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "product_id": "fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-76.el9_5.4?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "product": { "name": "fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "product_id": "fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-76.el9_5.4?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "product": { "name": "fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "product_id": "fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-76.el9_5.4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virt-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-virt-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-virt-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virt@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-cpg@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-libvirt@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-multicast@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-serial@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-tcp@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virt-debuginfo@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-cpg-debuginfo@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-debuginfo@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-libvirt-debuginfo@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-multicast-debuginfo@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-serial-debuginfo@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-tcp-debuginfo@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product_id": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ha-cloud-support-debuginfo@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-aliyun@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-aws@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-gce@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "product_id": "fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-76.el9_5.4?arch=x86_64" } } }, { "category": "product_version", "name": "ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "product": { "name": "ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "product_id": "ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ha-cloud-support@4.10.0-76.el9_5.4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "product": { "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "product_id": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-76.el9_5.4?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "product": { "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "product_id": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-76.el9_5.4?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "product": { "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "product_id": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-76.el9_5.4?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-76.el9_5.4?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-76.el9_5.4?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "product": { "name": "fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "product_id": "fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-76.el9_5.4?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "product": { "name": "fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "product_id": "fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-76.el9_5.4?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "product": { "name": "fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "product_id": "fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-76.el9_5.4?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "product": { "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "product_id": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-76.el9_5.4?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "product": { "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "product_id": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-76.el9_5.4?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "product": { "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "product_id": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-76.el9_5.4?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-76.el9_5.4?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-76.el9_5.4?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "product": { "name": "fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "product_id": "fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-76.el9_5.4?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "product": { "name": "fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "product_id": "fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-76.el9_5.4?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "product": { "name": "fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "product_id": "fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-76.el9_5.4?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "product": { "name": "fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "product_id": "fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-zvm@4.10.0-76.el9_5.4?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.10.0-76.el9_5.4.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.4.src" }, "product_reference": "fence-agents-0:4.10.0-76.el9_5.4.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-76.el9_5.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.aarch64" }, "product_reference": "fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64" }, "product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64" }, "product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virt-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.10.0-76.el9_5.4.src as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.4.src" }, "product_reference": "fence-agents-0:4.10.0-76.el9_5.4.src", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-76.el9_5.4.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.aarch64" }, "product_reference": "fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64" }, "product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64" }, "product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virt-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux High Availability (v. 9)", "product_id": "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "HighAvailability-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.10.0-76.el9_5.4.src as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.4.src" }, "product_reference": "fence-agents-0:4.10.0-76.el9_5.4.src", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-76.el9_5.4.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.aarch64" }, "product_reference": "fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64" }, "product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64" }, "product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.10.0-76.el9_5.4.noarch as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.4.noarch" }, "product_reference": "fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x" }, "product_reference": "fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virt-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage (v. 9)", "product_id": "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64" }, "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "relates_to_product_reference": "ResilientStorage-9.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-56201", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2024-12-23T16:00:38.768252+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333854" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through malicious filenames", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.4.src", "AppStream-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.4.src", "HighAvailability-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.4.src", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56201" }, { "category": "external", "summary": "RHBZ#2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56201" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f", "url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f" }, { "category": "external", "summary": "https://github.com/pallets/jinja/issues/1792", "url": "https://github.com/pallets/jinja/issues/1792" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699" } ], "release_date": "2024-12-23T15:37:36.110000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-14T09:02:29+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.4.src", "AppStream-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.4.src", "HighAvailability-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.4.src", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0308" }, { "category": "workaround", "details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.", "product_ids": [ "AppStream-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.4.src", "AppStream-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.4.src", "HighAvailability-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.4.src", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.4.src", "AppStream-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.4.src", "HighAvailability-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.4.src", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jinja2: Jinja has a sandbox breakout through malicious filenames" }, { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.4.src", "AppStream-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.4.src", "HighAvailability-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.4.src", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-14T09:02:29+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.4.src", "AppStream-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.4.src", "HighAvailability-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.4.src", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0308" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.4.src", "AppStream-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "AppStream-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "AppStream-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "AppStream-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.4.src", "HighAvailability-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "HighAvailability-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "HighAvailability-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "HighAvailability-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-0:4.10.0-76.el9_5.4.src", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aliyun-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-all-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-amt-ws-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-apc-snmp-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-aws-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-azure-arm-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-bladecenter-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-brocade-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-mds-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-cisco-ucs-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-common-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-compute-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-debugsource-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-drac5-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eaton-snmp-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-emerson-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-eps-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-gce-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-heuristics-ping-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-hpblade-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibm-powervs-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibm-vpc-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ibmblade-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ifmib-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-moonshot-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-mp-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo-ssh-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ilo2-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-intelmodular-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipdu-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-ipmilan-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kdump-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-kubevirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-lpar-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-mpath-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-openstack-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.aarch64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.ppc64le", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-redfish-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rhevm-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsa-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-rsb-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-sbd-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-scsi-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-virsh-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-rest-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-vmware-soap-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-wti-0:4.10.0-76.el9_5.4.noarch", "ResilientStorage-9.5.0.Z.MAIN:fence-agents-zvm-0:4.10.0-76.el9_5.4.s390x", "ResilientStorage-9.5.0.Z.MAIN:fence-virt-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-cpg-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-libvirt-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-multicast-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-serial-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:fence-virtd-tcp-debuginfo-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-0:4.10.0-76.el9_5.4.x86_64", "ResilientStorage-9.5.0.Z.MAIN:ha-cloud-support-debuginfo-0:4.10.0-76.el9_5.4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhsa-2025:0850
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for python-jinja2 is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* jinja2: Jinja has a sandbox breakout through indirect reference to format method (CVE-2024-56326)\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-2025:0850", "url": "https://access.redhat.com/errata/RHSA-2025:0850" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0850.json" } ], "title": "Red Hat Security Advisory: python-jinja2 security update", "tracking": { "current_release_date": "2025-02-13T21:33:20+00:00", "generator": { "date": "2025-02-13T21:33:20+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0850", "initial_release_date": "2025-01-30T18:06:01+00:00", "revision_history": [ { "date": "2025-01-30T18:06:01+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-30T18:06:01+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:33:20+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.9.4)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python-jinja2-0:2.11.3-6.el9_4.src", "product": { "name": "python-jinja2-0:2.11.3-6.el9_4.src", "product_id": "python-jinja2-0:2.11.3-6.el9_4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@2.11.3-6.el9_4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-jinja2-0:2.11.3-6.el9_4.noarch", "product": { "name": "python3-jinja2-0:2.11.3-6.el9_4.noarch", "product_id": "python3-jinja2-0:2.11.3-6.el9_4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jinja2@2.11.3-6.el9_4?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:2.11.3-6.el9_4.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:python-jinja2-0:2.11.3-6.el9_4.src" }, "product_reference": "python-jinja2-0:2.11.3-6.el9_4.src", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:2.11.3-6.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:python3-jinja2-0:2.11.3-6.el9_4.noarch" }, "product_reference": "python3-jinja2-0:2.11.3-6.el9_4.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.4.0.Z.EUS:python-jinja2-0:2.11.3-6.el9_4.src", "AppStream-9.4.0.Z.EUS:python3-jinja2-0:2.11.3-6.el9_4.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-30T18:06:01+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.4.0.Z.EUS:python-jinja2-0:2.11.3-6.el9_4.src", "AppStream-9.4.0.Z.EUS:python3-jinja2-0:2.11.3-6.el9_4.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0850" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.EUS:python-jinja2-0:2.11.3-6.el9_4.src", "AppStream-9.4.0.Z.EUS:python3-jinja2-0:2.11.3-6.el9_4.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhsa-2025:0711
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for python-jinja2 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* jinja2: Jinja has a sandbox breakout through indirect reference to format method (CVE-2024-56326)\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-2025:0711", "url": "https://access.redhat.com/errata/RHSA-2025:0711" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0711.json" } ], "title": "Red Hat Security Advisory: python-jinja2 security update", "tracking": { "current_release_date": "2025-02-13T21:32:02+00:00", "generator": { "date": "2025-02-13T21:32:02+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0711", "initial_release_date": "2025-01-27T13:33:03+00:00", "revision_history": [ { "date": "2025-01-27T13:33:03+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-27T13:33:03+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:32:02+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": "python-jinja2-0:2.10.1-6.el8_10.src", "product": { "name": "python-jinja2-0:2.10.1-6.el8_10.src", "product_id": "python-jinja2-0:2.10.1-6.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@2.10.1-6.el8_10?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-jinja2-0:2.10.1-6.el8_10.noarch", "product": { "name": "python3-jinja2-0:2.10.1-6.el8_10.noarch", "product_id": "python3-jinja2-0:2.10.1-6.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jinja2@2.10.1-6.el8_10?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:2.10.1-6.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python-jinja2-0:2.10.1-6.el8_10.src" }, "product_reference": "python-jinja2-0:2.10.1-6.el8_10.src", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:2.10.1-6.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3-jinja2-0:2.10.1-6.el8_10.noarch" }, "product_reference": "python3-jinja2-0:2.10.1-6.el8_10.noarch", "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "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:python-jinja2-0:2.10.1-6.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-jinja2-0:2.10.1-6.el8_10.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-27T13:33:03+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:python-jinja2-0:2.10.1-6.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-jinja2-0:2.10.1-6.el8_10.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0711" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.10.0.Z.MAIN.EUS:python-jinja2-0:2.10.1-6.el8_10.src", "AppStream-8.10.0.Z.MAIN.EUS:python3-jinja2-0:2.10.1-6.el8_10.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhsa-2025:0338
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for fence-agents is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "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* jinja2: Jinja has a sandbox breakout through malicious filenames (CVE-2024-56201)\n\n* jinja2: Jinja has a sandbox breakout through indirect reference to format method (CVE-2024-56326)\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-2025:0338", "url": "https://access.redhat.com/errata/RHSA-2025:0338" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0338.json" } ], "title": "Red Hat Security Advisory: fence-agents security update", "tracking": { "current_release_date": "2025-02-13T21:30:25+00:00", "generator": { "date": "2025-02-13T21:30:25+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0338", "initial_release_date": "2025-01-15T15:42:03+00:00", "revision_history": [ { "date": "2025-01-15T15:42:03+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-15T15:42:03+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:30:25+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.9.4)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product": { "name": "Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.4::highavailability" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product": { "name": "Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.4::resilientstorage" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "fence-agents-0:4.10.0-62.el9_4.10.src", "product": { "name": "fence-agents-0:4.10.0-62.el9_4.10.src", "product_id": "fence-agents-0:4.10.0-62.el9_4.10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents@4.10.0-62.el9_4.10?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-common@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-virsh@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-apc@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-brocade@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-drac5@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-emerson@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-eps@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-hpblade@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ifmib@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo2@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ipdu@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-lpar@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-mpath@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rhevm@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rsa@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rsb@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-sbd@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-scsi@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.10.0-62.el9_4.10?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "product": { "name": "fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "product_id": "fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-wti@4.10.0-62.el9_4.10?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "product": { "name": "fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "product_id": "fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-62.el9_4.10?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "product": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "product_id": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-62.el9_4.10?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "product": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "product_id": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-62.el9_4.10?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "product": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "product_id": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-62.el9_4.10?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-62.el9_4.10?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-62.el9_4.10?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "product": { "name": "fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "product_id": "fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-62.el9_4.10?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "product": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "product_id": "fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-62.el9_4.10?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "product": { "name": "fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "product_id": "fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-62.el9_4.10?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "product": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "product_id": "fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-62.el9_4.10?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virt-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-virt-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-virt-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virt@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-cpg@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-libvirt@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-multicast@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-serial@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-tcp@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virt-debuginfo@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-cpg-debuginfo@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-debuginfo@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-libvirt-debuginfo@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-multicast-debuginfo@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-serial-debuginfo@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-tcp-debuginfo@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product_id": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ha-cloud-support-debuginfo@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-aliyun@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-aws@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-gce@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "product_id": "fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-62.el9_4.10?arch=x86_64" } } }, { "category": "product_version", "name": "ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "product": { "name": "ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "product_id": "ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ha-cloud-support@4.10.0-62.el9_4.10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "product": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "product_id": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-62.el9_4.10?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "product": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "product_id": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-62.el9_4.10?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "product": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "product_id": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-62.el9_4.10?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-62.el9_4.10?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-62.el9_4.10?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "product": { "name": "fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "product_id": "fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-62.el9_4.10?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "product": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "product_id": "fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-62.el9_4.10?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "product": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "product_id": "fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-62.el9_4.10?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "product": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "product_id": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-62.el9_4.10?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "product": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "product_id": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-62.el9_4.10?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "product": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "product_id": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-62.el9_4.10?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-62.el9_4.10?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-62.el9_4.10?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "product": { "name": "fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "product_id": "fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-62.el9_4.10?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "product": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "product_id": "fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-62.el9_4.10?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "product": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "product_id": "fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-62.el9_4.10?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "product": { "name": "fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "product_id": "fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-zvm@4.10.0-62.el9_4.10?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.10.0-62.el9_4.10.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.10.src" }, "product_reference": "fence-agents-0:4.10.0-62.el9_4.10.src", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-62.el9_4.10.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.aarch64" }, "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64" }, "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64" }, "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virt-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)", "product_id": "AppStream-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "AppStream-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.10.0-62.el9_4.10.src as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.10.src" }, "product_reference": "fence-agents-0:4.10.0-62.el9_4.10.src", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-62.el9_4.10.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.aarch64" }, "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64" }, "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64" }, "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virt-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux High Availability EUS (v.9.4)", "product_id": "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "HighAvailability-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.10.0-62.el9_4.10.src as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.10.src" }, "product_reference": "fence-agents-0:4.10.0-62.el9_4.10.src", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-62.el9_4.10.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.aarch64" }, "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64" }, "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64" }, "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.10.0-62.el9_4.10.noarch as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.10.noarch" }, "product_reference": "fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x" }, "product_reference": "fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virt-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64 as a component of Red Hat Enterprise Linux Resilient Storage EUS (v.9.4)", "product_id": "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64" }, "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "relates_to_product_reference": "ResilientStorage-9.4.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-56201", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2024-12-23T16:00:38.768252+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333854" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through malicious filenames", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.10.src", "AppStream-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.10.src", "HighAvailability-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.10.src", "ResilientStorage-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56201" }, { "category": "external", "summary": "RHBZ#2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56201" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f", "url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f" }, { "category": "external", "summary": "https://github.com/pallets/jinja/issues/1792", "url": "https://github.com/pallets/jinja/issues/1792" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699" } ], "release_date": "2024-12-23T15:37:36.110000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-15T15:42:03+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.10.src", "AppStream-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.10.src", "HighAvailability-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.10.src", "ResilientStorage-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0338" }, { "category": "workaround", "details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.", "product_ids": [ "AppStream-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.10.src", "AppStream-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.10.src", "HighAvailability-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.10.src", "ResilientStorage-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.10.src", "AppStream-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.10.src", "HighAvailability-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.10.src", "ResilientStorage-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jinja2: Jinja has a sandbox breakout through malicious filenames" }, { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.10.src", "AppStream-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.10.src", "HighAvailability-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.10.src", "ResilientStorage-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-15T15:42:03+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.10.src", "AppStream-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.10.src", "HighAvailability-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.10.src", "ResilientStorage-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0338" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.10.src", "AppStream-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "AppStream-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "AppStream-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "AppStream-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.10.src", "HighAvailability-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "HighAvailability-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "HighAvailability-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "HighAvailability-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-0:4.10.0-62.el9_4.10.src", "ResilientStorage-9.4.0.Z.EUS:fence-agents-aliyun-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-all-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-amt-ws-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-apc-snmp-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-aws-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-azure-arm-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-bladecenter-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-brocade-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-mds-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-cisco-ucs-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-common-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-compute-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-debugsource-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-drac5-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-eaton-snmp-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-emerson-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-eps-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-gce-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-heuristics-ping-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-hpblade-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibm-powervs-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibm-vpc-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ibmblade-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ifmib-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-moonshot-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-mp-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo-ssh-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ilo2-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-intelmodular-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipdu-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-ipmilan-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kdump-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-kubevirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-lpar-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-mpath-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-openstack-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.aarch64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.ppc64le", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-agents-redfish-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-agents-rhevm-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsa-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-rsb-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-sbd-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-scsi-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-virsh-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-rest-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-vmware-soap-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-wti-0:4.10.0-62.el9_4.10.noarch", "ResilientStorage-9.4.0.Z.EUS:fence-agents-zvm-0:4.10.0-62.el9_4.10.s390x", "ResilientStorage-9.4.0.Z.EUS:fence-virt-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-cpg-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-libvirt-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-multicast-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-serial-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:fence-virtd-tcp-debuginfo-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-0:4.10.0-62.el9_4.10.x86_64", "ResilientStorage-9.4.0.Z.EUS:ha-cloud-support-debuginfo-0:4.10.0-62.el9_4.10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhsa-2025:0345
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for fence-agents is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "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* jinja2: Jinja has a sandbox breakout through malicious filenames (CVE-2024-56201)\n\n* jinja2: Jinja has a sandbox breakout through indirect reference to format method (CVE-2024-56326)\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-2025:0345", "url": "https://access.redhat.com/errata/RHSA-2025:0345" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0345.json" } ], "title": "Red Hat Security Advisory: fence-agents security update", "tracking": { "current_release_date": "2025-02-13T21:30:36+00:00", "generator": { "date": "2025-02-13T21:30:36+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0345", "initial_release_date": "2025-01-15T21:41:54+00:00", "revision_history": [ { "date": "2025-01-15T21:41:54+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-15T21:41:54+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:30:36+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 E4S (v.9.0)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product": { "name": "Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:9.0::highavailability" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product": { "name": "Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:9.0::resilientstorage" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-aliyun@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-aws@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-azure-arm@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-gce@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "product_id": "ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ha-cloud-support@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virt-debuginfo@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-cpg-debuginfo@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-debuginfo@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-libvirt-debuginfo@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-multicast-debuginfo@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-serial-debuginfo@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-tcp-debuginfo@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product_id": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ha-cloud-support-debuginfo@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product_id": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ha-openstack-support-debuginfo@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virt-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-virt-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-virt-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virt@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-cpg@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-libvirt@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-multicast@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-serial@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "product_id": "fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-virtd-tcp@4.10.0-20.el9_0.20?arch=x86_64" } } }, { "category": "product_version", "name": "ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "product": { "name": "ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "product_id": "ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ha-openstack-support@4.10.0-20.el9_0.20?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "product": { "name": "fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "product_id": "fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-20.el9_0.20?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "product": { "name": "fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "product_id": "fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-20.el9_0.20?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "product": { "name": "fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "product_id": "fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-openstack@4.10.0-20.el9_0.20?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "product": { "name": "fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "product_id": "fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-20.el9_0.20?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "product": { "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "product_id": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-20.el9_0.20?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "product": { "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "product_id": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-20.el9_0.20?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-20.el9_0.20?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-20.el9_0.20?arch=ppc64le" } } }, { "category": "product_version", "name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "product": { "name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "product_id": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ha-openstack-support-debuginfo@4.10.0-20.el9_0.20?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "product": { "name": "fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "product_id": "fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-compute@4.10.0-20.el9_0.20?arch=ppc64le" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "product": { "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "product_id": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-20.el9_0.20?arch=ppc64le" } } }, { "category": "product_version", "name": "ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "product": { "name": "ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "product_id": "ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/ha-openstack-support@4.10.0-20.el9_0.20?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "product": { "name": "fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "product_id": "fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-20.el9_0.20?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "product": { "name": "fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "product_id": "fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-20.el9_0.20?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "product": { "name": "fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "product_id": "fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-20.el9_0.20?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "product": { "name": "fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "product_id": "fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-zvm@4.10.0-20.el9_0.20?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "product": { "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "product_id": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-20.el9_0.20?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "product": { "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "product_id": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-20.el9_0.20?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-20.el9_0.20?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-20.el9_0.20?arch=s390x" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "product": { "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "product_id": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-20.el9_0.20?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-amt-ws@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-apc@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-apc-snmp@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-bladecenter@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-brocade@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-cisco-mds@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-cisco-ucs@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-drac5@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-eaton-snmp@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-emerson@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-eps@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-heuristics-ping@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-hpblade@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibmblade@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ifmib@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-moonshot@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-mp@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo-ssh@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ilo2@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-intelmodular@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ipdu@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ipmilan@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-lpar@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-mpath@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rhevm@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rsa@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-rsb@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-sbd@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-scsi@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-vmware-rest@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-vmware-soap@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-wti@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-common@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibm-powervs@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-ibm-vpc@4.10.0-20.el9_0.20?arch=noarch" } } }, { "category": "product_version", "name": "fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "product": { "name": "fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "product_id": "fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-virsh@4.10.0-20.el9_0.20?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "fence-agents-0:4.10.0-20.el9_0.20.src", "product": { "name": "fence-agents-0:4.10.0-20.el9_0.20.src", "product_id": "fence-agents-0:4.10.0-20.el9_0.20.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents@4.10.0-20.el9_0.20?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "product": { "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "product_id": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt@4.10.0-20.el9_0.20?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "product": { "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "product_id": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debugsource@4.10.0-20.el9_0.20?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "product": { "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "product_id": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-debuginfo@4.10.0-20.el9_0.20?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "product": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "product_id": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump-debuginfo@4.10.0-20.el9_0.20?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "product": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "product_id": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kubevirt-debuginfo@4.10.0-20.el9_0.20?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "product": { "name": "fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "product_id": "fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-all@4.10.0-20.el9_0.20?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "product": { "name": "fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "product_id": "fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-kdump@4.10.0-20.el9_0.20?arch=aarch64" } } }, { "category": "product_version", "name": "fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "product": { "name": "fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "product_id": "fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/fence-agents-redfish@4.10.0-20.el9_0.20?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.10.0-20.el9_0.20.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src" }, "product_reference": "fence-agents-0:4.10.0-20.el9_0.20.src", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-20.el9_0.20.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64" }, "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64" }, "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64" }, "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virt-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)", "product_id": "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "AppStream-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.10.0-20.el9_0.20.src as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src" }, "product_reference": "fence-agents-0:4.10.0-20.el9_0.20.src", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-20.el9_0.20.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64" }, "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64" }, "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64" }, "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virt-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux High Availability E4S (v.9.0)", "product_id": "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "HighAvailability-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-0:4.10.0-20.el9_0.20.src as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src" }, "product_reference": "fence-agents-0:4.10.0-20.el9_0.20.src", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-20.el9_0.20.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64" }, "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-all-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-common-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-eps-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64" }, "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64" }, "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-wti-0:4.10.0-20.el9_0.20.noarch as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch" }, "product_reference": "fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x" }, "product_reference": "fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virt-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le" }, "product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64 as a component of Red Hat Enterprise Linux ResilientStorage E4S (v.9.0)", "product_id": "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64" }, "product_reference": "ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "relates_to_product_reference": "ResilientStorage-9.0.0.Z.E4S" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-56201", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2024-12-23T16:00:38.768252+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333854" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through malicious filenames", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src", "AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src", "HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src", "ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56201" }, { "category": "external", "summary": "RHBZ#2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56201" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f", "url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f" }, { "category": "external", "summary": "https://github.com/pallets/jinja/issues/1792", "url": "https://github.com/pallets/jinja/issues/1792" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699" } ], "release_date": "2024-12-23T15:37:36.110000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-15T21:41:54+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src", "AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src", "HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src", "ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0345" }, { "category": "workaround", "details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.", "product_ids": [ "AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src", "AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src", "HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src", "ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src", "AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src", "HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src", "ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jinja2: Jinja has a sandbox breakout through malicious filenames" }, { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src", "AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src", "HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src", "ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-15T21:41:54+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src", "AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src", "HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src", "ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0345" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src", "AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src", "HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src", "ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch", "ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x", "ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le", "ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhsa-2025:0667
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for python-jinja2 is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* jinja2: Jinja has a sandbox breakout through indirect reference to format method (CVE-2024-56326)\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-2025:0667", "url": "https://access.redhat.com/errata/RHSA-2025:0667" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0667.json" } ], "title": "Red Hat Security Advisory: python-jinja2 security update", "tracking": { "current_release_date": "2025-02-13T21:32:02+00:00", "generator": { "date": "2025-02-13T21:32:02+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0667", "initial_release_date": "2025-01-23T16:02:09+00:00", "revision_history": [ { "date": "2025-01-23T16:02:09+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-23T16:02:09+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:32:02+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. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python-jinja2-0:2.11.3-7.el9_5.src", "product": { "name": "python-jinja2-0:2.11.3-7.el9_5.src", "product_id": "python-jinja2-0:2.11.3-7.el9_5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@2.11.3-7.el9_5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-jinja2-0:2.11.3-7.el9_5.noarch", "product": { "name": "python3-jinja2-0:2.11.3-7.el9_5.noarch", "product_id": "python3-jinja2-0:2.11.3-7.el9_5.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jinja2@2.11.3-7.el9_5?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:2.11.3-7.el9_5.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python-jinja2-0:2.11.3-7.el9_5.src" }, "product_reference": "python-jinja2-0:2.11.3-7.el9_5.src", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:2.11.3-7.el9_5.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.5.0.Z.MAIN:python3-jinja2-0:2.11.3-7.el9_5.noarch" }, "product_reference": "python3-jinja2-0:2.11.3-7.el9_5.noarch", "relates_to_product_reference": "AppStream-9.5.0.Z.MAIN" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.5.0.Z.MAIN:python-jinja2-0:2.11.3-7.el9_5.src", "AppStream-9.5.0.Z.MAIN:python3-jinja2-0:2.11.3-7.el9_5.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-23T16:02:09+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.5.0.Z.MAIN:python-jinja2-0:2.11.3-7.el9_5.src", "AppStream-9.5.0.Z.MAIN:python3-jinja2-0:2.11.3-7.el9_5.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0667" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.5.0.Z.MAIN:python-jinja2-0:2.11.3-7.el9_5.src", "AppStream-9.5.0.Z.MAIN:python3-jinja2-0:2.11.3-7.el9_5.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhsa-2025:0950
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for python-jinja2 is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* jinja2: Jinja has a sandbox breakout through indirect reference to format method (CVE-2024-56326)\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-2025:0950", "url": "https://access.redhat.com/errata/RHSA-2025:0950" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0950.json" } ], "title": "Red Hat Security Advisory: python-jinja2 security update", "tracking": { "current_release_date": "2025-02-13T21:34:33+00:00", "generator": { "date": "2025-02-13T21:34:33+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0950", "initial_release_date": "2025-02-04T08:39:43+00:00", "revision_history": [ { "date": "2025-02-04T08:39:43+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-04T08:39:43+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:34:33+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.6::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.6::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.6::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python-jinja2-0:2.10.1-4.el8_6.1.src", "product": { "name": "python-jinja2-0:2.10.1-4.el8_6.1.src", "product_id": "python-jinja2-0:2.10.1-4.el8_6.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@2.10.1-4.el8_6.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-jinja2-0:2.10.1-4.el8_6.1.noarch", "product": { "name": "python3-jinja2-0:2.10.1-4.el8_6.1.noarch", "product_id": "python3-jinja2-0:2.10.1-4.el8_6.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jinja2@2.10.1-4.el8_6.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:2.10.1-4.el8_6.1.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python-jinja2-0:2.10.1-4.el8_6.1.src" }, "product_reference": "python-jinja2-0:2.10.1-4.el8_6.1.src", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:2.10.1-4.el8_6.1.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.AUS:python3-jinja2-0:2.10.1-4.el8_6.1.noarch" }, "product_reference": "python3-jinja2-0:2.10.1-4.el8_6.1.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:2.10.1-4.el8_6.1.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python-jinja2-0:2.10.1-4.el8_6.1.src" }, "product_reference": "python-jinja2-0:2.10.1-4.el8_6.1.src", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:2.10.1-4.el8_6.1.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.6)", "product_id": "AppStream-8.6.0.Z.E4S:python3-jinja2-0:2.10.1-4.el8_6.1.noarch" }, "product_reference": "python3-jinja2-0:2.10.1-4.el8_6.1.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:2.10.1-4.el8_6.1.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python-jinja2-0:2.10.1-4.el8_6.1.src" }, "product_reference": "python-jinja2-0:2.10.1-4.el8_6.1.src", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:2.10.1-4.el8_6.1.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.6)", "product_id": "AppStream-8.6.0.Z.TUS:python3-jinja2-0:2.10.1-4.el8_6.1.noarch" }, "product_reference": "python3-jinja2-0:2.10.1-4.el8_6.1.noarch", "relates_to_product_reference": "AppStream-8.6.0.Z.TUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.6.0.Z.AUS:python-jinja2-0:2.10.1-4.el8_6.1.src", "AppStream-8.6.0.Z.AUS:python3-jinja2-0:2.10.1-4.el8_6.1.noarch", "AppStream-8.6.0.Z.E4S:python-jinja2-0:2.10.1-4.el8_6.1.src", "AppStream-8.6.0.Z.E4S:python3-jinja2-0:2.10.1-4.el8_6.1.noarch", "AppStream-8.6.0.Z.TUS:python-jinja2-0:2.10.1-4.el8_6.1.src", "AppStream-8.6.0.Z.TUS:python3-jinja2-0:2.10.1-4.el8_6.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-04T08:39: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": [ "AppStream-8.6.0.Z.AUS:python-jinja2-0:2.10.1-4.el8_6.1.src", "AppStream-8.6.0.Z.AUS:python3-jinja2-0:2.10.1-4.el8_6.1.noarch", "AppStream-8.6.0.Z.E4S:python-jinja2-0:2.10.1-4.el8_6.1.src", "AppStream-8.6.0.Z.E4S:python3-jinja2-0:2.10.1-4.el8_6.1.noarch", "AppStream-8.6.0.Z.TUS:python-jinja2-0:2.10.1-4.el8_6.1.src", "AppStream-8.6.0.Z.TUS:python3-jinja2-0:2.10.1-4.el8_6.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0950" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.6.0.Z.AUS:python-jinja2-0:2.10.1-4.el8_6.1.src", "AppStream-8.6.0.Z.AUS:python3-jinja2-0:2.10.1-4.el8_6.1.noarch", "AppStream-8.6.0.Z.E4S:python-jinja2-0:2.10.1-4.el8_6.1.src", "AppStream-8.6.0.Z.E4S:python3-jinja2-0:2.10.1-4.el8_6.1.noarch", "AppStream-8.6.0.Z.TUS:python-jinja2-0:2.10.1-4.el8_6.1.src", "AppStream-8.6.0.Z.TUS:python3-jinja2-0:2.10.1-4.el8_6.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhsa-2025:0978
Vulnerability from csaf_redhat
Notes
{ "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-jinja2 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": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* jinja2: Jinja has a sandbox breakout through indirect reference to format method (CVE-2024-56326)\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-2025:0978", "url": "https://access.redhat.com/errata/RHSA-2025:0978" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0978.json" } ], "title": "Red Hat Security Advisory: python-jinja2 security update", "tracking": { "current_release_date": "2025-02-13T21:34:47+00:00", "generator": { "date": "2025-02-13T21:34:47+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0978", "initial_release_date": "2025-02-04T12:23:14+00:00", "revision_history": [ { "date": "2025-02-04T12:23:14+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-04T12:23:14+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:34:47+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.9.2)", "product": { "name": "Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_eus:9.2::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python-jinja2-0:2.11.3-4.el9_2.1.src", "product": { "name": "python-jinja2-0:2.11.3-4.el9_2.1.src", "product_id": "python-jinja2-0:2.11.3-4.el9_2.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@2.11.3-4.el9_2.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-jinja2-0:2.11.3-4.el9_2.1.noarch", "product": { "name": "python3-jinja2-0:2.11.3-4.el9_2.1.noarch", "product_id": "python3-jinja2-0:2.11.3-4.el9_2.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jinja2@2.11.3-4.el9_2.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:2.11.3-4.el9_2.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python-jinja2-0:2.11.3-4.el9_2.1.src" }, "product_reference": "python-jinja2-0:2.11.3-4.el9_2.1.src", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:2.11.3-4.el9_2.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)", "product_id": "AppStream-9.2.0.Z.EUS:python3-jinja2-0:2.11.3-4.el9_2.1.noarch" }, "product_reference": "python3-jinja2-0:2.11.3-4.el9_2.1.noarch", "relates_to_product_reference": "AppStream-9.2.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.EUS:python-jinja2-0:2.11.3-4.el9_2.1.src", "AppStream-9.2.0.Z.EUS:python3-jinja2-0:2.11.3-4.el9_2.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-04T12:23:14+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-9.2.0.Z.EUS:python-jinja2-0:2.11.3-4.el9_2.1.src", "AppStream-9.2.0.Z.EUS:python3-jinja2-0:2.11.3-4.el9_2.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0978" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.EUS:python-jinja2-0:2.11.3-4.el9_2.1.src", "AppStream-9.2.0.Z.EUS:python3-jinja2-0:2.11.3-4.el9_2.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhsa-2025:1101
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update is now available for Red Hat Ansible Automation Platform Execution Environments", "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* ee-minimal-container: aiohttp vulnerable to request smuggling due to\nincorrect parsing of chunk extensions (CVE-2024-52304)\n* ee-minimal-container: Jinja has a sandbox breakout through malicious\nfilenames (CVE-2024-56201)\n* ee-minimal-container: Jinja has a sandbox breakout through indirect\nreference to format method (CVE-2024-56326)", "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-2025:1101", "url": "https://access.redhat.com/errata/RHSA-2025:1101" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2327130", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2327130" }, { "category": "external", "summary": "2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1101.json" } ], "title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform Execution Environments Container Release Update", "tracking": { "current_release_date": "2025-02-13T21:35:05+00:00", "generator": { "date": "2025-02-13T21:35:05+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:1101", "initial_release_date": "2025-02-05T20:23:57+00:00", "revision_history": [ { "date": "2025-02-05T20:23:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-05T20:23:57+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:35:05+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Ansible Automation Platform Execution Environments", "product": { "name": "Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform:ee::el9" } } }, { "category": "product_name", "name": "Ansible Automation Platform Execution Environments", "product": { "name": "Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform:ee::el8" } } } ], "category": "product_family", "name": "Red Hat Ansible Automation Platform" }, { "branches": [ { "category": "product_version", "name": "ansible-automation-platform/ansible-builder-rhel9@sha256:6651ed76bcfda90096fc9a8f7ce772f39794acf2d6afaac35eb2d068bb67fadc_arm64", "product": { "name": "ansible-automation-platform/ansible-builder-rhel9@sha256:6651ed76bcfda90096fc9a8f7ce772f39794acf2d6afaac35eb2d068bb67fadc_arm64", "product_id": "ansible-automation-platform/ansible-builder-rhel9@sha256:6651ed76bcfda90096fc9a8f7ce772f39794acf2d6afaac35eb2d068bb67fadc_arm64", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel9@sha256:6651ed76bcfda90096fc9a8f7ce772f39794acf2d6afaac35eb2d068bb67fadc?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ansible-builder-rhel9\u0026tag=3.0.1-118" } } }, { "category": "product_version", "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:b6edec09ee6ecb323cee3d566bc0cd4473468386a8a1250228bdb8ddcd40f6d6_arm64", "product": { "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:b6edec09ee6ecb323cee3d566bc0cd4473468386a8a1250228bdb8ddcd40f6d6_arm64", "product_id": "ansible-automation-platform/ansible-builder-rhel8@sha256:b6edec09ee6ecb323cee3d566bc0cd4473468386a8a1250228bdb8ddcd40f6d6_arm64", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel8@sha256:b6edec09ee6ecb323cee3d566bc0cd4473468386a8a1250228bdb8ddcd40f6d6?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ansible-builder-rhel8\u0026tag=3.0.1-117" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:e6a9aa4cd90c5b68eeabe55c6388c3a5d8fc7a3b707e4a2c83ba9f6a7955e07e_arm64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:e6a9aa4cd90c5b68eeabe55c6388c3a5d8fc7a3b707e4a2c83ba9f6a7955e07e_arm64", "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:e6a9aa4cd90c5b68eeabe55c6388c3a5d8fc7a3b707e4a2c83ba9f6a7955e07e_arm64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:e6a9aa4cd90c5b68eeabe55c6388c3a5d8fc7a3b707e4a2c83ba9f6a7955e07e?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.16.14-7" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:de457c4d8c170e5929be36a12c1c982cfc01b6fa227ccce58cbd20737ed00fc6_arm64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:de457c4d8c170e5929be36a12c1c982cfc01b6fa227ccce58cbd20737ed00fc6_arm64", "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:de457c4d8c170e5929be36a12c1c982cfc01b6fa227ccce58cbd20737ed00fc6_arm64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:de457c4d8c170e5929be36a12c1c982cfc01b6fa227ccce58cbd20737ed00fc6?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.15.13-10" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:2fc218503ceb650581daf6a8dc74075fcae6e871ef993c989c35b2d7c70f9bc9_arm64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:2fc218503ceb650581daf6a8dc74075fcae6e871ef993c989c35b2d7c70f9bc9_arm64", "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:2fc218503ceb650581daf6a8dc74075fcae6e871ef993c989c35b2d7c70f9bc9_arm64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:2fc218503ceb650581daf6a8dc74075fcae6e871ef993c989c35b2d7c70f9bc9?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.17.8-4" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:0bdc55a1bfc7c9c51babf72f72a2e71bc9a909e025c00c327d8670528a7fb749_arm64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:0bdc55a1bfc7c9c51babf72f72a2e71bc9a909e025c00c327d8670528a7fb749_arm64", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:0bdc55a1bfc7c9c51babf72f72a2e71bc9a909e025c00c327d8670528a7fb749_arm64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:0bdc55a1bfc7c9c51babf72f72a2e71bc9a909e025c00c327d8670528a7fb749?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.17.8-3" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:ae2d1ef5fd50ffa5706f2a3d4cb5c25d23ab78ff4a1592ddf2a6f1e916c0628b_arm64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:ae2d1ef5fd50ffa5706f2a3d4cb5c25d23ab78ff4a1592ddf2a6f1e916c0628b_arm64", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:ae2d1ef5fd50ffa5706f2a3d4cb5c25d23ab78ff4a1592ddf2a6f1e916c0628b_arm64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:ae2d1ef5fd50ffa5706f2a3d4cb5c25d23ab78ff4a1592ddf2a6f1e916c0628b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.16.14-8" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:ac8fe647c959b57963b9323b5276adb2229a7e1476a744fe54f9d3f316092354_arm64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:ac8fe647c959b57963b9323b5276adb2229a7e1476a744fe54f9d3f316092354_arm64", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:ac8fe647c959b57963b9323b5276adb2229a7e1476a744fe54f9d3f316092354_arm64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:ac8fe647c959b57963b9323b5276adb2229a7e1476a744fe54f9d3f316092354?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.18.2-3" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:ba93db96512c73025565c52d8ba0e145f42bdb2e516d4138b4a5c1ab864d5fc5_arm64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:ba93db96512c73025565c52d8ba0e145f42bdb2e516d4138b4a5c1ab864d5fc5_arm64", "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:ba93db96512c73025565c52d8ba0e145f42bdb2e516d4138b4a5c1ab864d5fc5_arm64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:ba93db96512c73025565c52d8ba0e145f42bdb2e516d4138b4a5c1ab864d5fc5?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.18.2-4" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:07b126b7a7aeaa0ea2b5894989fb57345227624765fc418ee6804b8f3dc26bf7_arm64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:07b126b7a7aeaa0ea2b5894989fb57345227624765fc418ee6804b8f3dc26bf7_arm64", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:07b126b7a7aeaa0ea2b5894989fb57345227624765fc418ee6804b8f3dc26bf7_arm64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:07b126b7a7aeaa0ea2b5894989fb57345227624765fc418ee6804b8f3dc26bf7?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.15.13-9" } } } ], "category": "architecture", "name": "arm64" }, { "branches": [ { "category": "product_version", "name": "ansible-automation-platform/ansible-builder-rhel9@sha256:9d3e3d98bec6bb7fe4bc2608d62cc6cbc7954dd758023475d39674f33b2d57ec_s390x", "product": { "name": "ansible-automation-platform/ansible-builder-rhel9@sha256:9d3e3d98bec6bb7fe4bc2608d62cc6cbc7954dd758023475d39674f33b2d57ec_s390x", "product_id": "ansible-automation-platform/ansible-builder-rhel9@sha256:9d3e3d98bec6bb7fe4bc2608d62cc6cbc7954dd758023475d39674f33b2d57ec_s390x", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel9@sha256:9d3e3d98bec6bb7fe4bc2608d62cc6cbc7954dd758023475d39674f33b2d57ec?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ansible-builder-rhel9\u0026tag=3.0.1-118" } } }, { "category": "product_version", "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:66b7cbf91db0428fbc412fda36816bc8ded2acfa5a2bb430da0bc2a33269f69b_s390x", "product": { "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:66b7cbf91db0428fbc412fda36816bc8ded2acfa5a2bb430da0bc2a33269f69b_s390x", "product_id": "ansible-automation-platform/ansible-builder-rhel8@sha256:66b7cbf91db0428fbc412fda36816bc8ded2acfa5a2bb430da0bc2a33269f69b_s390x", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel8@sha256:66b7cbf91db0428fbc412fda36816bc8ded2acfa5a2bb430da0bc2a33269f69b?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ansible-builder-rhel8\u0026tag=3.0.1-117" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:9c7b81503df8669dd55c7c8d479db2de2dc990841b4f4eb02f44175d5cff0453_s390x", "product": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:9c7b81503df8669dd55c7c8d479db2de2dc990841b4f4eb02f44175d5cff0453_s390x", "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:9c7b81503df8669dd55c7c8d479db2de2dc990841b4f4eb02f44175d5cff0453_s390x", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:9c7b81503df8669dd55c7c8d479db2de2dc990841b4f4eb02f44175d5cff0453?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.16.14-7" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:3038110578728786daa1598d8034e4b1178eb9e3bab7bd5786c9767308a60b5b_s390x", "product": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:3038110578728786daa1598d8034e4b1178eb9e3bab7bd5786c9767308a60b5b_s390x", "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:3038110578728786daa1598d8034e4b1178eb9e3bab7bd5786c9767308a60b5b_s390x", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:3038110578728786daa1598d8034e4b1178eb9e3bab7bd5786c9767308a60b5b?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.15.13-10" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:7f378ae770a0b2005a77998721e7774eaef4bd706bf0eeffd615a392eeb8609f_s390x", "product": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:7f378ae770a0b2005a77998721e7774eaef4bd706bf0eeffd615a392eeb8609f_s390x", "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:7f378ae770a0b2005a77998721e7774eaef4bd706bf0eeffd615a392eeb8609f_s390x", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:7f378ae770a0b2005a77998721e7774eaef4bd706bf0eeffd615a392eeb8609f?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.17.8-4" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:25d122c84894a69ebe9c1105e9276014e0e83db321883d390b5f58f9e7c1d223_s390x", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:25d122c84894a69ebe9c1105e9276014e0e83db321883d390b5f58f9e7c1d223_s390x", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:25d122c84894a69ebe9c1105e9276014e0e83db321883d390b5f58f9e7c1d223_s390x", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:25d122c84894a69ebe9c1105e9276014e0e83db321883d390b5f58f9e7c1d223?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.17.8-3" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:b06b880e910f5a6648d5cb28af5c97b2181e6c0f32dc99d3740358dc01ad16a2_s390x", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:b06b880e910f5a6648d5cb28af5c97b2181e6c0f32dc99d3740358dc01ad16a2_s390x", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:b06b880e910f5a6648d5cb28af5c97b2181e6c0f32dc99d3740358dc01ad16a2_s390x", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:b06b880e910f5a6648d5cb28af5c97b2181e6c0f32dc99d3740358dc01ad16a2?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.16.14-8" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:9e68c4aa8c1a1cf9ac289467f949055b4f8853aa1989f6955cb638b555b7c7c1_s390x", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:9e68c4aa8c1a1cf9ac289467f949055b4f8853aa1989f6955cb638b555b7c7c1_s390x", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:9e68c4aa8c1a1cf9ac289467f949055b4f8853aa1989f6955cb638b555b7c7c1_s390x", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:9e68c4aa8c1a1cf9ac289467f949055b4f8853aa1989f6955cb638b555b7c7c1?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.18.2-3" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:880e8eaf9d869bf349481be0b62b9be51046bb0e62ed49a37f67bb96969fba6f_s390x", "product": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:880e8eaf9d869bf349481be0b62b9be51046bb0e62ed49a37f67bb96969fba6f_s390x", "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:880e8eaf9d869bf349481be0b62b9be51046bb0e62ed49a37f67bb96969fba6f_s390x", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:880e8eaf9d869bf349481be0b62b9be51046bb0e62ed49a37f67bb96969fba6f?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.18.2-4" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:234e92da55feb451e6ba12864b7d4f498ef5754eb79da0516096b487e830d2d0_s390x", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:234e92da55feb451e6ba12864b7d4f498ef5754eb79da0516096b487e830d2d0_s390x", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:234e92da55feb451e6ba12864b7d4f498ef5754eb79da0516096b487e830d2d0_s390x", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:234e92da55feb451e6ba12864b7d4f498ef5754eb79da0516096b487e830d2d0?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.15.13-9" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "ansible-automation-platform/ansible-builder-rhel9@sha256:c87a4652a10658bfc976dc6133917e3c2631dda0bff405242da9369ac826efc2_amd64", "product": { "name": "ansible-automation-platform/ansible-builder-rhel9@sha256:c87a4652a10658bfc976dc6133917e3c2631dda0bff405242da9369ac826efc2_amd64", "product_id": "ansible-automation-platform/ansible-builder-rhel9@sha256:c87a4652a10658bfc976dc6133917e3c2631dda0bff405242da9369ac826efc2_amd64", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel9@sha256:c87a4652a10658bfc976dc6133917e3c2631dda0bff405242da9369ac826efc2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ansible-builder-rhel9\u0026tag=3.0.1-118" } } }, { "category": "product_version", "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:79eb2ec9754de91f42d33d3cbb073c8fc506c9a007c5d7e5b85261f75ab67da7_amd64", "product": { "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:79eb2ec9754de91f42d33d3cbb073c8fc506c9a007c5d7e5b85261f75ab67da7_amd64", "product_id": "ansible-automation-platform/ansible-builder-rhel8@sha256:79eb2ec9754de91f42d33d3cbb073c8fc506c9a007c5d7e5b85261f75ab67da7_amd64", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel8@sha256:79eb2ec9754de91f42d33d3cbb073c8fc506c9a007c5d7e5b85261f75ab67da7?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ansible-builder-rhel8\u0026tag=1.2.0-96" } } }, { "category": "product_version", "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:f7cdc66d822e3705cd4e877bd67b5d870560d89dc18a8fb487ea05ecc6b47852_amd64", "product": { "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:f7cdc66d822e3705cd4e877bd67b5d870560d89dc18a8fb487ea05ecc6b47852_amd64", "product_id": "ansible-automation-platform/ansible-builder-rhel8@sha256:f7cdc66d822e3705cd4e877bd67b5d870560d89dc18a8fb487ea05ecc6b47852_amd64", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel8@sha256:f7cdc66d822e3705cd4e877bd67b5d870560d89dc18a8fb487ea05ecc6b47852?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ansible-builder-rhel8\u0026tag=3.0.1-117" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-29-rhel8@sha256:ccac23c975c65f04ff5f8535988bd09a3309dcf4e70eaaa200e6ad5c1792bf81_amd64", "product": { "name": "ansible-automation-platform/ee-29-rhel8@sha256:ccac23c975c65f04ff5f8535988bd09a3309dcf4e70eaaa200e6ad5c1792bf81_amd64", "product_id": "ansible-automation-platform/ee-29-rhel8@sha256:ccac23c975c65f04ff5f8535988bd09a3309dcf4e70eaaa200e6ad5c1792bf81_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-29-rhel8@sha256:ccac23c975c65f04ff5f8535988bd09a3309dcf4e70eaaa200e6ad5c1792bf81?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-29-rhel8\u0026tag=2.9.27-37" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:8e6b8501c799cf5122a064e34437f2a34b1be743c16294bb8a2902d36f1a67f4_amd64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:8e6b8501c799cf5122a064e34437f2a34b1be743c16294bb8a2902d36f1a67f4_amd64", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:8e6b8501c799cf5122a064e34437f2a34b1be743c16294bb8a2902d36f1a67f4_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:8e6b8501c799cf5122a064e34437f2a34b1be743c16294bb8a2902d36f1a67f4?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.12.10-59" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:9188601682d277118612309666393838d8b6b1e12ca0d81344324ec416800f7d_amd64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:9188601682d277118612309666393838d8b6b1e12ca0d81344324ec416800f7d_amd64", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:9188601682d277118612309666393838d8b6b1e12ca0d81344324ec416800f7d_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:9188601682d277118612309666393838d8b6b1e12ca0d81344324ec416800f7d?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.14.13-26" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:a2d818af0bdc5d3d2e8b626a6d730b248fe5d40db08c199c8299a6139a37eafc_amd64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:a2d818af0bdc5d3d2e8b626a6d730b248fe5d40db08c199c8299a6139a37eafc_amd64", "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:a2d818af0bdc5d3d2e8b626a6d730b248fe5d40db08c199c8299a6139a37eafc_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:a2d818af0bdc5d3d2e8b626a6d730b248fe5d40db08c199c8299a6139a37eafc?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.16.14-7" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:2f5032f15a5ba4a1fbac49d310eaaf4a4b7fef2c1c6c43bb70fe7c47dcbf7fec_amd64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:2f5032f15a5ba4a1fbac49d310eaaf4a4b7fef2c1c6c43bb70fe7c47dcbf7fec_amd64", "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:2f5032f15a5ba4a1fbac49d310eaaf4a4b7fef2c1c6c43bb70fe7c47dcbf7fec_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:2f5032f15a5ba4a1fbac49d310eaaf4a4b7fef2c1c6c43bb70fe7c47dcbf7fec?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.15.13-10" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:e930b8e316c0764f37dc4525629667b9cc310ae957431dccc0c42bf12f192b39_amd64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:e930b8e316c0764f37dc4525629667b9cc310ae957431dccc0c42bf12f192b39_amd64", "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:e930b8e316c0764f37dc4525629667b9cc310ae957431dccc0c42bf12f192b39_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:e930b8e316c0764f37dc4525629667b9cc310ae957431dccc0c42bf12f192b39?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.17.8-4" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:0bad1243aa3173df68f5378aa852eb78d172e3a86f10a70b6220f06d2f3b83aa_amd64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:0bad1243aa3173df68f5378aa852eb78d172e3a86f10a70b6220f06d2f3b83aa_amd64", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:0bad1243aa3173df68f5378aa852eb78d172e3a86f10a70b6220f06d2f3b83aa_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:0bad1243aa3173df68f5378aa852eb78d172e3a86f10a70b6220f06d2f3b83aa?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.17.8-3" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:3428aa14d66cbd537fa75ab7fef17e05bbf356ed7daaff98822e213a0a10c741_amd64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:3428aa14d66cbd537fa75ab7fef17e05bbf356ed7daaff98822e213a0a10c741_amd64", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:3428aa14d66cbd537fa75ab7fef17e05bbf356ed7daaff98822e213a0a10c741_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:3428aa14d66cbd537fa75ab7fef17e05bbf356ed7daaff98822e213a0a10c741?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.16.14-8" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:3cf21f8f1903b82793d7b652631fcfd07724fe2ef80a02e15ad8df9c68fa444f_amd64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:3cf21f8f1903b82793d7b652631fcfd07724fe2ef80a02e15ad8df9c68fa444f_amd64", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:3cf21f8f1903b82793d7b652631fcfd07724fe2ef80a02e15ad8df9c68fa444f_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:3cf21f8f1903b82793d7b652631fcfd07724fe2ef80a02e15ad8df9c68fa444f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.18.2-3" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:213acda21cd0b7f0a93d1e553a9e06daea72f097150cd915d43c74b50e901177_amd64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:213acda21cd0b7f0a93d1e553a9e06daea72f097150cd915d43c74b50e901177_amd64", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:213acda21cd0b7f0a93d1e553a9e06daea72f097150cd915d43c74b50e901177_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:213acda21cd0b7f0a93d1e553a9e06daea72f097150cd915d43c74b50e901177?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.13.10-39" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:44d4fde69b966bbeea84e34763fca9e7700c5c403c39298fc4154af8e0ee9c08_amd64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:44d4fde69b966bbeea84e34763fca9e7700c5c403c39298fc4154af8e0ee9c08_amd64", "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:44d4fde69b966bbeea84e34763fca9e7700c5c403c39298fc4154af8e0ee9c08_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:44d4fde69b966bbeea84e34763fca9e7700c5c403c39298fc4154af8e0ee9c08?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.18.2-4" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:4ce80fd9b8c37acb6b5f0c5f7e43ec9ff3ed1d284c8d523311b7b9d227470738_amd64", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:4ce80fd9b8c37acb6b5f0c5f7e43ec9ff3ed1d284c8d523311b7b9d227470738_amd64", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:4ce80fd9b8c37acb6b5f0c5f7e43ec9ff3ed1d284c8d523311b7b9d227470738_amd64", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:4ce80fd9b8c37acb6b5f0c5f7e43ec9ff3ed1d284c8d523311b7b9d227470738?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.15.13-9" } } } ], "category": "architecture", "name": "amd64" }, { "branches": [ { "category": "product_version", "name": "ansible-automation-platform/ansible-builder-rhel9@sha256:b968f15363317ca9903abf1f8b2b3fe0d09e239df8c36086d7b2b3db4b426903_ppc64le", "product": { "name": "ansible-automation-platform/ansible-builder-rhel9@sha256:b968f15363317ca9903abf1f8b2b3fe0d09e239df8c36086d7b2b3db4b426903_ppc64le", "product_id": "ansible-automation-platform/ansible-builder-rhel9@sha256:b968f15363317ca9903abf1f8b2b3fe0d09e239df8c36086d7b2b3db4b426903_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel9@sha256:b968f15363317ca9903abf1f8b2b3fe0d09e239df8c36086d7b2b3db4b426903?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ansible-builder-rhel9\u0026tag=3.0.1-118" } } }, { "category": "product_version", "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:a3fbd4b3ef2e38a4c6667165e8f4da0f5b1258d8e7829c074825d503ed9448b5_ppc64le", "product": { "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:a3fbd4b3ef2e38a4c6667165e8f4da0f5b1258d8e7829c074825d503ed9448b5_ppc64le", "product_id": "ansible-automation-platform/ansible-builder-rhel8@sha256:a3fbd4b3ef2e38a4c6667165e8f4da0f5b1258d8e7829c074825d503ed9448b5_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ansible-builder-rhel8@sha256:a3fbd4b3ef2e38a4c6667165e8f4da0f5b1258d8e7829c074825d503ed9448b5?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ansible-builder-rhel8\u0026tag=3.0.1-117" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:ca8b00e87d06f709665de9cec103e5f063075d975f52556ce7be03c4cd77a877_ppc64le", "product": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:ca8b00e87d06f709665de9cec103e5f063075d975f52556ce7be03c4cd77a877_ppc64le", "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:ca8b00e87d06f709665de9cec103e5f063075d975f52556ce7be03c4cd77a877_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:ca8b00e87d06f709665de9cec103e5f063075d975f52556ce7be03c4cd77a877?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.16.14-7" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:c2d36d60d07aa29f88248a36688a69174ab6bb2274b8e2e129f984ad5c6fa2bc_ppc64le", "product": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:c2d36d60d07aa29f88248a36688a69174ab6bb2274b8e2e129f984ad5c6fa2bc_ppc64le", "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:c2d36d60d07aa29f88248a36688a69174ab6bb2274b8e2e129f984ad5c6fa2bc_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:c2d36d60d07aa29f88248a36688a69174ab6bb2274b8e2e129f984ad5c6fa2bc?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.15.13-10" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:573755e9ad4649b064a5664cb35c92f0f329b5bfb37e48249e5760e3e2d405c9_ppc64le", "product": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:573755e9ad4649b064a5664cb35c92f0f329b5bfb37e48249e5760e3e2d405c9_ppc64le", "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:573755e9ad4649b064a5664cb35c92f0f329b5bfb37e48249e5760e3e2d405c9_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:573755e9ad4649b064a5664cb35c92f0f329b5bfb37e48249e5760e3e2d405c9?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.17.8-4" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:869699086677a1e3ecf02169a29e19cfa7edb79fc508d0bdee675dcda4fb23db_ppc64le", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:869699086677a1e3ecf02169a29e19cfa7edb79fc508d0bdee675dcda4fb23db_ppc64le", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:869699086677a1e3ecf02169a29e19cfa7edb79fc508d0bdee675dcda4fb23db_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:869699086677a1e3ecf02169a29e19cfa7edb79fc508d0bdee675dcda4fb23db?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.17.8-3" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:906edbfd7f412de84a19b5e024dfc97f19ce502296ca2e18c82ccd65d576d08e_ppc64le", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:906edbfd7f412de84a19b5e024dfc97f19ce502296ca2e18c82ccd65d576d08e_ppc64le", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:906edbfd7f412de84a19b5e024dfc97f19ce502296ca2e18c82ccd65d576d08e_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:906edbfd7f412de84a19b5e024dfc97f19ce502296ca2e18c82ccd65d576d08e?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.16.14-8" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:3f5ab8458784204ae9513a9d006019c6aaadbc6b2acedb820a16d69bd8dfef57_ppc64le", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:3f5ab8458784204ae9513a9d006019c6aaadbc6b2acedb820a16d69bd8dfef57_ppc64le", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:3f5ab8458784204ae9513a9d006019c6aaadbc6b2acedb820a16d69bd8dfef57_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:3f5ab8458784204ae9513a9d006019c6aaadbc6b2acedb820a16d69bd8dfef57?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.18.2-3" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:cb4bc9d932e847793c42ee7e15694db704c5e614856cf229d66384e089fd1261_ppc64le", "product": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:cb4bc9d932e847793c42ee7e15694db704c5e614856cf229d66384e089fd1261_ppc64le", "product_id": "ansible-automation-platform/ee-minimal-rhel9@sha256:cb4bc9d932e847793c42ee7e15694db704c5e614856cf229d66384e089fd1261_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel9@sha256:cb4bc9d932e847793c42ee7e15694db704c5e614856cf229d66384e089fd1261?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9\u0026tag=2.18.2-4" } } }, { "category": "product_version", "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:5d8c6dc65d19cb2bd60824e194e51136e6f12060bc8d663ee0ccf5c2b6c06e82_ppc64le", "product": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:5d8c6dc65d19cb2bd60824e194e51136e6f12060bc8d663ee0ccf5c2b6c06e82_ppc64le", "product_id": "ansible-automation-platform/ee-minimal-rhel8@sha256:5d8c6dc65d19cb2bd60824e194e51136e6f12060bc8d663ee0ccf5c2b6c06e82_ppc64le", "product_identification_helper": { "purl": "pkg:oci/ee-minimal-rhel8@sha256:5d8c6dc65d19cb2bd60824e194e51136e6f12060bc8d663ee0ccf5c2b6c06e82?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8\u0026tag=2.15.13-9" } } } ], "category": "architecture", "name": "ppc64le" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:66b7cbf91db0428fbc412fda36816bc8ded2acfa5a2bb430da0bc2a33269f69b_s390x as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:66b7cbf91db0428fbc412fda36816bc8ded2acfa5a2bb430da0bc2a33269f69b_s390x" }, "product_reference": "ansible-automation-platform/ansible-builder-rhel8@sha256:66b7cbf91db0428fbc412fda36816bc8ded2acfa5a2bb430da0bc2a33269f69b_s390x", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:79eb2ec9754de91f42d33d3cbb073c8fc506c9a007c5d7e5b85261f75ab67da7_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:79eb2ec9754de91f42d33d3cbb073c8fc506c9a007c5d7e5b85261f75ab67da7_amd64" }, "product_reference": "ansible-automation-platform/ansible-builder-rhel8@sha256:79eb2ec9754de91f42d33d3cbb073c8fc506c9a007c5d7e5b85261f75ab67da7_amd64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:a3fbd4b3ef2e38a4c6667165e8f4da0f5b1258d8e7829c074825d503ed9448b5_ppc64le as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:a3fbd4b3ef2e38a4c6667165e8f4da0f5b1258d8e7829c074825d503ed9448b5_ppc64le" }, "product_reference": "ansible-automation-platform/ansible-builder-rhel8@sha256:a3fbd4b3ef2e38a4c6667165e8f4da0f5b1258d8e7829c074825d503ed9448b5_ppc64le", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:b6edec09ee6ecb323cee3d566bc0cd4473468386a8a1250228bdb8ddcd40f6d6_arm64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:b6edec09ee6ecb323cee3d566bc0cd4473468386a8a1250228bdb8ddcd40f6d6_arm64" }, "product_reference": "ansible-automation-platform/ansible-builder-rhel8@sha256:b6edec09ee6ecb323cee3d566bc0cd4473468386a8a1250228bdb8ddcd40f6d6_arm64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ansible-builder-rhel8@sha256:f7cdc66d822e3705cd4e877bd67b5d870560d89dc18a8fb487ea05ecc6b47852_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f7cdc66d822e3705cd4e877bd67b5d870560d89dc18a8fb487ea05ecc6b47852_amd64" }, "product_reference": "ansible-automation-platform/ansible-builder-rhel8@sha256:f7cdc66d822e3705cd4e877bd67b5d870560d89dc18a8fb487ea05ecc6b47852_amd64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-29-rhel8@sha256:ccac23c975c65f04ff5f8535988bd09a3309dcf4e70eaaa200e6ad5c1792bf81_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:ccac23c975c65f04ff5f8535988bd09a3309dcf4e70eaaa200e6ad5c1792bf81_amd64" }, "product_reference": "ansible-automation-platform/ee-29-rhel8@sha256:ccac23c975c65f04ff5f8535988bd09a3309dcf4e70eaaa200e6ad5c1792bf81_amd64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:07b126b7a7aeaa0ea2b5894989fb57345227624765fc418ee6804b8f3dc26bf7_arm64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:07b126b7a7aeaa0ea2b5894989fb57345227624765fc418ee6804b8f3dc26bf7_arm64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:07b126b7a7aeaa0ea2b5894989fb57345227624765fc418ee6804b8f3dc26bf7_arm64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:0bad1243aa3173df68f5378aa852eb78d172e3a86f10a70b6220f06d2f3b83aa_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0bad1243aa3173df68f5378aa852eb78d172e3a86f10a70b6220f06d2f3b83aa_amd64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:0bad1243aa3173df68f5378aa852eb78d172e3a86f10a70b6220f06d2f3b83aa_amd64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:0bdc55a1bfc7c9c51babf72f72a2e71bc9a909e025c00c327d8670528a7fb749_arm64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0bdc55a1bfc7c9c51babf72f72a2e71bc9a909e025c00c327d8670528a7fb749_arm64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:0bdc55a1bfc7c9c51babf72f72a2e71bc9a909e025c00c327d8670528a7fb749_arm64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:213acda21cd0b7f0a93d1e553a9e06daea72f097150cd915d43c74b50e901177_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:213acda21cd0b7f0a93d1e553a9e06daea72f097150cd915d43c74b50e901177_amd64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:213acda21cd0b7f0a93d1e553a9e06daea72f097150cd915d43c74b50e901177_amd64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:234e92da55feb451e6ba12864b7d4f498ef5754eb79da0516096b487e830d2d0_s390x as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:234e92da55feb451e6ba12864b7d4f498ef5754eb79da0516096b487e830d2d0_s390x" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:234e92da55feb451e6ba12864b7d4f498ef5754eb79da0516096b487e830d2d0_s390x", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:25d122c84894a69ebe9c1105e9276014e0e83db321883d390b5f58f9e7c1d223_s390x as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:25d122c84894a69ebe9c1105e9276014e0e83db321883d390b5f58f9e7c1d223_s390x" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:25d122c84894a69ebe9c1105e9276014e0e83db321883d390b5f58f9e7c1d223_s390x", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:3428aa14d66cbd537fa75ab7fef17e05bbf356ed7daaff98822e213a0a10c741_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3428aa14d66cbd537fa75ab7fef17e05bbf356ed7daaff98822e213a0a10c741_amd64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:3428aa14d66cbd537fa75ab7fef17e05bbf356ed7daaff98822e213a0a10c741_amd64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:3cf21f8f1903b82793d7b652631fcfd07724fe2ef80a02e15ad8df9c68fa444f_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3cf21f8f1903b82793d7b652631fcfd07724fe2ef80a02e15ad8df9c68fa444f_amd64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:3cf21f8f1903b82793d7b652631fcfd07724fe2ef80a02e15ad8df9c68fa444f_amd64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:3f5ab8458784204ae9513a9d006019c6aaadbc6b2acedb820a16d69bd8dfef57_ppc64le as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3f5ab8458784204ae9513a9d006019c6aaadbc6b2acedb820a16d69bd8dfef57_ppc64le" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:3f5ab8458784204ae9513a9d006019c6aaadbc6b2acedb820a16d69bd8dfef57_ppc64le", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:4ce80fd9b8c37acb6b5f0c5f7e43ec9ff3ed1d284c8d523311b7b9d227470738_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:4ce80fd9b8c37acb6b5f0c5f7e43ec9ff3ed1d284c8d523311b7b9d227470738_amd64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:4ce80fd9b8c37acb6b5f0c5f7e43ec9ff3ed1d284c8d523311b7b9d227470738_amd64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:5d8c6dc65d19cb2bd60824e194e51136e6f12060bc8d663ee0ccf5c2b6c06e82_ppc64le as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d8c6dc65d19cb2bd60824e194e51136e6f12060bc8d663ee0ccf5c2b6c06e82_ppc64le" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:5d8c6dc65d19cb2bd60824e194e51136e6f12060bc8d663ee0ccf5c2b6c06e82_ppc64le", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:869699086677a1e3ecf02169a29e19cfa7edb79fc508d0bdee675dcda4fb23db_ppc64le as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:869699086677a1e3ecf02169a29e19cfa7edb79fc508d0bdee675dcda4fb23db_ppc64le" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:869699086677a1e3ecf02169a29e19cfa7edb79fc508d0bdee675dcda4fb23db_ppc64le", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:8e6b8501c799cf5122a064e34437f2a34b1be743c16294bb8a2902d36f1a67f4_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:8e6b8501c799cf5122a064e34437f2a34b1be743c16294bb8a2902d36f1a67f4_amd64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:8e6b8501c799cf5122a064e34437f2a34b1be743c16294bb8a2902d36f1a67f4_amd64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:906edbfd7f412de84a19b5e024dfc97f19ce502296ca2e18c82ccd65d576d08e_ppc64le as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:906edbfd7f412de84a19b5e024dfc97f19ce502296ca2e18c82ccd65d576d08e_ppc64le" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:906edbfd7f412de84a19b5e024dfc97f19ce502296ca2e18c82ccd65d576d08e_ppc64le", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:9188601682d277118612309666393838d8b6b1e12ca0d81344324ec416800f7d_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:9188601682d277118612309666393838d8b6b1e12ca0d81344324ec416800f7d_amd64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:9188601682d277118612309666393838d8b6b1e12ca0d81344324ec416800f7d_amd64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:9e68c4aa8c1a1cf9ac289467f949055b4f8853aa1989f6955cb638b555b7c7c1_s390x as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:9e68c4aa8c1a1cf9ac289467f949055b4f8853aa1989f6955cb638b555b7c7c1_s390x" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:9e68c4aa8c1a1cf9ac289467f949055b4f8853aa1989f6955cb638b555b7c7c1_s390x", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:ac8fe647c959b57963b9323b5276adb2229a7e1476a744fe54f9d3f316092354_arm64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac8fe647c959b57963b9323b5276adb2229a7e1476a744fe54f9d3f316092354_arm64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:ac8fe647c959b57963b9323b5276adb2229a7e1476a744fe54f9d3f316092354_arm64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:ae2d1ef5fd50ffa5706f2a3d4cb5c25d23ab78ff4a1592ddf2a6f1e916c0628b_arm64 as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ae2d1ef5fd50ffa5706f2a3d4cb5c25d23ab78ff4a1592ddf2a6f1e916c0628b_arm64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:ae2d1ef5fd50ffa5706f2a3d4cb5c25d23ab78ff4a1592ddf2a6f1e916c0628b_arm64", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel8@sha256:b06b880e910f5a6648d5cb28af5c97b2181e6c0f32dc99d3740358dc01ad16a2_s390x as a component of Ansible Automation Platform Execution Environments", "product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:b06b880e910f5a6648d5cb28af5c97b2181e6c0f32dc99d3740358dc01ad16a2_s390x" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:b06b880e910f5a6648d5cb28af5c97b2181e6c0f32dc99d3740358dc01ad16a2_s390x", "relates_to_product_reference": "8Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ansible-builder-rhel9@sha256:6651ed76bcfda90096fc9a8f7ce772f39794acf2d6afaac35eb2d068bb67fadc_arm64 as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:6651ed76bcfda90096fc9a8f7ce772f39794acf2d6afaac35eb2d068bb67fadc_arm64" }, "product_reference": "ansible-automation-platform/ansible-builder-rhel9@sha256:6651ed76bcfda90096fc9a8f7ce772f39794acf2d6afaac35eb2d068bb67fadc_arm64", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ansible-builder-rhel9@sha256:9d3e3d98bec6bb7fe4bc2608d62cc6cbc7954dd758023475d39674f33b2d57ec_s390x as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:9d3e3d98bec6bb7fe4bc2608d62cc6cbc7954dd758023475d39674f33b2d57ec_s390x" }, "product_reference": "ansible-automation-platform/ansible-builder-rhel9@sha256:9d3e3d98bec6bb7fe4bc2608d62cc6cbc7954dd758023475d39674f33b2d57ec_s390x", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ansible-builder-rhel9@sha256:b968f15363317ca9903abf1f8b2b3fe0d09e239df8c36086d7b2b3db4b426903_ppc64le as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:b968f15363317ca9903abf1f8b2b3fe0d09e239df8c36086d7b2b3db4b426903_ppc64le" }, "product_reference": "ansible-automation-platform/ansible-builder-rhel9@sha256:b968f15363317ca9903abf1f8b2b3fe0d09e239df8c36086d7b2b3db4b426903_ppc64le", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ansible-builder-rhel9@sha256:c87a4652a10658bfc976dc6133917e3c2631dda0bff405242da9369ac826efc2_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:c87a4652a10658bfc976dc6133917e3c2631dda0bff405242da9369ac826efc2_amd64" }, "product_reference": "ansible-automation-platform/ansible-builder-rhel9@sha256:c87a4652a10658bfc976dc6133917e3c2631dda0bff405242da9369ac826efc2_amd64", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:2f5032f15a5ba4a1fbac49d310eaaf4a4b7fef2c1c6c43bb70fe7c47dcbf7fec_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:2f5032f15a5ba4a1fbac49d310eaaf4a4b7fef2c1c6c43bb70fe7c47dcbf7fec_amd64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:2f5032f15a5ba4a1fbac49d310eaaf4a4b7fef2c1c6c43bb70fe7c47dcbf7fec_amd64", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:2fc218503ceb650581daf6a8dc74075fcae6e871ef993c989c35b2d7c70f9bc9_arm64 as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:2fc218503ceb650581daf6a8dc74075fcae6e871ef993c989c35b2d7c70f9bc9_arm64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:2fc218503ceb650581daf6a8dc74075fcae6e871ef993c989c35b2d7c70f9bc9_arm64", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:3038110578728786daa1598d8034e4b1178eb9e3bab7bd5786c9767308a60b5b_s390x as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:3038110578728786daa1598d8034e4b1178eb9e3bab7bd5786c9767308a60b5b_s390x" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:3038110578728786daa1598d8034e4b1178eb9e3bab7bd5786c9767308a60b5b_s390x", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:44d4fde69b966bbeea84e34763fca9e7700c5c403c39298fc4154af8e0ee9c08_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:44d4fde69b966bbeea84e34763fca9e7700c5c403c39298fc4154af8e0ee9c08_amd64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:44d4fde69b966bbeea84e34763fca9e7700c5c403c39298fc4154af8e0ee9c08_amd64", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:573755e9ad4649b064a5664cb35c92f0f329b5bfb37e48249e5760e3e2d405c9_ppc64le as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:573755e9ad4649b064a5664cb35c92f0f329b5bfb37e48249e5760e3e2d405c9_ppc64le" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:573755e9ad4649b064a5664cb35c92f0f329b5bfb37e48249e5760e3e2d405c9_ppc64le", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:7f378ae770a0b2005a77998721e7774eaef4bd706bf0eeffd615a392eeb8609f_s390x as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:7f378ae770a0b2005a77998721e7774eaef4bd706bf0eeffd615a392eeb8609f_s390x" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:7f378ae770a0b2005a77998721e7774eaef4bd706bf0eeffd615a392eeb8609f_s390x", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:880e8eaf9d869bf349481be0b62b9be51046bb0e62ed49a37f67bb96969fba6f_s390x as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:880e8eaf9d869bf349481be0b62b9be51046bb0e62ed49a37f67bb96969fba6f_s390x" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:880e8eaf9d869bf349481be0b62b9be51046bb0e62ed49a37f67bb96969fba6f_s390x", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:9c7b81503df8669dd55c7c8d479db2de2dc990841b4f4eb02f44175d5cff0453_s390x as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:9c7b81503df8669dd55c7c8d479db2de2dc990841b4f4eb02f44175d5cff0453_s390x" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:9c7b81503df8669dd55c7c8d479db2de2dc990841b4f4eb02f44175d5cff0453_s390x", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:a2d818af0bdc5d3d2e8b626a6d730b248fe5d40db08c199c8299a6139a37eafc_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:a2d818af0bdc5d3d2e8b626a6d730b248fe5d40db08c199c8299a6139a37eafc_amd64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:a2d818af0bdc5d3d2e8b626a6d730b248fe5d40db08c199c8299a6139a37eafc_amd64", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:ba93db96512c73025565c52d8ba0e145f42bdb2e516d4138b4a5c1ab864d5fc5_arm64 as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:ba93db96512c73025565c52d8ba0e145f42bdb2e516d4138b4a5c1ab864d5fc5_arm64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:ba93db96512c73025565c52d8ba0e145f42bdb2e516d4138b4a5c1ab864d5fc5_arm64", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:c2d36d60d07aa29f88248a36688a69174ab6bb2274b8e2e129f984ad5c6fa2bc_ppc64le as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:c2d36d60d07aa29f88248a36688a69174ab6bb2274b8e2e129f984ad5c6fa2bc_ppc64le" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:c2d36d60d07aa29f88248a36688a69174ab6bb2274b8e2e129f984ad5c6fa2bc_ppc64le", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:ca8b00e87d06f709665de9cec103e5f063075d975f52556ce7be03c4cd77a877_ppc64le as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:ca8b00e87d06f709665de9cec103e5f063075d975f52556ce7be03c4cd77a877_ppc64le" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:ca8b00e87d06f709665de9cec103e5f063075d975f52556ce7be03c4cd77a877_ppc64le", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:cb4bc9d932e847793c42ee7e15694db704c5e614856cf229d66384e089fd1261_ppc64le as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:cb4bc9d932e847793c42ee7e15694db704c5e614856cf229d66384e089fd1261_ppc64le" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:cb4bc9d932e847793c42ee7e15694db704c5e614856cf229d66384e089fd1261_ppc64le", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:de457c4d8c170e5929be36a12c1c982cfc01b6fa227ccce58cbd20737ed00fc6_arm64 as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:de457c4d8c170e5929be36a12c1c982cfc01b6fa227ccce58cbd20737ed00fc6_arm64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:de457c4d8c170e5929be36a12c1c982cfc01b6fa227ccce58cbd20737ed00fc6_arm64", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:e6a9aa4cd90c5b68eeabe55c6388c3a5d8fc7a3b707e4a2c83ba9f6a7955e07e_arm64 as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e6a9aa4cd90c5b68eeabe55c6388c3a5d8fc7a3b707e4a2c83ba9f6a7955e07e_arm64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:e6a9aa4cd90c5b68eeabe55c6388c3a5d8fc7a3b707e4a2c83ba9f6a7955e07e_arm64", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform/ee-minimal-rhel9@sha256:e930b8e316c0764f37dc4525629667b9cc310ae957431dccc0c42bf12f192b39_amd64 as a component of Ansible Automation Platform Execution Environments", "product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e930b8e316c0764f37dc4525629667b9cc310ae957431dccc0c42bf12f192b39_amd64" }, "product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:e930b8e316c0764f37dc4525629667b9cc310ae957431dccc0c42bf12f192b39_amd64", "relates_to_product_reference": "9Base-ansible-automation-platform-ee" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-52304", "cwe": { "id": "CWE-444", "name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)" }, "discovery_date": "2024-11-18T21:01:46.925641+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:66b7cbf91db0428fbc412fda36816bc8ded2acfa5a2bb430da0bc2a33269f69b_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:79eb2ec9754de91f42d33d3cbb073c8fc506c9a007c5d7e5b85261f75ab67da7_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:a3fbd4b3ef2e38a4c6667165e8f4da0f5b1258d8e7829c074825d503ed9448b5_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:b6edec09ee6ecb323cee3d566bc0cd4473468386a8a1250228bdb8ddcd40f6d6_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f7cdc66d822e3705cd4e877bd67b5d870560d89dc18a8fb487ea05ecc6b47852_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:ccac23c975c65f04ff5f8535988bd09a3309dcf4e70eaaa200e6ad5c1792bf81_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:6651ed76bcfda90096fc9a8f7ce772f39794acf2d6afaac35eb2d068bb67fadc_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:9d3e3d98bec6bb7fe4bc2608d62cc6cbc7954dd758023475d39674f33b2d57ec_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:b968f15363317ca9903abf1f8b2b3fe0d09e239df8c36086d7b2b3db4b426903_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:c87a4652a10658bfc976dc6133917e3c2631dda0bff405242da9369ac826efc2_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2327130" } ], "notes": [ { "category": "description", "text": "A flaw was found in the aiohttp package. The Python parser parses newlines in chunk extensions incorrectly, which can lead to request smuggling vulnerabilities under certain conditions. If a pure Python version of aiohttp is installed, for example, without the usual C extensions, or `AIOHTTP_NO_EXTENSIONS` is enabled, an attacker may be able to execute a request smuggling attack to bypass certain firewalls or proxy protections.", "title": "Vulnerability description" }, { "category": "summary", "text": "aiohttp: aiohttp vulnerable to request smuggling due to incorrect parsing of chunk extensions", "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-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:07b126b7a7aeaa0ea2b5894989fb57345227624765fc418ee6804b8f3dc26bf7_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0bad1243aa3173df68f5378aa852eb78d172e3a86f10a70b6220f06d2f3b83aa_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0bdc55a1bfc7c9c51babf72f72a2e71bc9a909e025c00c327d8670528a7fb749_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:213acda21cd0b7f0a93d1e553a9e06daea72f097150cd915d43c74b50e901177_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:234e92da55feb451e6ba12864b7d4f498ef5754eb79da0516096b487e830d2d0_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:25d122c84894a69ebe9c1105e9276014e0e83db321883d390b5f58f9e7c1d223_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3428aa14d66cbd537fa75ab7fef17e05bbf356ed7daaff98822e213a0a10c741_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3cf21f8f1903b82793d7b652631fcfd07724fe2ef80a02e15ad8df9c68fa444f_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3f5ab8458784204ae9513a9d006019c6aaadbc6b2acedb820a16d69bd8dfef57_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:4ce80fd9b8c37acb6b5f0c5f7e43ec9ff3ed1d284c8d523311b7b9d227470738_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d8c6dc65d19cb2bd60824e194e51136e6f12060bc8d663ee0ccf5c2b6c06e82_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:869699086677a1e3ecf02169a29e19cfa7edb79fc508d0bdee675dcda4fb23db_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:8e6b8501c799cf5122a064e34437f2a34b1be743c16294bb8a2902d36f1a67f4_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:906edbfd7f412de84a19b5e024dfc97f19ce502296ca2e18c82ccd65d576d08e_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:9188601682d277118612309666393838d8b6b1e12ca0d81344324ec416800f7d_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:9e68c4aa8c1a1cf9ac289467f949055b4f8853aa1989f6955cb638b555b7c7c1_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac8fe647c959b57963b9323b5276adb2229a7e1476a744fe54f9d3f316092354_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ae2d1ef5fd50ffa5706f2a3d4cb5c25d23ab78ff4a1592ddf2a6f1e916c0628b_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:b06b880e910f5a6648d5cb28af5c97b2181e6c0f32dc99d3740358dc01ad16a2_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:2f5032f15a5ba4a1fbac49d310eaaf4a4b7fef2c1c6c43bb70fe7c47dcbf7fec_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:2fc218503ceb650581daf6a8dc74075fcae6e871ef993c989c35b2d7c70f9bc9_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:3038110578728786daa1598d8034e4b1178eb9e3bab7bd5786c9767308a60b5b_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:44d4fde69b966bbeea84e34763fca9e7700c5c403c39298fc4154af8e0ee9c08_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:573755e9ad4649b064a5664cb35c92f0f329b5bfb37e48249e5760e3e2d405c9_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:7f378ae770a0b2005a77998721e7774eaef4bd706bf0eeffd615a392eeb8609f_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:880e8eaf9d869bf349481be0b62b9be51046bb0e62ed49a37f67bb96969fba6f_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:9c7b81503df8669dd55c7c8d479db2de2dc990841b4f4eb02f44175d5cff0453_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:a2d818af0bdc5d3d2e8b626a6d730b248fe5d40db08c199c8299a6139a37eafc_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:ba93db96512c73025565c52d8ba0e145f42bdb2e516d4138b4a5c1ab864d5fc5_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:c2d36d60d07aa29f88248a36688a69174ab6bb2274b8e2e129f984ad5c6fa2bc_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:ca8b00e87d06f709665de9cec103e5f063075d975f52556ce7be03c4cd77a877_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:cb4bc9d932e847793c42ee7e15694db704c5e614856cf229d66384e089fd1261_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:de457c4d8c170e5929be36a12c1c982cfc01b6fa227ccce58cbd20737ed00fc6_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e6a9aa4cd90c5b68eeabe55c6388c3a5d8fc7a3b707e4a2c83ba9f6a7955e07e_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e930b8e316c0764f37dc4525629667b9cc310ae957431dccc0c42bf12f192b39_amd64" ], "known_not_affected": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:66b7cbf91db0428fbc412fda36816bc8ded2acfa5a2bb430da0bc2a33269f69b_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:79eb2ec9754de91f42d33d3cbb073c8fc506c9a007c5d7e5b85261f75ab67da7_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:a3fbd4b3ef2e38a4c6667165e8f4da0f5b1258d8e7829c074825d503ed9448b5_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:b6edec09ee6ecb323cee3d566bc0cd4473468386a8a1250228bdb8ddcd40f6d6_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f7cdc66d822e3705cd4e877bd67b5d870560d89dc18a8fb487ea05ecc6b47852_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:ccac23c975c65f04ff5f8535988bd09a3309dcf4e70eaaa200e6ad5c1792bf81_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:6651ed76bcfda90096fc9a8f7ce772f39794acf2d6afaac35eb2d068bb67fadc_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:9d3e3d98bec6bb7fe4bc2608d62cc6cbc7954dd758023475d39674f33b2d57ec_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:b968f15363317ca9903abf1f8b2b3fe0d09e239df8c36086d7b2b3db4b426903_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:c87a4652a10658bfc976dc6133917e3c2631dda0bff405242da9369ac826efc2_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-52304" }, { "category": "external", "summary": "RHBZ#2327130", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2327130" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-52304", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52304" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-52304", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52304" }, { "category": "external", "summary": "https://github.com/aio-libs/aiohttp/commit/259edc369075de63e6f3a4eaade058c62af0df71", "url": "https://github.com/aio-libs/aiohttp/commit/259edc369075de63e6f3a4eaade058c62af0df71" }, { "category": "external", "summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-8495-4g3g-x7pr", "url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-8495-4g3g-x7pr" } ], "release_date": "2024-11-18T20:12:48.612000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-05T20:23:57+00:00", "details": "Red Hat Ansible Automation Platform Execution Environments", "product_ids": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:07b126b7a7aeaa0ea2b5894989fb57345227624765fc418ee6804b8f3dc26bf7_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0bad1243aa3173df68f5378aa852eb78d172e3a86f10a70b6220f06d2f3b83aa_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0bdc55a1bfc7c9c51babf72f72a2e71bc9a909e025c00c327d8670528a7fb749_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:213acda21cd0b7f0a93d1e553a9e06daea72f097150cd915d43c74b50e901177_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:234e92da55feb451e6ba12864b7d4f498ef5754eb79da0516096b487e830d2d0_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:25d122c84894a69ebe9c1105e9276014e0e83db321883d390b5f58f9e7c1d223_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3428aa14d66cbd537fa75ab7fef17e05bbf356ed7daaff98822e213a0a10c741_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3cf21f8f1903b82793d7b652631fcfd07724fe2ef80a02e15ad8df9c68fa444f_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3f5ab8458784204ae9513a9d006019c6aaadbc6b2acedb820a16d69bd8dfef57_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:4ce80fd9b8c37acb6b5f0c5f7e43ec9ff3ed1d284c8d523311b7b9d227470738_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d8c6dc65d19cb2bd60824e194e51136e6f12060bc8d663ee0ccf5c2b6c06e82_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:869699086677a1e3ecf02169a29e19cfa7edb79fc508d0bdee675dcda4fb23db_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:8e6b8501c799cf5122a064e34437f2a34b1be743c16294bb8a2902d36f1a67f4_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:906edbfd7f412de84a19b5e024dfc97f19ce502296ca2e18c82ccd65d576d08e_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:9188601682d277118612309666393838d8b6b1e12ca0d81344324ec416800f7d_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:9e68c4aa8c1a1cf9ac289467f949055b4f8853aa1989f6955cb638b555b7c7c1_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac8fe647c959b57963b9323b5276adb2229a7e1476a744fe54f9d3f316092354_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ae2d1ef5fd50ffa5706f2a3d4cb5c25d23ab78ff4a1592ddf2a6f1e916c0628b_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:b06b880e910f5a6648d5cb28af5c97b2181e6c0f32dc99d3740358dc01ad16a2_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:2f5032f15a5ba4a1fbac49d310eaaf4a4b7fef2c1c6c43bb70fe7c47dcbf7fec_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:2fc218503ceb650581daf6a8dc74075fcae6e871ef993c989c35b2d7c70f9bc9_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:3038110578728786daa1598d8034e4b1178eb9e3bab7bd5786c9767308a60b5b_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:44d4fde69b966bbeea84e34763fca9e7700c5c403c39298fc4154af8e0ee9c08_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:573755e9ad4649b064a5664cb35c92f0f329b5bfb37e48249e5760e3e2d405c9_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:7f378ae770a0b2005a77998721e7774eaef4bd706bf0eeffd615a392eeb8609f_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:880e8eaf9d869bf349481be0b62b9be51046bb0e62ed49a37f67bb96969fba6f_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:9c7b81503df8669dd55c7c8d479db2de2dc990841b4f4eb02f44175d5cff0453_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:a2d818af0bdc5d3d2e8b626a6d730b248fe5d40db08c199c8299a6139a37eafc_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:ba93db96512c73025565c52d8ba0e145f42bdb2e516d4138b4a5c1ab864d5fc5_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:c2d36d60d07aa29f88248a36688a69174ab6bb2274b8e2e129f984ad5c6fa2bc_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:ca8b00e87d06f709665de9cec103e5f063075d975f52556ce7be03c4cd77a877_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:cb4bc9d932e847793c42ee7e15694db704c5e614856cf229d66384e089fd1261_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:de457c4d8c170e5929be36a12c1c982cfc01b6fa227ccce58cbd20737ed00fc6_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e6a9aa4cd90c5b68eeabe55c6388c3a5d8fc7a3b707e4a2c83ba9f6a7955e07e_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e930b8e316c0764f37dc4525629667b9cc310ae957431dccc0c42bf12f192b39_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1101" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:66b7cbf91db0428fbc412fda36816bc8ded2acfa5a2bb430da0bc2a33269f69b_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:79eb2ec9754de91f42d33d3cbb073c8fc506c9a007c5d7e5b85261f75ab67da7_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:a3fbd4b3ef2e38a4c6667165e8f4da0f5b1258d8e7829c074825d503ed9448b5_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:b6edec09ee6ecb323cee3d566bc0cd4473468386a8a1250228bdb8ddcd40f6d6_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f7cdc66d822e3705cd4e877bd67b5d870560d89dc18a8fb487ea05ecc6b47852_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:ccac23c975c65f04ff5f8535988bd09a3309dcf4e70eaaa200e6ad5c1792bf81_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:07b126b7a7aeaa0ea2b5894989fb57345227624765fc418ee6804b8f3dc26bf7_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0bad1243aa3173df68f5378aa852eb78d172e3a86f10a70b6220f06d2f3b83aa_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0bdc55a1bfc7c9c51babf72f72a2e71bc9a909e025c00c327d8670528a7fb749_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:213acda21cd0b7f0a93d1e553a9e06daea72f097150cd915d43c74b50e901177_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:234e92da55feb451e6ba12864b7d4f498ef5754eb79da0516096b487e830d2d0_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:25d122c84894a69ebe9c1105e9276014e0e83db321883d390b5f58f9e7c1d223_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3428aa14d66cbd537fa75ab7fef17e05bbf356ed7daaff98822e213a0a10c741_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3cf21f8f1903b82793d7b652631fcfd07724fe2ef80a02e15ad8df9c68fa444f_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3f5ab8458784204ae9513a9d006019c6aaadbc6b2acedb820a16d69bd8dfef57_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:4ce80fd9b8c37acb6b5f0c5f7e43ec9ff3ed1d284c8d523311b7b9d227470738_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d8c6dc65d19cb2bd60824e194e51136e6f12060bc8d663ee0ccf5c2b6c06e82_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:869699086677a1e3ecf02169a29e19cfa7edb79fc508d0bdee675dcda4fb23db_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:8e6b8501c799cf5122a064e34437f2a34b1be743c16294bb8a2902d36f1a67f4_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:906edbfd7f412de84a19b5e024dfc97f19ce502296ca2e18c82ccd65d576d08e_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:9188601682d277118612309666393838d8b6b1e12ca0d81344324ec416800f7d_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:9e68c4aa8c1a1cf9ac289467f949055b4f8853aa1989f6955cb638b555b7c7c1_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac8fe647c959b57963b9323b5276adb2229a7e1476a744fe54f9d3f316092354_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ae2d1ef5fd50ffa5706f2a3d4cb5c25d23ab78ff4a1592ddf2a6f1e916c0628b_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:b06b880e910f5a6648d5cb28af5c97b2181e6c0f32dc99d3740358dc01ad16a2_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:6651ed76bcfda90096fc9a8f7ce772f39794acf2d6afaac35eb2d068bb67fadc_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:9d3e3d98bec6bb7fe4bc2608d62cc6cbc7954dd758023475d39674f33b2d57ec_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:b968f15363317ca9903abf1f8b2b3fe0d09e239df8c36086d7b2b3db4b426903_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:c87a4652a10658bfc976dc6133917e3c2631dda0bff405242da9369ac826efc2_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:2f5032f15a5ba4a1fbac49d310eaaf4a4b7fef2c1c6c43bb70fe7c47dcbf7fec_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:2fc218503ceb650581daf6a8dc74075fcae6e871ef993c989c35b2d7c70f9bc9_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:3038110578728786daa1598d8034e4b1178eb9e3bab7bd5786c9767308a60b5b_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:44d4fde69b966bbeea84e34763fca9e7700c5c403c39298fc4154af8e0ee9c08_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:573755e9ad4649b064a5664cb35c92f0f329b5bfb37e48249e5760e3e2d405c9_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:7f378ae770a0b2005a77998721e7774eaef4bd706bf0eeffd615a392eeb8609f_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:880e8eaf9d869bf349481be0b62b9be51046bb0e62ed49a37f67bb96969fba6f_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:9c7b81503df8669dd55c7c8d479db2de2dc990841b4f4eb02f44175d5cff0453_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:a2d818af0bdc5d3d2e8b626a6d730b248fe5d40db08c199c8299a6139a37eafc_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:ba93db96512c73025565c52d8ba0e145f42bdb2e516d4138b4a5c1ab864d5fc5_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:c2d36d60d07aa29f88248a36688a69174ab6bb2274b8e2e129f984ad5c6fa2bc_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:ca8b00e87d06f709665de9cec103e5f063075d975f52556ce7be03c4cd77a877_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:cb4bc9d932e847793c42ee7e15694db704c5e614856cf229d66384e089fd1261_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:de457c4d8c170e5929be36a12c1c982cfc01b6fa227ccce58cbd20737ed00fc6_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e6a9aa4cd90c5b68eeabe55c6388c3a5d8fc7a3b707e4a2c83ba9f6a7955e07e_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e930b8e316c0764f37dc4525629667b9cc310ae957431dccc0c42bf12f192b39_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "aiohttp: aiohttp vulnerable to request smuggling due to incorrect parsing of chunk extensions" }, { "cve": "CVE-2024-56201", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2024-12-23T16:00:38.768252+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:66b7cbf91db0428fbc412fda36816bc8ded2acfa5a2bb430da0bc2a33269f69b_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:79eb2ec9754de91f42d33d3cbb073c8fc506c9a007c5d7e5b85261f75ab67da7_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:a3fbd4b3ef2e38a4c6667165e8f4da0f5b1258d8e7829c074825d503ed9448b5_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:b6edec09ee6ecb323cee3d566bc0cd4473468386a8a1250228bdb8ddcd40f6d6_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f7cdc66d822e3705cd4e877bd67b5d870560d89dc18a8fb487ea05ecc6b47852_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:ccac23c975c65f04ff5f8535988bd09a3309dcf4e70eaaa200e6ad5c1792bf81_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:6651ed76bcfda90096fc9a8f7ce772f39794acf2d6afaac35eb2d068bb67fadc_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:9d3e3d98bec6bb7fe4bc2608d62cc6cbc7954dd758023475d39674f33b2d57ec_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:b968f15363317ca9903abf1f8b2b3fe0d09e239df8c36086d7b2b3db4b426903_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:c87a4652a10658bfc976dc6133917e3c2631dda0bff405242da9369ac826efc2_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333854" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through malicious filenames", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.", "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-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:07b126b7a7aeaa0ea2b5894989fb57345227624765fc418ee6804b8f3dc26bf7_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0bad1243aa3173df68f5378aa852eb78d172e3a86f10a70b6220f06d2f3b83aa_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0bdc55a1bfc7c9c51babf72f72a2e71bc9a909e025c00c327d8670528a7fb749_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:213acda21cd0b7f0a93d1e553a9e06daea72f097150cd915d43c74b50e901177_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:234e92da55feb451e6ba12864b7d4f498ef5754eb79da0516096b487e830d2d0_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:25d122c84894a69ebe9c1105e9276014e0e83db321883d390b5f58f9e7c1d223_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3428aa14d66cbd537fa75ab7fef17e05bbf356ed7daaff98822e213a0a10c741_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3cf21f8f1903b82793d7b652631fcfd07724fe2ef80a02e15ad8df9c68fa444f_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3f5ab8458784204ae9513a9d006019c6aaadbc6b2acedb820a16d69bd8dfef57_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:4ce80fd9b8c37acb6b5f0c5f7e43ec9ff3ed1d284c8d523311b7b9d227470738_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d8c6dc65d19cb2bd60824e194e51136e6f12060bc8d663ee0ccf5c2b6c06e82_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:869699086677a1e3ecf02169a29e19cfa7edb79fc508d0bdee675dcda4fb23db_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:8e6b8501c799cf5122a064e34437f2a34b1be743c16294bb8a2902d36f1a67f4_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:906edbfd7f412de84a19b5e024dfc97f19ce502296ca2e18c82ccd65d576d08e_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:9188601682d277118612309666393838d8b6b1e12ca0d81344324ec416800f7d_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:9e68c4aa8c1a1cf9ac289467f949055b4f8853aa1989f6955cb638b555b7c7c1_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac8fe647c959b57963b9323b5276adb2229a7e1476a744fe54f9d3f316092354_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ae2d1ef5fd50ffa5706f2a3d4cb5c25d23ab78ff4a1592ddf2a6f1e916c0628b_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:b06b880e910f5a6648d5cb28af5c97b2181e6c0f32dc99d3740358dc01ad16a2_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:2f5032f15a5ba4a1fbac49d310eaaf4a4b7fef2c1c6c43bb70fe7c47dcbf7fec_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:2fc218503ceb650581daf6a8dc74075fcae6e871ef993c989c35b2d7c70f9bc9_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:3038110578728786daa1598d8034e4b1178eb9e3bab7bd5786c9767308a60b5b_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:44d4fde69b966bbeea84e34763fca9e7700c5c403c39298fc4154af8e0ee9c08_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:573755e9ad4649b064a5664cb35c92f0f329b5bfb37e48249e5760e3e2d405c9_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:7f378ae770a0b2005a77998721e7774eaef4bd706bf0eeffd615a392eeb8609f_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:880e8eaf9d869bf349481be0b62b9be51046bb0e62ed49a37f67bb96969fba6f_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:9c7b81503df8669dd55c7c8d479db2de2dc990841b4f4eb02f44175d5cff0453_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:a2d818af0bdc5d3d2e8b626a6d730b248fe5d40db08c199c8299a6139a37eafc_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:ba93db96512c73025565c52d8ba0e145f42bdb2e516d4138b4a5c1ab864d5fc5_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:c2d36d60d07aa29f88248a36688a69174ab6bb2274b8e2e129f984ad5c6fa2bc_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:ca8b00e87d06f709665de9cec103e5f063075d975f52556ce7be03c4cd77a877_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:cb4bc9d932e847793c42ee7e15694db704c5e614856cf229d66384e089fd1261_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:de457c4d8c170e5929be36a12c1c982cfc01b6fa227ccce58cbd20737ed00fc6_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e6a9aa4cd90c5b68eeabe55c6388c3a5d8fc7a3b707e4a2c83ba9f6a7955e07e_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e930b8e316c0764f37dc4525629667b9cc310ae957431dccc0c42bf12f192b39_amd64" ], "known_not_affected": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:66b7cbf91db0428fbc412fda36816bc8ded2acfa5a2bb430da0bc2a33269f69b_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:79eb2ec9754de91f42d33d3cbb073c8fc506c9a007c5d7e5b85261f75ab67da7_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:a3fbd4b3ef2e38a4c6667165e8f4da0f5b1258d8e7829c074825d503ed9448b5_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:b6edec09ee6ecb323cee3d566bc0cd4473468386a8a1250228bdb8ddcd40f6d6_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f7cdc66d822e3705cd4e877bd67b5d870560d89dc18a8fb487ea05ecc6b47852_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:ccac23c975c65f04ff5f8535988bd09a3309dcf4e70eaaa200e6ad5c1792bf81_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:6651ed76bcfda90096fc9a8f7ce772f39794acf2d6afaac35eb2d068bb67fadc_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:9d3e3d98bec6bb7fe4bc2608d62cc6cbc7954dd758023475d39674f33b2d57ec_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:b968f15363317ca9903abf1f8b2b3fe0d09e239df8c36086d7b2b3db4b426903_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:c87a4652a10658bfc976dc6133917e3c2631dda0bff405242da9369ac826efc2_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56201" }, { "category": "external", "summary": "RHBZ#2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56201" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f", "url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f" }, { "category": "external", "summary": "https://github.com/pallets/jinja/issues/1792", "url": "https://github.com/pallets/jinja/issues/1792" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699" } ], "release_date": "2024-12-23T15:37:36.110000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-05T20:23:57+00:00", "details": "Red Hat Ansible Automation Platform Execution Environments", "product_ids": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:07b126b7a7aeaa0ea2b5894989fb57345227624765fc418ee6804b8f3dc26bf7_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0bad1243aa3173df68f5378aa852eb78d172e3a86f10a70b6220f06d2f3b83aa_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0bdc55a1bfc7c9c51babf72f72a2e71bc9a909e025c00c327d8670528a7fb749_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:213acda21cd0b7f0a93d1e553a9e06daea72f097150cd915d43c74b50e901177_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:234e92da55feb451e6ba12864b7d4f498ef5754eb79da0516096b487e830d2d0_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:25d122c84894a69ebe9c1105e9276014e0e83db321883d390b5f58f9e7c1d223_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3428aa14d66cbd537fa75ab7fef17e05bbf356ed7daaff98822e213a0a10c741_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3cf21f8f1903b82793d7b652631fcfd07724fe2ef80a02e15ad8df9c68fa444f_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3f5ab8458784204ae9513a9d006019c6aaadbc6b2acedb820a16d69bd8dfef57_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:4ce80fd9b8c37acb6b5f0c5f7e43ec9ff3ed1d284c8d523311b7b9d227470738_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d8c6dc65d19cb2bd60824e194e51136e6f12060bc8d663ee0ccf5c2b6c06e82_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:869699086677a1e3ecf02169a29e19cfa7edb79fc508d0bdee675dcda4fb23db_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:8e6b8501c799cf5122a064e34437f2a34b1be743c16294bb8a2902d36f1a67f4_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:906edbfd7f412de84a19b5e024dfc97f19ce502296ca2e18c82ccd65d576d08e_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:9188601682d277118612309666393838d8b6b1e12ca0d81344324ec416800f7d_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:9e68c4aa8c1a1cf9ac289467f949055b4f8853aa1989f6955cb638b555b7c7c1_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac8fe647c959b57963b9323b5276adb2229a7e1476a744fe54f9d3f316092354_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ae2d1ef5fd50ffa5706f2a3d4cb5c25d23ab78ff4a1592ddf2a6f1e916c0628b_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:b06b880e910f5a6648d5cb28af5c97b2181e6c0f32dc99d3740358dc01ad16a2_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:2f5032f15a5ba4a1fbac49d310eaaf4a4b7fef2c1c6c43bb70fe7c47dcbf7fec_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:2fc218503ceb650581daf6a8dc74075fcae6e871ef993c989c35b2d7c70f9bc9_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:3038110578728786daa1598d8034e4b1178eb9e3bab7bd5786c9767308a60b5b_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:44d4fde69b966bbeea84e34763fca9e7700c5c403c39298fc4154af8e0ee9c08_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:573755e9ad4649b064a5664cb35c92f0f329b5bfb37e48249e5760e3e2d405c9_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:7f378ae770a0b2005a77998721e7774eaef4bd706bf0eeffd615a392eeb8609f_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:880e8eaf9d869bf349481be0b62b9be51046bb0e62ed49a37f67bb96969fba6f_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:9c7b81503df8669dd55c7c8d479db2de2dc990841b4f4eb02f44175d5cff0453_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:a2d818af0bdc5d3d2e8b626a6d730b248fe5d40db08c199c8299a6139a37eafc_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:ba93db96512c73025565c52d8ba0e145f42bdb2e516d4138b4a5c1ab864d5fc5_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:c2d36d60d07aa29f88248a36688a69174ab6bb2274b8e2e129f984ad5c6fa2bc_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:ca8b00e87d06f709665de9cec103e5f063075d975f52556ce7be03c4cd77a877_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:cb4bc9d932e847793c42ee7e15694db704c5e614856cf229d66384e089fd1261_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:de457c4d8c170e5929be36a12c1c982cfc01b6fa227ccce58cbd20737ed00fc6_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e6a9aa4cd90c5b68eeabe55c6388c3a5d8fc7a3b707e4a2c83ba9f6a7955e07e_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e930b8e316c0764f37dc4525629667b9cc310ae957431dccc0c42bf12f192b39_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1101" }, { "category": "workaround", "details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.", "product_ids": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:66b7cbf91db0428fbc412fda36816bc8ded2acfa5a2bb430da0bc2a33269f69b_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:79eb2ec9754de91f42d33d3cbb073c8fc506c9a007c5d7e5b85261f75ab67da7_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:a3fbd4b3ef2e38a4c6667165e8f4da0f5b1258d8e7829c074825d503ed9448b5_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:b6edec09ee6ecb323cee3d566bc0cd4473468386a8a1250228bdb8ddcd40f6d6_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f7cdc66d822e3705cd4e877bd67b5d870560d89dc18a8fb487ea05ecc6b47852_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:ccac23c975c65f04ff5f8535988bd09a3309dcf4e70eaaa200e6ad5c1792bf81_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:07b126b7a7aeaa0ea2b5894989fb57345227624765fc418ee6804b8f3dc26bf7_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0bad1243aa3173df68f5378aa852eb78d172e3a86f10a70b6220f06d2f3b83aa_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0bdc55a1bfc7c9c51babf72f72a2e71bc9a909e025c00c327d8670528a7fb749_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:213acda21cd0b7f0a93d1e553a9e06daea72f097150cd915d43c74b50e901177_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:234e92da55feb451e6ba12864b7d4f498ef5754eb79da0516096b487e830d2d0_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:25d122c84894a69ebe9c1105e9276014e0e83db321883d390b5f58f9e7c1d223_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3428aa14d66cbd537fa75ab7fef17e05bbf356ed7daaff98822e213a0a10c741_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3cf21f8f1903b82793d7b652631fcfd07724fe2ef80a02e15ad8df9c68fa444f_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3f5ab8458784204ae9513a9d006019c6aaadbc6b2acedb820a16d69bd8dfef57_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:4ce80fd9b8c37acb6b5f0c5f7e43ec9ff3ed1d284c8d523311b7b9d227470738_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d8c6dc65d19cb2bd60824e194e51136e6f12060bc8d663ee0ccf5c2b6c06e82_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:869699086677a1e3ecf02169a29e19cfa7edb79fc508d0bdee675dcda4fb23db_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:8e6b8501c799cf5122a064e34437f2a34b1be743c16294bb8a2902d36f1a67f4_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:906edbfd7f412de84a19b5e024dfc97f19ce502296ca2e18c82ccd65d576d08e_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:9188601682d277118612309666393838d8b6b1e12ca0d81344324ec416800f7d_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:9e68c4aa8c1a1cf9ac289467f949055b4f8853aa1989f6955cb638b555b7c7c1_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac8fe647c959b57963b9323b5276adb2229a7e1476a744fe54f9d3f316092354_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ae2d1ef5fd50ffa5706f2a3d4cb5c25d23ab78ff4a1592ddf2a6f1e916c0628b_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:b06b880e910f5a6648d5cb28af5c97b2181e6c0f32dc99d3740358dc01ad16a2_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:6651ed76bcfda90096fc9a8f7ce772f39794acf2d6afaac35eb2d068bb67fadc_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:9d3e3d98bec6bb7fe4bc2608d62cc6cbc7954dd758023475d39674f33b2d57ec_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:b968f15363317ca9903abf1f8b2b3fe0d09e239df8c36086d7b2b3db4b426903_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:c87a4652a10658bfc976dc6133917e3c2631dda0bff405242da9369ac826efc2_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:2f5032f15a5ba4a1fbac49d310eaaf4a4b7fef2c1c6c43bb70fe7c47dcbf7fec_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:2fc218503ceb650581daf6a8dc74075fcae6e871ef993c989c35b2d7c70f9bc9_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:3038110578728786daa1598d8034e4b1178eb9e3bab7bd5786c9767308a60b5b_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:44d4fde69b966bbeea84e34763fca9e7700c5c403c39298fc4154af8e0ee9c08_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:573755e9ad4649b064a5664cb35c92f0f329b5bfb37e48249e5760e3e2d405c9_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:7f378ae770a0b2005a77998721e7774eaef4bd706bf0eeffd615a392eeb8609f_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:880e8eaf9d869bf349481be0b62b9be51046bb0e62ed49a37f67bb96969fba6f_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:9c7b81503df8669dd55c7c8d479db2de2dc990841b4f4eb02f44175d5cff0453_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:a2d818af0bdc5d3d2e8b626a6d730b248fe5d40db08c199c8299a6139a37eafc_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:ba93db96512c73025565c52d8ba0e145f42bdb2e516d4138b4a5c1ab864d5fc5_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:c2d36d60d07aa29f88248a36688a69174ab6bb2274b8e2e129f984ad5c6fa2bc_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:ca8b00e87d06f709665de9cec103e5f063075d975f52556ce7be03c4cd77a877_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:cb4bc9d932e847793c42ee7e15694db704c5e614856cf229d66384e089fd1261_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:de457c4d8c170e5929be36a12c1c982cfc01b6fa227ccce58cbd20737ed00fc6_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e6a9aa4cd90c5b68eeabe55c6388c3a5d8fc7a3b707e4a2c83ba9f6a7955e07e_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e930b8e316c0764f37dc4525629667b9cc310ae957431dccc0c42bf12f192b39_amd64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:66b7cbf91db0428fbc412fda36816bc8ded2acfa5a2bb430da0bc2a33269f69b_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:79eb2ec9754de91f42d33d3cbb073c8fc506c9a007c5d7e5b85261f75ab67da7_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:a3fbd4b3ef2e38a4c6667165e8f4da0f5b1258d8e7829c074825d503ed9448b5_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:b6edec09ee6ecb323cee3d566bc0cd4473468386a8a1250228bdb8ddcd40f6d6_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f7cdc66d822e3705cd4e877bd67b5d870560d89dc18a8fb487ea05ecc6b47852_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:ccac23c975c65f04ff5f8535988bd09a3309dcf4e70eaaa200e6ad5c1792bf81_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:07b126b7a7aeaa0ea2b5894989fb57345227624765fc418ee6804b8f3dc26bf7_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0bad1243aa3173df68f5378aa852eb78d172e3a86f10a70b6220f06d2f3b83aa_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0bdc55a1bfc7c9c51babf72f72a2e71bc9a909e025c00c327d8670528a7fb749_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:213acda21cd0b7f0a93d1e553a9e06daea72f097150cd915d43c74b50e901177_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:234e92da55feb451e6ba12864b7d4f498ef5754eb79da0516096b487e830d2d0_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:25d122c84894a69ebe9c1105e9276014e0e83db321883d390b5f58f9e7c1d223_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3428aa14d66cbd537fa75ab7fef17e05bbf356ed7daaff98822e213a0a10c741_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3cf21f8f1903b82793d7b652631fcfd07724fe2ef80a02e15ad8df9c68fa444f_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3f5ab8458784204ae9513a9d006019c6aaadbc6b2acedb820a16d69bd8dfef57_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:4ce80fd9b8c37acb6b5f0c5f7e43ec9ff3ed1d284c8d523311b7b9d227470738_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d8c6dc65d19cb2bd60824e194e51136e6f12060bc8d663ee0ccf5c2b6c06e82_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:869699086677a1e3ecf02169a29e19cfa7edb79fc508d0bdee675dcda4fb23db_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:8e6b8501c799cf5122a064e34437f2a34b1be743c16294bb8a2902d36f1a67f4_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:906edbfd7f412de84a19b5e024dfc97f19ce502296ca2e18c82ccd65d576d08e_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:9188601682d277118612309666393838d8b6b1e12ca0d81344324ec416800f7d_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:9e68c4aa8c1a1cf9ac289467f949055b4f8853aa1989f6955cb638b555b7c7c1_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac8fe647c959b57963b9323b5276adb2229a7e1476a744fe54f9d3f316092354_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ae2d1ef5fd50ffa5706f2a3d4cb5c25d23ab78ff4a1592ddf2a6f1e916c0628b_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:b06b880e910f5a6648d5cb28af5c97b2181e6c0f32dc99d3740358dc01ad16a2_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:6651ed76bcfda90096fc9a8f7ce772f39794acf2d6afaac35eb2d068bb67fadc_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:9d3e3d98bec6bb7fe4bc2608d62cc6cbc7954dd758023475d39674f33b2d57ec_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:b968f15363317ca9903abf1f8b2b3fe0d09e239df8c36086d7b2b3db4b426903_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:c87a4652a10658bfc976dc6133917e3c2631dda0bff405242da9369ac826efc2_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:2f5032f15a5ba4a1fbac49d310eaaf4a4b7fef2c1c6c43bb70fe7c47dcbf7fec_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:2fc218503ceb650581daf6a8dc74075fcae6e871ef993c989c35b2d7c70f9bc9_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:3038110578728786daa1598d8034e4b1178eb9e3bab7bd5786c9767308a60b5b_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:44d4fde69b966bbeea84e34763fca9e7700c5c403c39298fc4154af8e0ee9c08_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:573755e9ad4649b064a5664cb35c92f0f329b5bfb37e48249e5760e3e2d405c9_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:7f378ae770a0b2005a77998721e7774eaef4bd706bf0eeffd615a392eeb8609f_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:880e8eaf9d869bf349481be0b62b9be51046bb0e62ed49a37f67bb96969fba6f_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:9c7b81503df8669dd55c7c8d479db2de2dc990841b4f4eb02f44175d5cff0453_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:a2d818af0bdc5d3d2e8b626a6d730b248fe5d40db08c199c8299a6139a37eafc_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:ba93db96512c73025565c52d8ba0e145f42bdb2e516d4138b4a5c1ab864d5fc5_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:c2d36d60d07aa29f88248a36688a69174ab6bb2274b8e2e129f984ad5c6fa2bc_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:ca8b00e87d06f709665de9cec103e5f063075d975f52556ce7be03c4cd77a877_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:cb4bc9d932e847793c42ee7e15694db704c5e614856cf229d66384e089fd1261_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:de457c4d8c170e5929be36a12c1c982cfc01b6fa227ccce58cbd20737ed00fc6_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e6a9aa4cd90c5b68eeabe55c6388c3a5d8fc7a3b707e4a2c83ba9f6a7955e07e_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e930b8e316c0764f37dc4525629667b9cc310ae957431dccc0c42bf12f192b39_amd64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jinja2: Jinja has a sandbox breakout through malicious filenames" }, { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:66b7cbf91db0428fbc412fda36816bc8ded2acfa5a2bb430da0bc2a33269f69b_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:79eb2ec9754de91f42d33d3cbb073c8fc506c9a007c5d7e5b85261f75ab67da7_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:a3fbd4b3ef2e38a4c6667165e8f4da0f5b1258d8e7829c074825d503ed9448b5_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:b6edec09ee6ecb323cee3d566bc0cd4473468386a8a1250228bdb8ddcd40f6d6_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f7cdc66d822e3705cd4e877bd67b5d870560d89dc18a8fb487ea05ecc6b47852_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:ccac23c975c65f04ff5f8535988bd09a3309dcf4e70eaaa200e6ad5c1792bf81_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:6651ed76bcfda90096fc9a8f7ce772f39794acf2d6afaac35eb2d068bb67fadc_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:9d3e3d98bec6bb7fe4bc2608d62cc6cbc7954dd758023475d39674f33b2d57ec_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:b968f15363317ca9903abf1f8b2b3fe0d09e239df8c36086d7b2b3db4b426903_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:c87a4652a10658bfc976dc6133917e3c2631dda0bff405242da9369ac826efc2_amd64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "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-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:07b126b7a7aeaa0ea2b5894989fb57345227624765fc418ee6804b8f3dc26bf7_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0bad1243aa3173df68f5378aa852eb78d172e3a86f10a70b6220f06d2f3b83aa_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0bdc55a1bfc7c9c51babf72f72a2e71bc9a909e025c00c327d8670528a7fb749_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:213acda21cd0b7f0a93d1e553a9e06daea72f097150cd915d43c74b50e901177_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:234e92da55feb451e6ba12864b7d4f498ef5754eb79da0516096b487e830d2d0_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:25d122c84894a69ebe9c1105e9276014e0e83db321883d390b5f58f9e7c1d223_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3428aa14d66cbd537fa75ab7fef17e05bbf356ed7daaff98822e213a0a10c741_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3cf21f8f1903b82793d7b652631fcfd07724fe2ef80a02e15ad8df9c68fa444f_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3f5ab8458784204ae9513a9d006019c6aaadbc6b2acedb820a16d69bd8dfef57_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:4ce80fd9b8c37acb6b5f0c5f7e43ec9ff3ed1d284c8d523311b7b9d227470738_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d8c6dc65d19cb2bd60824e194e51136e6f12060bc8d663ee0ccf5c2b6c06e82_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:869699086677a1e3ecf02169a29e19cfa7edb79fc508d0bdee675dcda4fb23db_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:8e6b8501c799cf5122a064e34437f2a34b1be743c16294bb8a2902d36f1a67f4_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:906edbfd7f412de84a19b5e024dfc97f19ce502296ca2e18c82ccd65d576d08e_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:9188601682d277118612309666393838d8b6b1e12ca0d81344324ec416800f7d_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:9e68c4aa8c1a1cf9ac289467f949055b4f8853aa1989f6955cb638b555b7c7c1_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac8fe647c959b57963b9323b5276adb2229a7e1476a744fe54f9d3f316092354_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ae2d1ef5fd50ffa5706f2a3d4cb5c25d23ab78ff4a1592ddf2a6f1e916c0628b_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:b06b880e910f5a6648d5cb28af5c97b2181e6c0f32dc99d3740358dc01ad16a2_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:2f5032f15a5ba4a1fbac49d310eaaf4a4b7fef2c1c6c43bb70fe7c47dcbf7fec_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:2fc218503ceb650581daf6a8dc74075fcae6e871ef993c989c35b2d7c70f9bc9_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:3038110578728786daa1598d8034e4b1178eb9e3bab7bd5786c9767308a60b5b_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:44d4fde69b966bbeea84e34763fca9e7700c5c403c39298fc4154af8e0ee9c08_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:573755e9ad4649b064a5664cb35c92f0f329b5bfb37e48249e5760e3e2d405c9_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:7f378ae770a0b2005a77998721e7774eaef4bd706bf0eeffd615a392eeb8609f_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:880e8eaf9d869bf349481be0b62b9be51046bb0e62ed49a37f67bb96969fba6f_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:9c7b81503df8669dd55c7c8d479db2de2dc990841b4f4eb02f44175d5cff0453_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:a2d818af0bdc5d3d2e8b626a6d730b248fe5d40db08c199c8299a6139a37eafc_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:ba93db96512c73025565c52d8ba0e145f42bdb2e516d4138b4a5c1ab864d5fc5_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:c2d36d60d07aa29f88248a36688a69174ab6bb2274b8e2e129f984ad5c6fa2bc_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:ca8b00e87d06f709665de9cec103e5f063075d975f52556ce7be03c4cd77a877_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:cb4bc9d932e847793c42ee7e15694db704c5e614856cf229d66384e089fd1261_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:de457c4d8c170e5929be36a12c1c982cfc01b6fa227ccce58cbd20737ed00fc6_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e6a9aa4cd90c5b68eeabe55c6388c3a5d8fc7a3b707e4a2c83ba9f6a7955e07e_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e930b8e316c0764f37dc4525629667b9cc310ae957431dccc0c42bf12f192b39_amd64" ], "known_not_affected": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:66b7cbf91db0428fbc412fda36816bc8ded2acfa5a2bb430da0bc2a33269f69b_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:79eb2ec9754de91f42d33d3cbb073c8fc506c9a007c5d7e5b85261f75ab67da7_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:a3fbd4b3ef2e38a4c6667165e8f4da0f5b1258d8e7829c074825d503ed9448b5_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:b6edec09ee6ecb323cee3d566bc0cd4473468386a8a1250228bdb8ddcd40f6d6_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f7cdc66d822e3705cd4e877bd67b5d870560d89dc18a8fb487ea05ecc6b47852_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:ccac23c975c65f04ff5f8535988bd09a3309dcf4e70eaaa200e6ad5c1792bf81_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:6651ed76bcfda90096fc9a8f7ce772f39794acf2d6afaac35eb2d068bb67fadc_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:9d3e3d98bec6bb7fe4bc2608d62cc6cbc7954dd758023475d39674f33b2d57ec_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:b968f15363317ca9903abf1f8b2b3fe0d09e239df8c36086d7b2b3db4b426903_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:c87a4652a10658bfc976dc6133917e3c2631dda0bff405242da9369ac826efc2_amd64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-05T20:23:57+00:00", "details": "Red Hat Ansible Automation Platform Execution Environments", "product_ids": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:07b126b7a7aeaa0ea2b5894989fb57345227624765fc418ee6804b8f3dc26bf7_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0bad1243aa3173df68f5378aa852eb78d172e3a86f10a70b6220f06d2f3b83aa_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0bdc55a1bfc7c9c51babf72f72a2e71bc9a909e025c00c327d8670528a7fb749_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:213acda21cd0b7f0a93d1e553a9e06daea72f097150cd915d43c74b50e901177_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:234e92da55feb451e6ba12864b7d4f498ef5754eb79da0516096b487e830d2d0_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:25d122c84894a69ebe9c1105e9276014e0e83db321883d390b5f58f9e7c1d223_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3428aa14d66cbd537fa75ab7fef17e05bbf356ed7daaff98822e213a0a10c741_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3cf21f8f1903b82793d7b652631fcfd07724fe2ef80a02e15ad8df9c68fa444f_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3f5ab8458784204ae9513a9d006019c6aaadbc6b2acedb820a16d69bd8dfef57_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:4ce80fd9b8c37acb6b5f0c5f7e43ec9ff3ed1d284c8d523311b7b9d227470738_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d8c6dc65d19cb2bd60824e194e51136e6f12060bc8d663ee0ccf5c2b6c06e82_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:869699086677a1e3ecf02169a29e19cfa7edb79fc508d0bdee675dcda4fb23db_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:8e6b8501c799cf5122a064e34437f2a34b1be743c16294bb8a2902d36f1a67f4_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:906edbfd7f412de84a19b5e024dfc97f19ce502296ca2e18c82ccd65d576d08e_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:9188601682d277118612309666393838d8b6b1e12ca0d81344324ec416800f7d_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:9e68c4aa8c1a1cf9ac289467f949055b4f8853aa1989f6955cb638b555b7c7c1_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac8fe647c959b57963b9323b5276adb2229a7e1476a744fe54f9d3f316092354_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ae2d1ef5fd50ffa5706f2a3d4cb5c25d23ab78ff4a1592ddf2a6f1e916c0628b_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:b06b880e910f5a6648d5cb28af5c97b2181e6c0f32dc99d3740358dc01ad16a2_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:2f5032f15a5ba4a1fbac49d310eaaf4a4b7fef2c1c6c43bb70fe7c47dcbf7fec_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:2fc218503ceb650581daf6a8dc74075fcae6e871ef993c989c35b2d7c70f9bc9_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:3038110578728786daa1598d8034e4b1178eb9e3bab7bd5786c9767308a60b5b_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:44d4fde69b966bbeea84e34763fca9e7700c5c403c39298fc4154af8e0ee9c08_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:573755e9ad4649b064a5664cb35c92f0f329b5bfb37e48249e5760e3e2d405c9_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:7f378ae770a0b2005a77998721e7774eaef4bd706bf0eeffd615a392eeb8609f_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:880e8eaf9d869bf349481be0b62b9be51046bb0e62ed49a37f67bb96969fba6f_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:9c7b81503df8669dd55c7c8d479db2de2dc990841b4f4eb02f44175d5cff0453_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:a2d818af0bdc5d3d2e8b626a6d730b248fe5d40db08c199c8299a6139a37eafc_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:ba93db96512c73025565c52d8ba0e145f42bdb2e516d4138b4a5c1ab864d5fc5_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:c2d36d60d07aa29f88248a36688a69174ab6bb2274b8e2e129f984ad5c6fa2bc_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:ca8b00e87d06f709665de9cec103e5f063075d975f52556ce7be03c4cd77a877_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:cb4bc9d932e847793c42ee7e15694db704c5e614856cf229d66384e089fd1261_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:de457c4d8c170e5929be36a12c1c982cfc01b6fa227ccce58cbd20737ed00fc6_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e6a9aa4cd90c5b68eeabe55c6388c3a5d8fc7a3b707e4a2c83ba9f6a7955e07e_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e930b8e316c0764f37dc4525629667b9cc310ae957431dccc0c42bf12f192b39_amd64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1101" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:66b7cbf91db0428fbc412fda36816bc8ded2acfa5a2bb430da0bc2a33269f69b_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:79eb2ec9754de91f42d33d3cbb073c8fc506c9a007c5d7e5b85261f75ab67da7_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:a3fbd4b3ef2e38a4c6667165e8f4da0f5b1258d8e7829c074825d503ed9448b5_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:b6edec09ee6ecb323cee3d566bc0cd4473468386a8a1250228bdb8ddcd40f6d6_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f7cdc66d822e3705cd4e877bd67b5d870560d89dc18a8fb487ea05ecc6b47852_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:ccac23c975c65f04ff5f8535988bd09a3309dcf4e70eaaa200e6ad5c1792bf81_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:07b126b7a7aeaa0ea2b5894989fb57345227624765fc418ee6804b8f3dc26bf7_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0bad1243aa3173df68f5378aa852eb78d172e3a86f10a70b6220f06d2f3b83aa_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0bdc55a1bfc7c9c51babf72f72a2e71bc9a909e025c00c327d8670528a7fb749_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:213acda21cd0b7f0a93d1e553a9e06daea72f097150cd915d43c74b50e901177_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:234e92da55feb451e6ba12864b7d4f498ef5754eb79da0516096b487e830d2d0_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:25d122c84894a69ebe9c1105e9276014e0e83db321883d390b5f58f9e7c1d223_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3428aa14d66cbd537fa75ab7fef17e05bbf356ed7daaff98822e213a0a10c741_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3cf21f8f1903b82793d7b652631fcfd07724fe2ef80a02e15ad8df9c68fa444f_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:3f5ab8458784204ae9513a9d006019c6aaadbc6b2acedb820a16d69bd8dfef57_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:4ce80fd9b8c37acb6b5f0c5f7e43ec9ff3ed1d284c8d523311b7b9d227470738_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d8c6dc65d19cb2bd60824e194e51136e6f12060bc8d663ee0ccf5c2b6c06e82_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:869699086677a1e3ecf02169a29e19cfa7edb79fc508d0bdee675dcda4fb23db_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:8e6b8501c799cf5122a064e34437f2a34b1be743c16294bb8a2902d36f1a67f4_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:906edbfd7f412de84a19b5e024dfc97f19ce502296ca2e18c82ccd65d576d08e_ppc64le", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:9188601682d277118612309666393838d8b6b1e12ca0d81344324ec416800f7d_amd64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:9e68c4aa8c1a1cf9ac289467f949055b4f8853aa1989f6955cb638b555b7c7c1_s390x", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac8fe647c959b57963b9323b5276adb2229a7e1476a744fe54f9d3f316092354_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ae2d1ef5fd50ffa5706f2a3d4cb5c25d23ab78ff4a1592ddf2a6f1e916c0628b_arm64", "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:b06b880e910f5a6648d5cb28af5c97b2181e6c0f32dc99d3740358dc01ad16a2_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:6651ed76bcfda90096fc9a8f7ce772f39794acf2d6afaac35eb2d068bb67fadc_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:9d3e3d98bec6bb7fe4bc2608d62cc6cbc7954dd758023475d39674f33b2d57ec_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:b968f15363317ca9903abf1f8b2b3fe0d09e239df8c36086d7b2b3db4b426903_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:c87a4652a10658bfc976dc6133917e3c2631dda0bff405242da9369ac826efc2_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:2f5032f15a5ba4a1fbac49d310eaaf4a4b7fef2c1c6c43bb70fe7c47dcbf7fec_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:2fc218503ceb650581daf6a8dc74075fcae6e871ef993c989c35b2d7c70f9bc9_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:3038110578728786daa1598d8034e4b1178eb9e3bab7bd5786c9767308a60b5b_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:44d4fde69b966bbeea84e34763fca9e7700c5c403c39298fc4154af8e0ee9c08_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:573755e9ad4649b064a5664cb35c92f0f329b5bfb37e48249e5760e3e2d405c9_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:7f378ae770a0b2005a77998721e7774eaef4bd706bf0eeffd615a392eeb8609f_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:880e8eaf9d869bf349481be0b62b9be51046bb0e62ed49a37f67bb96969fba6f_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:9c7b81503df8669dd55c7c8d479db2de2dc990841b4f4eb02f44175d5cff0453_s390x", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:a2d818af0bdc5d3d2e8b626a6d730b248fe5d40db08c199c8299a6139a37eafc_amd64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:ba93db96512c73025565c52d8ba0e145f42bdb2e516d4138b4a5c1ab864d5fc5_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:c2d36d60d07aa29f88248a36688a69174ab6bb2274b8e2e129f984ad5c6fa2bc_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:ca8b00e87d06f709665de9cec103e5f063075d975f52556ce7be03c4cd77a877_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:cb4bc9d932e847793c42ee7e15694db704c5e614856cf229d66384e089fd1261_ppc64le", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:de457c4d8c170e5929be36a12c1c982cfc01b6fa227ccce58cbd20737ed00fc6_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e6a9aa4cd90c5b68eeabe55c6388c3a5d8fc7a3b707e4a2c83ba9f6a7955e07e_arm64", "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:e930b8e316c0764f37dc4525629667b9cc310ae957431dccc0c42bf12f192b39_amd64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhsa-2025:0777
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update is now available for Red Hat Ansible Automation Platform 2.5\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "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: Jinja has a sandbox breakout through indirect reference to format method (CVE-2024-56326)\n* automation-controller: Jinja has a sandbox breakout through malicious filenames (CVE-2024-56201)\n* automation-controller: Django: potential denial-of-service vulnerability in IPv6 validation (CVE-2024-56374)\n* python3.11-django: potential denial-of-service vulnerability in IPv6 validation (CVE-2024-56374)\n* python3.11-django: Potential denial-of-service in django.utils.html.strip_tags() (CVE-2024-53907)\n* python3.11-jinja2: Jinja has a sandbox breakout through indirect reference to format method (CVE-2024-56326)\n* python3.11-jinja2: Jinja has a sandbox breakout through malicious filenames (CVE-2024-56201)\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 included:\n\nAutomation controller\n* Fixed an issue where the order of source inventories was not respected by the ansible.controller collection (AAP-38524)\n* Fixed an issue where an actively running job on an execution node may have had its folder deleted by a system task (AAP-38137)\n* automation-controller has been updated to 4.6.7\n\nEvent-Driven Ansible:\n* Fixed an issue where users were unable to filter Rule Audits by rulebook activation name (AAP-39253)\n* Users are now able to create a new Event-Driven Ansible credential by copying an existing one (AAP-39249)\n* Added support for file and env injectors for Credentials (AAP-39091)\n* Fixed an issue where the input field of the injector configuration could not be empty (AAP-39086)\n* Fixed an issue where the application version in the openapi spec was incorrectly set (AAP-38392)\n* Fixed an issue where activations were not properly updated in some scenarios with a high load of the system (AAP-38374)\n* automation-eda-controller has been updated to 1.1.4\n\nContainer-based Ansible Automation Platform\n* Allow user to not provide the Postgresql admin account with external database (AAP-39077)\n* Using PostgreSQL TLS certificate authentication with an external database is now available (AAP-38400)\n* containerized installer setup has been updated to 2.5-9\n\nRPM-based Ansible Automation Platform\n* Fixed an issue where gateway could not be setup with custom SSL certificates (AAP-38985)\n* Fixed an issue where the gateway services are not restarted when a dependency changes (AAP-38918)\n* Fixed an issue where setting automationedacontroller_max_running_activations could cause the installer to fail (AAP-38708)\n* ansible-automation-platform-installer and installer setup have been updated to 2.5-8\n\nAdditional changes:\n* python3.11-django has been updated to 4.2.18\n* python3.11-jinja2 has been updated to 3.1.5\n* python3.11-pulpcore has been updated to 3.49.30", "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-2025:0777", "url": "https://access.redhat.com/errata/RHSA-2025:0777" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2329288", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329288" }, { "category": "external", "summary": "2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "2337996", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337996" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0777.json" } ], "title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.5 Product Security and Bug Fix Update", "tracking": { "current_release_date": "2025-02-13T21:33:08+00:00", "generator": { "date": "2025-02-13T21:33:08+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0777", "initial_release_date": "2025-01-28T19:20:06+00:00", "revision_history": [ { "date": "2025-01-28T19:20:06+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-01-28T19:20:06+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:33:08+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.5 for RHEL 9", "product": { "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform:2.5::el9" } } }, { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product": { "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5-Inside-1.3", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.5::el9" } } }, { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product": { "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.5::el9" } } }, { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product": { "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform:2.5::el8" } } }, { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product": { "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Inside-1.3", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.5::el8" } } }, { "category": "product_name", "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product": { "name": "Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.5::el8" } } } ], "category": "product_family", "name": "Red Hat Ansible Automation Platform" }, { "branches": [ { "category": "product_version", "name": "python3.11-jinja2-0:3.1.5-1.el9ap.src", "product": { "name": "python3.11-jinja2-0:3.1.5-1.el9ap.src", "product_id": "python3.11-jinja2-0:3.1.5-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-jinja2@3.1.5-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python3.11-django-0:4.2.18-1.el9ap.src", "product": { "name": "python3.11-django-0:4.2.18-1.el9ap.src", "product_id": "python3.11-django-0:4.2.18-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-django@4.2.18-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "python3.11-pulpcore-0:3.49.30-1.el9ap.src", "product": { "name": "python3.11-pulpcore-0:3.49.30-1.el9ap.src", "product_id": "python3.11-pulpcore-0:3.49.30-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-pulpcore@3.49.30-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "automation-eda-controller-0:1.1.4-1.el9ap.src", "product": { "name": "automation-eda-controller-0:1.1.4-1.el9ap.src", "product_id": "automation-eda-controller-0:1.1.4-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller@1.1.4-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "automation-controller-0:4.6.7-1.el9ap.src", "product": { "name": "automation-controller-0:4.6.7-1.el9ap.src", "product_id": "automation-controller-0:4.6.7-1.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.6.7-1.el9ap?arch=src" } } }, { "category": "product_version", "name": "ansible-automation-platform-installer-0:2.5-8.el9ap.src", "product": { "name": "ansible-automation-platform-installer-0:2.5-8.el9ap.src", "product_id": "ansible-automation-platform-installer-0:2.5-8.el9ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.5-8.el9ap?arch=src" } } }, { "category": "product_version", "name": "python3.11-jinja2-0:3.1.5-1.el8ap.src", "product": { "name": "python3.11-jinja2-0:3.1.5-1.el8ap.src", "product_id": "python3.11-jinja2-0:3.1.5-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-jinja2@3.1.5-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3.11-django-0:4.2.18-1.el8ap.src", "product": { "name": "python3.11-django-0:4.2.18-1.el8ap.src", "product_id": "python3.11-django-0:4.2.18-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-django@4.2.18-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "python3.11-pulpcore-0:3.49.30-1.el8ap.src", "product": { "name": "python3.11-pulpcore-0:3.49.30-1.el8ap.src", "product_id": "python3.11-pulpcore-0:3.49.30-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-pulpcore@3.49.30-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "automation-eda-controller-0:1.1.4-1.el8ap.src", "product": { "name": "automation-eda-controller-0:1.1.4-1.el8ap.src", "product_id": "automation-eda-controller-0:1.1.4-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller@1.1.4-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "automation-controller-0:4.6.7-1.el8ap.src", "product": { "name": "automation-controller-0:4.6.7-1.el8ap.src", "product_id": "automation-controller-0:4.6.7-1.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.6.7-1.el8ap?arch=src" } } }, { "category": "product_version", "name": "ansible-automation-platform-installer-0:2.5-8.el8ap.src", "product": { "name": "ansible-automation-platform-installer-0:2.5-8.el8ap.src", "product_id": "ansible-automation-platform-installer-0:2.5-8.el8ap.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.5-8.el8ap?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "product": { "name": "python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "product_id": "python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-jinja2@3.1.5-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3.11-django-0:4.2.18-1.el9ap.noarch", "product": { "name": "python3.11-django-0:4.2.18-1.el9ap.noarch", "product_id": "python3.11-django-0:4.2.18-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-django@4.2.18-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3.11-pulpcore-0:3.49.30-1.el9ap.noarch", "product": { "name": "python3.11-pulpcore-0:3.49.30-1.el9ap.noarch", "product_id": "python3.11-pulpcore-0:3.49.30-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-pulpcore@3.49.30-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-0:1.1.4-1.el9ap.noarch", "product": { "name": "automation-eda-controller-0:1.1.4-1.el9ap.noarch", "product_id": "automation-eda-controller-0:1.1.4-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller@1.1.4-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-base-0:1.1.4-1.el9ap.noarch", "product": { "name": "automation-eda-controller-base-0:1.1.4-1.el9ap.noarch", "product_id": "automation-eda-controller-base-0:1.1.4-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-base@1.1.4-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch", "product": { "name": "automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch", "product_id": "automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-base-services@1.1.4-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch", "product": { "name": "automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch", "product_id": "automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-event-stream-services@1.1.4-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch", "product": { "name": "automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch", "product_id": "automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-worker-services@1.1.4-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-cli-0:4.6.7-1.el9ap.noarch", "product": { "name": "automation-controller-cli-0:4.6.7-1.el9ap.noarch", "product_id": "automation-controller-cli-0:4.6.7-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-cli@4.6.7-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-server-0:4.6.7-1.el9ap.noarch", "product": { "name": "automation-controller-server-0:4.6.7-1.el9ap.noarch", "product_id": "automation-controller-server-0:4.6.7-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-server@4.6.7-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-ui-0:4.6.7-1.el9ap.noarch", "product": { "name": "automation-controller-ui-0:4.6.7-1.el9ap.noarch", "product_id": "automation-controller-ui-0:4.6.7-1.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-ui@4.6.7-1.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-automation-platform-installer-0:2.5-8.el9ap.noarch", "product": { "name": "ansible-automation-platform-installer-0:2.5-8.el9ap.noarch", "product_id": "ansible-automation-platform-installer-0:2.5-8.el9ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.5-8.el9ap?arch=noarch" } } }, { "category": "product_version", "name": "python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "product": { "name": "python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "product_id": "python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-jinja2@3.1.5-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python3.11-django-0:4.2.18-1.el8ap.noarch", "product": { "name": "python3.11-django-0:4.2.18-1.el8ap.noarch", "product_id": "python3.11-django-0:4.2.18-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-django@4.2.18-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "python3.11-pulpcore-0:3.49.30-1.el8ap.noarch", "product": { "name": "python3.11-pulpcore-0:3.49.30-1.el8ap.noarch", "product_id": "python3.11-pulpcore-0:3.49.30-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3.11-pulpcore@3.49.30-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-0:1.1.4-1.el8ap.noarch", "product": { "name": "automation-eda-controller-0:1.1.4-1.el8ap.noarch", "product_id": "automation-eda-controller-0:1.1.4-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller@1.1.4-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-base-0:1.1.4-1.el8ap.noarch", "product": { "name": "automation-eda-controller-base-0:1.1.4-1.el8ap.noarch", "product_id": "automation-eda-controller-base-0:1.1.4-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-base@1.1.4-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch", "product": { "name": "automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch", "product_id": "automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-base-services@1.1.4-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch", "product": { "name": "automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch", "product_id": "automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-event-stream-services@1.1.4-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch", "product": { "name": "automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch", "product_id": "automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-eda-controller-worker-services@1.1.4-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-cli-0:4.6.7-1.el8ap.noarch", "product": { "name": "automation-controller-cli-0:4.6.7-1.el8ap.noarch", "product_id": "automation-controller-cli-0:4.6.7-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-cli@4.6.7-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-server-0:4.6.7-1.el8ap.noarch", "product": { "name": "automation-controller-server-0:4.6.7-1.el8ap.noarch", "product_id": "automation-controller-server-0:4.6.7-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-server@4.6.7-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "automation-controller-ui-0:4.6.7-1.el8ap.noarch", "product": { "name": "automation-controller-ui-0:4.6.7-1.el8ap.noarch", "product_id": "automation-controller-ui-0:4.6.7-1.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-ui@4.6.7-1.el8ap?arch=noarch" } } }, { "category": "product_version", "name": "ansible-automation-platform-installer-0:2.5-8.el8ap.noarch", "product": { "name": "ansible-automation-platform-installer-0:2.5-8.el8ap.noarch", "product_id": "ansible-automation-platform-installer-0:2.5-8.el8ap.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.5-8.el8ap?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "automation-controller-0:4.6.7-1.el9ap.x86_64", "product": { "name": "automation-controller-0:4.6.7-1.el9ap.x86_64", "product_id": "automation-controller-0:4.6.7-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.6.7-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "product": { "name": "automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "product_id": "automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.7-1.el9ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-0:4.6.7-1.el8ap.x86_64", "product": { "name": "automation-controller-0:4.6.7-1.el8ap.x86_64", "product_id": "automation-controller-0:4.6.7-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.6.7-1.el8ap?arch=x86_64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "product": { "name": "automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "product_id": "automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.7-1.el8ap?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "automation-controller-0:4.6.7-1.el9ap.ppc64le", "product": { "name": "automation-controller-0:4.6.7-1.el9ap.ppc64le", "product_id": "automation-controller-0:4.6.7-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.6.7-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "product": { "name": "automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "product_id": "automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.7-1.el9ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-0:4.6.7-1.el8ap.ppc64le", "product": { "name": "automation-controller-0:4.6.7-1.el8ap.ppc64le", "product_id": "automation-controller-0:4.6.7-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.6.7-1.el8ap?arch=ppc64le" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "product": { "name": "automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "product_id": "automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.7-1.el8ap?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "automation-controller-0:4.6.7-1.el9ap.s390x", "product": { "name": "automation-controller-0:4.6.7-1.el9ap.s390x", "product_id": "automation-controller-0:4.6.7-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.6.7-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "product": { "name": "automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "product_id": "automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.7-1.el9ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-0:4.6.7-1.el8ap.s390x", "product": { "name": "automation-controller-0:4.6.7-1.el8ap.s390x", "product_id": "automation-controller-0:4.6.7-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.6.7-1.el8ap?arch=s390x" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "product": { "name": "automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "product_id": "automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.7-1.el8ap?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "automation-controller-0:4.6.7-1.el9ap.aarch64", "product": { "name": "automation-controller-0:4.6.7-1.el9ap.aarch64", "product_id": "automation-controller-0:4.6.7-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.6.7-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "product": { "name": "automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "product_id": "automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.7-1.el9ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-0:4.6.7-1.el8ap.aarch64", "product": { "name": "automation-controller-0:4.6.7-1.el8ap.aarch64", "product_id": "automation-controller-0:4.6.7-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller@4.6.7-1.el8ap?arch=aarch64" } } }, { "category": "product_version", "name": "automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "product": { "name": "automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "product_id": "automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.6.7-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.6.7-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64" }, "product_reference": "automation-controller-0:4.6.7-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.6.7-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le" }, "product_reference": "automation-controller-0:4.6.7-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.6.7-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x" }, "product_reference": "automation-controller-0:4.6.7-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.6.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src" }, "product_reference": "automation-controller-0:4.6.7-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.6.7-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64" }, "product_reference": "automation-controller-0:4.6.7-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-cli-0:4.6.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch" }, "product_reference": "automation-controller-cli-0:4.6.7-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-server-0:4.6.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch" }, "product_reference": "automation-controller-server-0:4.6.7-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-ui-0:4.6.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch" }, "product_reference": "automation-controller-ui-0:4.6.7-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-django-0:4.2.18-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch" }, "product_reference": "python3.11-django-0:4.2.18-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-django-0:4.2.18-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src" }, "product_reference": "python3.11-django-0:4.2.18-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-jinja2-0:3.1.5-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch" }, "product_reference": "python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-jinja2-0:3.1.5-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src" }, "product_reference": "python3.11-jinja2-0:3.1.5-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-jinja2-0:3.1.5-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch" }, "product_reference": "python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Inside-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-jinja2-0:3.1.5-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src" }, "product_reference": "python3.11-jinja2-0:3.1.5-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5-Inside-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-installer-0:2.5-8.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch" }, "product_reference": "ansible-automation-platform-installer-0:2.5-8.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-installer-0:2.5-8.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src" }, "product_reference": "ansible-automation-platform-installer-0:2.5-8.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.6.7-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64" }, "product_reference": "automation-controller-0:4.6.7-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.6.7-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le" }, "product_reference": "automation-controller-0:4.6.7-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.6.7-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x" }, "product_reference": "automation-controller-0:4.6.7-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.6.7-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src" }, "product_reference": "automation-controller-0:4.6.7-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.6.7-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64" }, "product_reference": "automation-controller-0:4.6.7-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-cli-0:4.6.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch" }, "product_reference": "automation-controller-cli-0:4.6.7-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-server-0:4.6.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch" }, "product_reference": "automation-controller-server-0:4.6.7-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-ui-0:4.6.7-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch" }, "product_reference": "automation-controller-ui-0:4.6.7-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-0:1.1.4-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch" }, "product_reference": "automation-eda-controller-0:1.1.4-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-0:1.1.4-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src" }, "product_reference": "automation-eda-controller-0:1.1.4-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-base-0:1.1.4-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch" }, "product_reference": "automation-eda-controller-base-0:1.1.4-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch" }, "product_reference": "automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch" }, "product_reference": "automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch" }, "product_reference": "automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-django-0:4.2.18-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch" }, "product_reference": "python3.11-django-0:4.2.18-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-django-0:4.2.18-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src" }, "product_reference": "python3.11-django-0:4.2.18-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-jinja2-0:3.1.5-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch" }, "product_reference": "python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-jinja2-0:3.1.5-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src" }, "product_reference": "python3.11-jinja2-0:3.1.5-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pulpcore-0:3.49.30-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch" }, "product_reference": "python3.11-pulpcore-0:3.49.30-1.el8ap.noarch", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pulpcore-0:3.49.30-1.el8ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8", "product_id": "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src" }, "product_reference": "python3.11-pulpcore-0:3.49.30-1.el8ap.src", "relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.6.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64" }, "product_reference": "automation-controller-0:4.6.7-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.6.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le" }, "product_reference": "automation-controller-0:4.6.7-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.6.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x" }, "product_reference": "automation-controller-0:4.6.7-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.6.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src" }, "product_reference": "automation-controller-0:4.6.7-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.6.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64" }, "product_reference": "automation-controller-0:4.6.7-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-cli-0:4.6.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch" }, "product_reference": "automation-controller-cli-0:4.6.7-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-server-0:4.6.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch" }, "product_reference": "automation-controller-server-0:4.6.7-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-ui-0:4.6.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch" }, "product_reference": "automation-controller-ui-0:4.6.7-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-django-0:4.2.18-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch" }, "product_reference": "python3.11-django-0:4.2.18-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-django-0:4.2.18-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src" }, "product_reference": "python3.11-django-0:4.2.18-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-jinja2-0:3.1.5-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch" }, "product_reference": "python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-jinja2-0:3.1.5-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src" }, "product_reference": "python3.11-jinja2-0:3.1.5-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Developer-1.2" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-jinja2-0:3.1.5-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch" }, "product_reference": "python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Inside-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-jinja2-0:3.1.5-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src" }, "product_reference": "python3.11-jinja2-0:3.1.5-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5-Inside-1.3" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-installer-0:2.5-8.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch" }, "product_reference": "ansible-automation-platform-installer-0:2.5-8.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "ansible-automation-platform-installer-0:2.5-8.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src" }, "product_reference": "ansible-automation-platform-installer-0:2.5-8.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.6.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64" }, "product_reference": "automation-controller-0:4.6.7-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.6.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le" }, "product_reference": "automation-controller-0:4.6.7-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.6.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x" }, "product_reference": "automation-controller-0:4.6.7-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.6.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src" }, "product_reference": "automation-controller-0:4.6.7-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-0:4.6.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64" }, "product_reference": "automation-controller-0:4.6.7-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-cli-0:4.6.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch" }, "product_reference": "automation-controller-cli-0:4.6.7-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-server-0:4.6.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch" }, "product_reference": "automation-controller-server-0:4.6.7-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-ui-0:4.6.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch" }, "product_reference": "automation-controller-ui-0:4.6.7-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64" }, "product_reference": "automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le" }, "product_reference": "automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x" }, "product_reference": "automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64" }, "product_reference": "automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-0:1.1.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch" }, "product_reference": "automation-eda-controller-0:1.1.4-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-0:1.1.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src" }, "product_reference": "automation-eda-controller-0:1.1.4-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-base-0:1.1.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch" }, "product_reference": "automation-eda-controller-base-0:1.1.4-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch" }, "product_reference": "automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch" }, "product_reference": "automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch" }, "product_reference": "automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-django-0:4.2.18-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch" }, "product_reference": "python3.11-django-0:4.2.18-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-django-0:4.2.18-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src" }, "product_reference": "python3.11-django-0:4.2.18-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-jinja2-0:3.1.5-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch" }, "product_reference": "python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-jinja2-0:3.1.5-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src" }, "product_reference": "python3.11-jinja2-0:3.1.5-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pulpcore-0:3.49.30-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch" }, "product_reference": "python3.11-pulpcore-0:3.49.30-1.el9ap.noarch", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" }, { "category": "default_component_of", "full_product_name": { "name": "python3.11-pulpcore-0:3.49.30-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9", "product_id": "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src" }, "product_reference": "python3.11-pulpcore-0:3.49.30-1.el9ap.src", "relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-53907", "cwe": { "id": "CWE-1169", "name": "CWE-1169" }, "discovery_date": "2024-11-28T02:48:36.215000+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2329288" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the Django Web Framework. The strip_tags() and stripbtags template filter may be vulnerable to a potential denial of service (DoS) in cases of a large sequence of nested incomplete HTML entities.", "title": "Vulnerability description" }, { "category": "summary", "text": "django: Potential denial-of-service in django.utils.html.strip_tags()", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as a Moderate severity because it exposes the strip_tags() method and striptags template filter to a potential denial-of-service attack, malicious input containing large sequences of nested incomplete HTML entities could cause excessive processing, but it does not affect data confidentiality or integrity", "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.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-53907" }, { "category": "external", "summary": "RHBZ#2329288", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329288" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-53907", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53907" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-53907", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53907" }, { "category": "external", "summary": "https://www.djangoproject.com/weblog/2024/dec/04/security-releases/", "url": "https://www.djangoproject.com/weblog/2024/dec/04/security-releases/" } ], "release_date": "2024-12-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-28T19:20:06+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0777" }, { "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.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "django: Potential denial-of-service in django.utils.html.strip_tags()" }, { "cve": "CVE-2024-56201", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2024-12-23T16:00:38.768252+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333854" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through malicious filenames", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.", "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.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56201" }, { "category": "external", "summary": "RHBZ#2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56201" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f", "url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f" }, { "category": "external", "summary": "https://github.com/pallets/jinja/issues/1792", "url": "https://github.com/pallets/jinja/issues/1792" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699" } ], "release_date": "2024-12-23T15:37:36.110000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-28T19:20:06+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0777" }, { "category": "workaround", "details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.", "product_ids": [ "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jinja2: Jinja has a sandbox breakout through malicious filenames" }, { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "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.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-28T19:20:06+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0777" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" }, { "cve": "CVE-2024-56374", "cwe": { "id": "CWE-770", "name": "Allocation of Resources Without Limits or Throttling" }, "discovery_date": "2025-01-14T20:01:09.167282+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2337996" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Django framework. Lack of upper bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial of service attack. The undocumented and private functions `clean_ipv6_address` and `is_valid_ipv6_address` were vulnerable, as was the `django.forms.GenericIPAddressField` form field, which has now been updated to define a `max_length` of 39 characters.", "title": "Vulnerability description" }, { "category": "summary", "text": "django: potential denial-of-service vulnerability in IPv6 validation", "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.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src" ], "known_not_affected": [ "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56374" }, { "category": "external", "summary": "RHBZ#2337996", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337996" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56374", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56374" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56374", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56374" }, { "category": "external", "summary": "http://www.openwall.com/lists/oss-security/2025/01/14/2", "url": "http://www.openwall.com/lists/oss-security/2025/01/14/2" }, { "category": "external", "summary": "https://docs.djangoproject.com/en/dev/releases/security/", "url": "https://docs.djangoproject.com/en/dev/releases/security/" }, { "category": "external", "summary": "https://groups.google.com/g/django-announce", "url": "https://groups.google.com/g/django-announce" }, { "category": "external", "summary": "https://www.djangoproject.com/weblog/2025/jan/14/security-releases/", "url": "https://www.djangoproject.com/weblog/2025/jan/14/security-releases/" } ], "release_date": "2025-01-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-01-28T19:20:06+00:00", "details": "Red Hat Ansible Automation Platform", "product_ids": [ "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0777" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L", "version": "3.1" }, "products": [ "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x", "8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch", "8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x", "9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch", "9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "django: potential denial-of-service vulnerability in IPv6 validation" } ] }
rhsa-2025:1109
Vulnerability from csaf_redhat
Notes
{ "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-jinja2 is now available for Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 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": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* jinja2: Jinja has a sandbox breakout through indirect reference to format method (CVE-2024-56326)\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-2025:1109", "url": "https://access.redhat.com/errata/RHSA-2025:1109" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1109.json" } ], "title": "Red Hat Security Advisory: python-jinja2 security update", "tracking": { "current_release_date": "2025-02-13T21:35:10+00:00", "generator": { "date": "2025-02-13T21:35:10+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:1109", "initial_release_date": "2025-02-06T05:02:43+00:00", "revision_history": [ { "date": "2025-02-06T05:02:43+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-06T05:02:43+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:35:10+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 AUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product": { "name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S", "product_identification_helper": { "cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "python-jinja2-0:2.10.1-2.el8_4.1.src", "product": { "name": "python-jinja2-0:2.10.1-2.el8_4.1.src", "product_id": "python-jinja2-0:2.10.1-2.el8_4.1.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@2.10.1-2.el8_4.1?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-jinja2-0:2.10.1-2.el8_4.1.noarch", "product": { "name": "python3-jinja2-0:2.10.1-2.el8_4.1.noarch", "product_id": "python3-jinja2-0:2.10.1-2.el8_4.1.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jinja2@2.10.1-2.el8_4.1?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:2.10.1-2.el8_4.1.src as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python-jinja2-0:2.10.1-2.el8_4.1.src" }, "product_reference": "python-jinja2-0:2.10.1-2.el8_4.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:2.10.1-2.el8_4.1.noarch as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.AUS:python3-jinja2-0:2.10.1-2.el8_4.1.noarch" }, "product_reference": "python3-jinja2-0:2.10.1-2.el8_4.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:2.10.1-2.el8_4.1.src as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python-jinja2-0:2.10.1-2.el8_4.1.src" }, "product_reference": "python-jinja2-0:2.10.1-2.el8_4.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:2.10.1-2.el8_4.1.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)", "product_id": "AppStream-8.4.0.Z.E4S:python3-jinja2-0:2.10.1-2.el8_4.1.noarch" }, "product_reference": "python3-jinja2-0:2.10.1-2.el8_4.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.E4S" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:2.10.1-2.el8_4.1.src as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python-jinja2-0:2.10.1-2.el8_4.1.src" }, "product_reference": "python-jinja2-0:2.10.1-2.el8_4.1.src", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:2.10.1-2.el8_4.1.noarch as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)", "product_id": "AppStream-8.4.0.Z.TUS:python3-jinja2-0:2.10.1-2.el8_4.1.noarch" }, "product_reference": "python3-jinja2-0:2.10.1-2.el8_4.1.noarch", "relates_to_product_reference": "AppStream-8.4.0.Z.TUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.4.0.Z.AUS:python-jinja2-0:2.10.1-2.el8_4.1.src", "AppStream-8.4.0.Z.AUS:python3-jinja2-0:2.10.1-2.el8_4.1.noarch", "AppStream-8.4.0.Z.E4S:python-jinja2-0:2.10.1-2.el8_4.1.src", "AppStream-8.4.0.Z.E4S:python3-jinja2-0:2.10.1-2.el8_4.1.noarch", "AppStream-8.4.0.Z.TUS:python-jinja2-0:2.10.1-2.el8_4.1.src", "AppStream-8.4.0.Z.TUS:python3-jinja2-0:2.10.1-2.el8_4.1.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-06T05:02: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": [ "AppStream-8.4.0.Z.AUS:python-jinja2-0:2.10.1-2.el8_4.1.src", "AppStream-8.4.0.Z.AUS:python3-jinja2-0:2.10.1-2.el8_4.1.noarch", "AppStream-8.4.0.Z.E4S:python-jinja2-0:2.10.1-2.el8_4.1.src", "AppStream-8.4.0.Z.E4S:python3-jinja2-0:2.10.1-2.el8_4.1.noarch", "AppStream-8.4.0.Z.TUS:python-jinja2-0:2.10.1-2.el8_4.1.src", "AppStream-8.4.0.Z.TUS:python3-jinja2-0:2.10.1-2.el8_4.1.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:1109" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.4.0.Z.AUS:python-jinja2-0:2.10.1-2.el8_4.1.src", "AppStream-8.4.0.Z.AUS:python3-jinja2-0:2.10.1-2.el8_4.1.noarch", "AppStream-8.4.0.Z.E4S:python-jinja2-0:2.10.1-2.el8_4.1.src", "AppStream-8.4.0.Z.E4S:python3-jinja2-0:2.10.1-2.el8_4.1.noarch", "AppStream-8.4.0.Z.TUS:python-jinja2-0:2.10.1-2.el8_4.1.src", "AppStream-8.4.0.Z.TUS:python3-jinja2-0:2.10.1-2.el8_4.1.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhsa-2025:0834
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Container Platform release 4.12.72 bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.12.\n\nRed Hat Product Security has rated this update as having a security impact of important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.12.72. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:0832\n\nSecurity Fix(es):\n\n* jinja2: Jinja has a sandbox breakout through malicious filenames\n(CVE-2024-56201)\n* jinja2: Jinja has a sandbox breakout through indirect reference to format\nmethod (CVE-2024-56326)\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\nAll OpenShift Container Platform 4.12 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.12/updating/updating-cluster-cli.html", "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-2025:0834", "url": "https://access.redhat.com/errata/RHSA-2025:0834" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0834.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.12.72 packages and security update", "tracking": { "current_release_date": "2025-02-13T21:33:41+00:00", "generator": { "date": "2025-02-13T21:33:41+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0834", "initial_release_date": "2025-02-06T01:16:18+00:00", "revision_history": [ { "date": "2025-02-06T01:16:18+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-06T01:16:18+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:33:41+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Ironic content for Red Hat OpenShift Container Platform 4.12", "product": { "name": "Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_ironic:4.12::el9" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.12", "product": { "name": "Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.12::el8" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "python-jinja2-0:3.0.1-6.el9.2.src", "product": { "name": "python-jinja2-0:3.0.1-6.el9.2.src", "product_id": "python-jinja2-0:3.0.1-6.el9.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@3.0.1-6.el9.2?arch=src" } } }, { "category": "product_version", "name": "openshift-kuryr-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.src", "product": { "name": "openshift-kuryr-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.src", "product_id": "openshift-kuryr-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr@4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "python3-jinja2-0:3.0.1-6.el9.2.noarch", "product": { "name": "python3-jinja2-0:3.0.1-6.el9.2.noarch", "product_id": "python3-jinja2-0:3.0.1-6.el9.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jinja2@3.0.1-6.el9.2?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-cni-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "product": { "name": "openshift-kuryr-cni-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "product_id": "openshift-kuryr-cni-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-cni@4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-common-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "product": { "name": "openshift-kuryr-common-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "product_id": "openshift-kuryr-common-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-common@4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "openshift-kuryr-controller-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "product": { "name": "openshift-kuryr-controller-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "product_id": "openshift-kuryr-controller-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/openshift-kuryr-controller@4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8?arch=noarch" } } }, { "category": "product_version", "name": "python3-kuryr-kubernetes-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "product": { "name": "python3-kuryr-kubernetes-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "product_id": "python3-kuryr-kubernetes-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-kuryr-kubernetes@4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.src" }, "product_reference": "openshift-kuryr-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-cni-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch" }, "product_reference": "openshift-kuryr-cni-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-common-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch" }, "product_reference": "openshift-kuryr-common-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "openshift-kuryr-controller-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch" }, "product_reference": "openshift-kuryr-controller-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-kuryr-kubernetes-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.12", "product_id": "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch" }, "product_reference": "python3-kuryr-kubernetes-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "relates_to_product_reference": "8Base-RHOSE-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:3.0.1-6.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-6.el9.2.src" }, "product_reference": "python-jinja2-0:3.0.1-6.el9.2.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:3.0.1-6.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.12", "product_id": "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-6.el9.2.noarch" }, "product_reference": "python3-jinja2-0:3.0.1-6.el9.2.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.12" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-56201", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2024-12-23T16:00:38.768252+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333854" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through malicious filenames", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.", "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": [ "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-6.el9.2.noarch" ], "known_not_affected": [ "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56201" }, { "category": "external", "summary": "RHBZ#2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56201" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f", "url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f" }, { "category": "external", "summary": "https://github.com/pallets/jinja/issues/1792", "url": "https://github.com/pallets/jinja/issues/1792" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699" } ], "release_date": "2024-12-23T15:37:36.110000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-06T01:16:18+00:00", "details": "For OpenShift Container Platform 4.12 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html", "product_ids": [ "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-6.el9.2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0834" }, { "category": "workaround", "details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.", "product_ids": [ "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-6.el9.2.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-6.el9.2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jinja2: Jinja has a sandbox breakout through malicious filenames" }, { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "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": [ "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-6.el9.2.noarch" ], "known_not_affected": [ "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-06T01:16:18+00:00", "details": "For OpenShift Container Platform 4.12 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html", "product_ids": [ "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-6.el9.2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0834" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.src", "8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch", "9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-6.el9.2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
rhsa-2025:0842
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Red Hat OpenShift Container Platform release 4.14.46 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.14.\n\nRed Hat Product Security has rated this update as having a security impact of IMPORTANT. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container Platform 4.14.46. See the following advisory for the container images for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:0840\n\nSecurity Fix(es):\n\n* jinja2: Jinja has a sandbox breakout through malicious filenames\n(CVE-2024-56201)\n* jinja2: Jinja has a sandbox breakout through indirect reference to format\nmethod (CVE-2024-56326)\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\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.14/updating/updating_a_cluster/updating-cluster-cli.html", "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-2025:0842", "url": "https://access.redhat.com/errata/RHSA-2025:0842" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_0842.json" } ], "title": "Red Hat Security Advisory: OpenShift Container Platform 4.14.46 security update", "tracking": { "current_release_date": "2025-02-13T21:34:07+00:00", "generator": { "date": "2025-02-13T21:34:07+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.3.1" } }, "id": "RHSA-2025:0842", "initial_release_date": "2025-02-06T15:46:39+00:00", "revision_history": [ { "date": "2025-02-06T15:46:39+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-02-06T15:46:39+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-02-13T21:34:07+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.14", "product": { "name": "Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.14::el8" } } }, { "category": "product_name", "name": "Red Hat OpenShift Container Platform 4.14", "product": { "name": "Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:4.14::el9" } } }, { "category": "product_name", "name": "Ironic content for Red Hat OpenShift Container Platform 4.14", "product": { "name": "Ironic content for Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-IRONIC-4.14", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift_ironic:4.14::el9" } } } ], "category": "product_family", "name": "Red Hat OpenShift Enterprise" }, { "branches": [ { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.14.el8.src", "product": { "name": "crun-0:1.17-2.rhaos4.14.el8.src", "product_id": "crun-0:1.17-2.rhaos4.14.el8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.14.el8?arch=src" } } }, { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.14.el9.src", "product": { "name": "crun-0:1.17-2.rhaos4.14.el9.src", "product_id": "crun-0:1.17-2.rhaos4.14.el9.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.14.el9?arch=src" } } }, { "category": "product_version", "name": "python-jinja2-0:3.0.1-6.el9.2.src", "product": { "name": "python-jinja2-0:3.0.1-6.el9.2.src", "product_id": "python-jinja2-0:3.0.1-6.el9.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/python-jinja2@3.0.1-6.el9.2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.14.el8.x86_64", "product": { "name": "crun-0:1.17-2.rhaos4.14.el8.x86_64", "product_id": "crun-0:1.17-2.rhaos4.14.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.14.el8?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.17-2.rhaos4.14.el8.x86_64", "product": { "name": "crun-debugsource-0:1.17-2.rhaos4.14.el8.x86_64", "product_id": "crun-debugsource-0:1.17-2.rhaos4.14.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.17-2.rhaos4.14.el8?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.17-2.rhaos4.14.el8.x86_64", "product": { "name": "crun-debuginfo-0:1.17-2.rhaos4.14.el8.x86_64", "product_id": "crun-debuginfo-0:1.17-2.rhaos4.14.el8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.17-2.rhaos4.14.el8?arch=x86_64" } } }, { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.14.el9.x86_64", "product": { "name": "crun-0:1.17-2.rhaos4.14.el9.x86_64", "product_id": "crun-0:1.17-2.rhaos4.14.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.14.el9?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.17-2.rhaos4.14.el9.x86_64", "product": { "name": "crun-debugsource-0:1.17-2.rhaos4.14.el9.x86_64", "product_id": "crun-debugsource-0:1.17-2.rhaos4.14.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.17-2.rhaos4.14.el9?arch=x86_64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.17-2.rhaos4.14.el9.x86_64", "product": { "name": "crun-debuginfo-0:1.17-2.rhaos4.14.el9.x86_64", "product_id": "crun-debuginfo-0:1.17-2.rhaos4.14.el9.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.17-2.rhaos4.14.el9?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.14.el8.aarch64", "product": { "name": "crun-0:1.17-2.rhaos4.14.el8.aarch64", "product_id": "crun-0:1.17-2.rhaos4.14.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.14.el8?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.17-2.rhaos4.14.el8.aarch64", "product": { "name": "crun-debugsource-0:1.17-2.rhaos4.14.el8.aarch64", "product_id": "crun-debugsource-0:1.17-2.rhaos4.14.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.17-2.rhaos4.14.el8?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.17-2.rhaos4.14.el8.aarch64", "product": { "name": "crun-debuginfo-0:1.17-2.rhaos4.14.el8.aarch64", "product_id": "crun-debuginfo-0:1.17-2.rhaos4.14.el8.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.17-2.rhaos4.14.el8?arch=aarch64" } } }, { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.14.el9.aarch64", "product": { "name": "crun-0:1.17-2.rhaos4.14.el9.aarch64", "product_id": "crun-0:1.17-2.rhaos4.14.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.14.el9?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.17-2.rhaos4.14.el9.aarch64", "product": { "name": "crun-debugsource-0:1.17-2.rhaos4.14.el9.aarch64", "product_id": "crun-debugsource-0:1.17-2.rhaos4.14.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.17-2.rhaos4.14.el9?arch=aarch64" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.17-2.rhaos4.14.el9.aarch64", "product": { "name": "crun-debuginfo-0:1.17-2.rhaos4.14.el9.aarch64", "product_id": "crun-debuginfo-0:1.17-2.rhaos4.14.el9.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.17-2.rhaos4.14.el9?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.14.el8.ppc64le", "product": { "name": "crun-0:1.17-2.rhaos4.14.el8.ppc64le", "product_id": "crun-0:1.17-2.rhaos4.14.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.14.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.17-2.rhaos4.14.el8.ppc64le", "product": { "name": "crun-debugsource-0:1.17-2.rhaos4.14.el8.ppc64le", "product_id": "crun-debugsource-0:1.17-2.rhaos4.14.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.17-2.rhaos4.14.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.17-2.rhaos4.14.el8.ppc64le", "product": { "name": "crun-debuginfo-0:1.17-2.rhaos4.14.el8.ppc64le", "product_id": "crun-debuginfo-0:1.17-2.rhaos4.14.el8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.17-2.rhaos4.14.el8?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.14.el9.ppc64le", "product": { "name": "crun-0:1.17-2.rhaos4.14.el9.ppc64le", "product_id": "crun-0:1.17-2.rhaos4.14.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.14.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.17-2.rhaos4.14.el9.ppc64le", "product": { "name": "crun-debugsource-0:1.17-2.rhaos4.14.el9.ppc64le", "product_id": "crun-debugsource-0:1.17-2.rhaos4.14.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.17-2.rhaos4.14.el9?arch=ppc64le" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.17-2.rhaos4.14.el9.ppc64le", "product": { "name": "crun-debuginfo-0:1.17-2.rhaos4.14.el9.ppc64le", "product_id": "crun-debuginfo-0:1.17-2.rhaos4.14.el9.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.17-2.rhaos4.14.el9?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.14.el8.s390x", "product": { "name": "crun-0:1.17-2.rhaos4.14.el8.s390x", "product_id": "crun-0:1.17-2.rhaos4.14.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.14.el8?arch=s390x" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.17-2.rhaos4.14.el8.s390x", "product": { "name": "crun-debugsource-0:1.17-2.rhaos4.14.el8.s390x", "product_id": "crun-debugsource-0:1.17-2.rhaos4.14.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.17-2.rhaos4.14.el8?arch=s390x" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.17-2.rhaos4.14.el8.s390x", "product": { "name": "crun-debuginfo-0:1.17-2.rhaos4.14.el8.s390x", "product_id": "crun-debuginfo-0:1.17-2.rhaos4.14.el8.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.17-2.rhaos4.14.el8?arch=s390x" } } }, { "category": "product_version", "name": "crun-0:1.17-2.rhaos4.14.el9.s390x", "product": { "name": "crun-0:1.17-2.rhaos4.14.el9.s390x", "product_id": "crun-0:1.17-2.rhaos4.14.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun@1.17-2.rhaos4.14.el9?arch=s390x" } } }, { "category": "product_version", "name": "crun-debugsource-0:1.17-2.rhaos4.14.el9.s390x", "product": { "name": "crun-debugsource-0:1.17-2.rhaos4.14.el9.s390x", "product_id": "crun-debugsource-0:1.17-2.rhaos4.14.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debugsource@1.17-2.rhaos4.14.el9?arch=s390x" } } }, { "category": "product_version", "name": "crun-debuginfo-0:1.17-2.rhaos4.14.el9.s390x", "product": { "name": "crun-debuginfo-0:1.17-2.rhaos4.14.el9.s390x", "product_id": "crun-debuginfo-0:1.17-2.rhaos4.14.el9.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/crun-debuginfo@1.17-2.rhaos4.14.el9?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "python3-jinja2-0:3.0.1-6.el9.2.noarch", "product": { "name": "python3-jinja2-0:3.0.1-6.el9.2.noarch", "product_id": "python3-jinja2-0:3.0.1-6.el9.2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-jinja2@3.0.1-6.el9.2?arch=noarch" } } } ], "category": "architecture", "name": "noarch" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.14.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.aarch64" }, "product_reference": "crun-0:1.17-2.rhaos4.14.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.14.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.ppc64le" }, "product_reference": "crun-0:1.17-2.rhaos4.14.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.14.el8.s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.s390x" }, "product_reference": "crun-0:1.17-2.rhaos4.14.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.14.el8.src as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.src" }, "product_reference": "crun-0:1.17-2.rhaos4.14.el8.src", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.14.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.x86_64" }, "product_reference": "crun-0:1.17-2.rhaos4.14.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.17-2.rhaos4.14.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.aarch64" }, "product_reference": "crun-debuginfo-0:1.17-2.rhaos4.14.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.17-2.rhaos4.14.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.ppc64le" }, "product_reference": "crun-debuginfo-0:1.17-2.rhaos4.14.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.17-2.rhaos4.14.el8.s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.s390x" }, "product_reference": "crun-debuginfo-0:1.17-2.rhaos4.14.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.17-2.rhaos4.14.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.x86_64" }, "product_reference": "crun-debuginfo-0:1.17-2.rhaos4.14.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.17-2.rhaos4.14.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.aarch64" }, "product_reference": "crun-debugsource-0:1.17-2.rhaos4.14.el8.aarch64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.17-2.rhaos4.14.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.ppc64le" }, "product_reference": "crun-debugsource-0:1.17-2.rhaos4.14.el8.ppc64le", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.17-2.rhaos4.14.el8.s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.s390x" }, "product_reference": "crun-debugsource-0:1.17-2.rhaos4.14.el8.s390x", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.17-2.rhaos4.14.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.x86_64" }, "product_reference": "crun-debugsource-0:1.17-2.rhaos4.14.el8.x86_64", "relates_to_product_reference": "8Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.14.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.aarch64" }, "product_reference": "crun-0:1.17-2.rhaos4.14.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.14.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.ppc64le" }, "product_reference": "crun-0:1.17-2.rhaos4.14.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.14.el9.s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.s390x" }, "product_reference": "crun-0:1.17-2.rhaos4.14.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.14.el9.src as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.src" }, "product_reference": "crun-0:1.17-2.rhaos4.14.el9.src", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-0:1.17-2.rhaos4.14.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.x86_64" }, "product_reference": "crun-0:1.17-2.rhaos4.14.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.17-2.rhaos4.14.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.aarch64" }, "product_reference": "crun-debuginfo-0:1.17-2.rhaos4.14.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.17-2.rhaos4.14.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.ppc64le" }, "product_reference": "crun-debuginfo-0:1.17-2.rhaos4.14.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.17-2.rhaos4.14.el9.s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.s390x" }, "product_reference": "crun-debuginfo-0:1.17-2.rhaos4.14.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debuginfo-0:1.17-2.rhaos4.14.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.x86_64" }, "product_reference": "crun-debuginfo-0:1.17-2.rhaos4.14.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.17-2.rhaos4.14.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.aarch64" }, "product_reference": "crun-debugsource-0:1.17-2.rhaos4.14.el9.aarch64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.17-2.rhaos4.14.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.ppc64le" }, "product_reference": "crun-debugsource-0:1.17-2.rhaos4.14.el9.ppc64le", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.17-2.rhaos4.14.el9.s390x as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.s390x" }, "product_reference": "crun-debugsource-0:1.17-2.rhaos4.14.el9.s390x", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "crun-debugsource-0:1.17-2.rhaos4.14.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.x86_64" }, "product_reference": "crun-debugsource-0:1.17-2.rhaos4.14.el9.x86_64", "relates_to_product_reference": "9Base-RHOSE-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "python-jinja2-0:3.0.1-6.el9.2.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-IRONIC-4.14:python-jinja2-0:3.0.1-6.el9.2.src" }, "product_reference": "python-jinja2-0:3.0.1-6.el9.2.src", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.14" }, { "category": "default_component_of", "full_product_name": { "name": "python3-jinja2-0:3.0.1-6.el9.2.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.14", "product_id": "9Base-RHOSE-IRONIC-4.14:python3-jinja2-0:3.0.1-6.el9.2.noarch" }, "product_reference": "python3-jinja2-0:3.0.1-6.el9.2.noarch", "relates_to_product_reference": "9Base-RHOSE-IRONIC-4.14" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-56201", "cwe": { "id": "CWE-150", "name": "Improper Neutralization of Escape, Meta, or Control Sequences" }, "discovery_date": "2024-12-23T16:00:38.768252+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.aarch64", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.ppc64le", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.s390x", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.src", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.x86_64", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.aarch64", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.ppc64le", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.s390x", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.x86_64", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.aarch64", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.ppc64le", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.s390x", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.x86_64", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.aarch64", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.ppc64le", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.s390x", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.src", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.x86_64", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.aarch64", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.ppc64le", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.s390x", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.x86_64", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.aarch64", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.ppc64le", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.s390x", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333854" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through malicious filenames", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.", "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": [ "9Base-RHOSE-IRONIC-4.14:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.14:python3-jinja2-0:3.0.1-6.el9.2.noarch" ], "known_not_affected": [ "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.aarch64", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.ppc64le", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.s390x", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.src", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.x86_64", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.aarch64", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.ppc64le", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.s390x", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.x86_64", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.aarch64", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.ppc64le", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.s390x", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.x86_64", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.aarch64", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.ppc64le", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.s390x", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.src", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.x86_64", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.aarch64", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.ppc64le", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.s390x", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.x86_64", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.aarch64", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.ppc64le", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.s390x", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56201" }, { "category": "external", "summary": "RHBZ#2333854", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56201" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f", "url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f" }, { "category": "external", "summary": "https://github.com/pallets/jinja/issues/1792", "url": "https://github.com/pallets/jinja/issues/1792" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699" } ], "release_date": "2024-12-23T15:37:36.110000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-06T15:46:39+00:00", "details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html", "product_ids": [ "9Base-RHOSE-IRONIC-4.14:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.14:python3-jinja2-0:3.0.1-6.el9.2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0842" }, { "category": "workaround", "details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.", "product_ids": [ "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.aarch64", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.ppc64le", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.s390x", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.src", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.x86_64", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.aarch64", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.ppc64le", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.s390x", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.x86_64", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.aarch64", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.ppc64le", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.s390x", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.x86_64", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.aarch64", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.ppc64le", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.s390x", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.src", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.x86_64", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.aarch64", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.ppc64le", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.s390x", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.x86_64", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.aarch64", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.ppc64le", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.s390x", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.x86_64", "9Base-RHOSE-IRONIC-4.14:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.14:python3-jinja2-0:3.0.1-6.el9.2.noarch" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.aarch64", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.ppc64le", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.s390x", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.src", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.x86_64", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.aarch64", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.ppc64le", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.s390x", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.x86_64", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.aarch64", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.ppc64le", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.s390x", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.x86_64", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.aarch64", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.ppc64le", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.s390x", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.src", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.x86_64", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.aarch64", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.ppc64le", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.s390x", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.x86_64", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.aarch64", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.ppc64le", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.s390x", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.x86_64", "9Base-RHOSE-IRONIC-4.14:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.14:python3-jinja2-0:3.0.1-6.el9.2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "jinja2: Jinja has a sandbox breakout through malicious filenames" }, { "cve": "CVE-2024-56326", "cwe": { "id": "CWE-693", "name": "Protection Mechanism Failure" }, "discovery_date": "2024-12-23T16:00:46.619763+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.aarch64", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.ppc64le", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.s390x", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.src", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.x86_64", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.aarch64", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.ppc64le", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.s390x", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.x86_64", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.aarch64", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.ppc64le", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.s390x", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.x86_64", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.aarch64", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.ppc64le", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.s390x", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.src", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.x86_64", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.aarch64", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.ppc64le", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.s390x", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.x86_64", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.aarch64", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.ppc64le", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.s390x", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2333856" } ], "notes": [ { "category": "description", "text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "title": "Vulnerability description" }, { "category": "summary", "text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.", "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": [ "9Base-RHOSE-IRONIC-4.14:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.14:python3-jinja2-0:3.0.1-6.el9.2.noarch" ], "known_not_affected": [ "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.aarch64", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.ppc64le", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.s390x", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.src", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.x86_64", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.aarch64", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.ppc64le", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.s390x", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.x86_64", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.aarch64", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.ppc64le", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.s390x", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.x86_64", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.aarch64", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.ppc64le", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.s390x", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.src", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.x86_64", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.aarch64", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.ppc64le", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.s390x", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.x86_64", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.aarch64", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.ppc64le", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.s390x", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56326" }, { "category": "external", "summary": "RHBZ#2333856", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "category": "external", "summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "category": "external", "summary": "https://github.com/pallets/jinja/releases/tag/3.1.5", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "category": "external", "summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "release_date": "2024-12-23T15:43:49.400000+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-02-06T15:46:39+00:00", "details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html", "product_ids": [ "9Base-RHOSE-IRONIC-4.14:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.14:python3-jinja2-0:3.0.1-6.el9.2.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:0842" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.aarch64", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.ppc64le", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.s390x", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.src", "8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.x86_64", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.aarch64", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.ppc64le", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.s390x", "8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.x86_64", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.aarch64", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.ppc64le", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.s390x", "8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.x86_64", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.aarch64", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.ppc64le", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.s390x", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.src", "9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.x86_64", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.aarch64", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.ppc64le", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.s390x", "9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.x86_64", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.aarch64", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.ppc64le", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.s390x", "9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.x86_64", "9Base-RHOSE-IRONIC-4.14:python-jinja2-0:3.0.1-6.el9.2.src", "9Base-RHOSE-IRONIC-4.14:python3-jinja2-0:3.0.1-6.el9.2.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method" } ] }
wid-sec-w-2025-0054
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.\r\nRed Hat Ansible Automation Platform ist eine End-to-End-Automatisierungsplattform f\u00fcr die Systemkonfiguration, die Softwarebereitstellung und die Orchestrierung erweiterter Workflows.\r\nRed Hat OpenShift ist eine \"Platform as a Service\" (PaaS) L\u00f6sung zur Bereitstellung von Applikationen in der Cloud.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein lokaler Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux, Red Hat Ansible Automation Platform und Red Hat OpenShift ausnutzen, um beliebigen Programmcode auszuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- Sonstiges\n- UNIX", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2025-0054 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0054.json" }, { "category": "self", "summary": "WID-SEC-2025-0054 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0054" }, { "category": "external", "summary": "Red Hat Security Advisory vom 2025-01-13", "url": "https://access.redhat.com/errata/RHSA-2025:0308" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0335 vom 2025-01-15", "url": "https://access.redhat.com/errata/RHSA-2025:0335" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0341 vom 2025-01-15", "url": "https://access.redhat.com/errata/RHSA-2025:0341" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-0308 vom 2025-01-16", "url": "https://linux.oracle.com/errata/ELSA-2025-0308.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0338 vom 2025-01-15", "url": "https://access.redhat.com/errata/RHSA-2025:0338" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:0345 vom 2025-01-15", "url": "https://access.redhat.com/errata/RHSA-2025:0345" } ], "source_lang": "en-US", "title": "Red Hat Enterprise Linux (Jinja): Mehrere Schwachstellen erm\u00f6glichen Codeausf\u00fchrung", "tracking": { "current_release_date": "2025-01-15T23:00:00.000+00:00", "generator": { "date": "2025-01-16T09:13:22.032+00:00", "engine": { "name": "BSI-WID", "version": "1.3.10" } }, "id": "WID-SEC-W-2025-0054", "initial_release_date": "2025-01-13T23:00:00.000+00:00", "revision_history": [ { "date": "2025-01-13T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2025-01-15T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen" } ], "status": "final", "version": "2" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "Red Hat Ansible Automation Platform", "product": { "name": "Red Hat Ansible Automation Platform", "product_id": "T040124", "product_identification_helper": { "cpe": "cpe:/a:redhat:ansible_automation_platform:-" } } }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } }, { "category": "product_version", "name": "9", "product": { "name": "Red Hat Enterprise Linux 9", "product_id": "T040123", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:9" } } } ], "category": "product_name", "name": "Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "Lightspeed", "product": { "name": "Red Hat OpenShift Lightspeed", "product_id": "T040125", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:lightspeed" } } } ], "category": "product_name", "name": "OpenShift" } ], "category": "vendor", "name": "Red Hat" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-56201", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in Red Hat Enterprise Linux, Red Hat Ansible Automation Platform und Red Hat OpenShift. Diese Schwachstelle betrifft den Jinja2-Compiler aufgrund einer unsachgem\u00e4\u00dfen Validierung und Behandlung von Vorlagendateinamen. Ein lokaler Angreifer, der sowohl den Inhalt als auch den Dateinamen einer Vorlage kontrolliert, kann diese Schwachstelle zur Ausf\u00fchrung von beliebigem Code ausnutzen. Eine erfolgreiche Ausnutzung erfordert eine Benutzerinteraktion." } ], "product_status": { "known_affected": [ "67646", "T040125", "T004914", "T040124", "T040123" ] }, "release_date": "2025-01-13T23:00:00.000+00:00", "title": "CVE-2024-56201" }, { "cve": "CVE-2024-56326", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in Red Hat Enterprise Linux, Red Hat Ansible Automation Platform und Red Hat OpenShift. Dieser Fehler betrifft das Jinja-Paket aufgrund einer unsachgem\u00e4\u00dfen Erkennung von Aufrufen von str.format in der Sandbox-Umgebung von Jinja, wodurch Angreifer die Sandbox-Einschr\u00e4nkungen umgehen k\u00f6nnen. Ein lokaler Angreifer mit erh\u00f6hten Rechten kann diese Schwachstelle zur Ausf\u00fchrung von beliebigem Code ausnutzen. Eine erfolgreiche Ausnutzung erfordert eine Benutzerinteraktion und der Angreifer muss den Vorlageninhalt kontrollieren und auf einen benutzerdefinierten Filter zugreifen, der str.format aufruft." } ], "product_status": { "known_affected": [ "67646", "T040125", "T004914", "T040124", "T040123" ] }, "release_date": "2025-01-13T23:00:00.000+00:00", "title": "CVE-2024-56326" } ] }
fkie_cve-2024-56326
Vulnerability from fkie_nvd
Vendor | Product | Version |
---|
{ "cveTags": [], "descriptions": [ { "lang": "en", "value": "Jinja is an extensible templating engine. Prior to 3.1.5, An oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to store a reference to a malicious string\u0027s format method, then pass that to a filter that calls it. No such filters are built-in to Jinja, but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox. This vulnerability is fixed in 3.1.5." }, { "lang": "es", "value": "Jinja es un motor de plantillas extensible. Antes de la versi\u00f3n 3.1.5, una supervisi\u00f3n de c\u00f3mo el entorno aislado de Jinja detecta llamadas a str.format permit\u00eda a un atacante que controlaba el contenido de una plantilla ejecutar c\u00f3digo Python arbitrario. Para aprovechar la vulnerabilidad, un atacante necesita controlar el contenido de una plantilla. Que ese sea el caso depende del tipo de aplicaci\u00f3n que utilice Jinja. Esta vulnerabilidad afecta a los usuarios de aplicaciones que ejecutan plantillas que no son de confianza. El sandbox de Jinja capta llamadas a str.format y garantiza que no escapen de la sandbox. Sin embargo, es posible almacenar una referencia al m\u00e9todo de formato de una cadena maliciosa y luego pasarla a un filtro que lo llame. Estos filtros no est\u00e1n integrados en Jinja, pero podr\u00edan estar presentes a trav\u00e9s de filtros personalizados en una aplicaci\u00f3n. Despu\u00e9s de la soluci\u00f3n, estas llamadas indirectas tambi\u00e9n son gestionadas por la sandbox. Esta vulnerabilidad se solucion\u00f3 en 3.1.5." } ], "id": "CVE-2024-56326", "lastModified": "2024-12-27T18:15:38.947", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 5.9, "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary" } ], "cvssMetricV40": [ { "cvssData": { "attackComplexity": "LOW", "attackRequirements": "PRESENT", "attackVector": "LOCAL", "automatable": "NOT_DEFINED", "availabilityRequirements": "NOT_DEFINED", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityRequirements": "NOT_DEFINED", "exploitMaturity": "NOT_DEFINED", "integrityRequirements": "NOT_DEFINED", "modifiedAttackComplexity": "NOT_DEFINED", "modifiedAttackRequirements": "NOT_DEFINED", "modifiedAttackVector": "NOT_DEFINED", "modifiedPrivilegesRequired": "NOT_DEFINED", "modifiedSubsequentSystemAvailability": "NOT_DEFINED", "modifiedSubsequentSystemConfidentiality": "NOT_DEFINED", "modifiedSubsequentSystemIntegrity": "NOT_DEFINED", "modifiedUserInteraction": "NOT_DEFINED", "modifiedVulnerableSystemAvailability": "NOT_DEFINED", "modifiedVulnerableSystemConfidentiality": "NOT_DEFINED", "modifiedVulnerableSystemIntegrity": "NOT_DEFINED", "privilegesRequired": "LOW", "providerUrgency": "NOT_DEFINED", "recovery": "NOT_DEFINED", "safety": "NOT_DEFINED", "subsequentSystemAvailability": "NONE", "subsequentSystemConfidentiality": "NONE", "subsequentSystemIntegrity": "NONE", "userInteraction": "PASSIVE", "valueDensity": "NOT_DEFINED", "vectorString": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X", "version": "4.0", "vulnerabilityResponseEffort": "NOT_DEFINED", "vulnerableSystemAvailability": "HIGH", "vulnerableSystemConfidentiality": "HIGH", "vulnerableSystemIntegrity": "HIGH" }, "source": "security-advisories@github.com", "type": "Secondary" } ] }, "published": "2024-12-23T16:15:07.590", "references": [ { "source": "security-advisories@github.com", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "source": "security-advisories@github.com", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" }, { "source": "security-advisories@github.com", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Awaiting Analysis", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-693" }, { "lang": "en", "value": "CWE-1336" } ], "source": "security-advisories@github.com", "type": "Secondary" } ] }
ghsa-q2x7-8rv6-6q7h
Vulnerability from github
5.4 (Medium) - CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
An oversight in how the Jinja sandboxed environment detects calls to str.format
allows an attacker that controls the content of a template to execute arbitrary Python code.
To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates.
Jinja's sandbox does catch calls to str.format
and ensures they don't escape the sandbox. However, it's possible to store a reference to a malicious string's format
method, then pass that to a filter that calls it. No such filters are built-in to Jinja, but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.
{ "affected": [ { "database_specific": { "last_known_affected_version_range": "\u003c= 3.1.4" }, "package": { "ecosystem": "PyPI", "name": "jinja2" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "3.1.5" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-56326" ], "database_specific": { "cwe_ids": [ "CWE-693" ], "github_reviewed": true, "github_reviewed_at": "2024-12-23T17:56:08Z", "nvd_published_at": "2024-12-23T16:15:07Z", "severity": "MODERATE" }, "details": "An oversight in how the Jinja sandboxed environment detects calls to `str.format` allows an attacker that controls the content of a template to execute arbitrary Python code.\n\nTo exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications which execute untrusted templates.\n\nJinja\u0027s sandbox does catch calls to `str.format` and ensures they don\u0027t escape the sandbox. However, it\u0027s possible to store a reference to a malicious string\u0027s `format` method, then pass that to a filter that calls it. No such filters are built-in to Jinja, but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.", "id": "GHSA-q2x7-8rv6-6q7h", "modified": "2024-12-27T19:10:36Z", "published": "2024-12-23T17:56:08Z", "references": [ { "type": "WEB", "url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326" }, { "type": "WEB", "url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4" }, { "type": "PACKAGE", "url": "https://github.com/pallets/jinja" }, { "type": "WEB", "url": "https://github.com/pallets/jinja/releases/tag/3.1.5" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" }, { "score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N", "type": "CVSS_V4" } ], "summary": "Jinja has a sandbox breakout through indirect reference to format method" }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.