Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-56201 (GCVE-0-2024-56201)
Vulnerability from cvelistv5
- CWE-150 - Improper Neutralization of Escape, Meta, or Control Sequences
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-56201",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-12-24T01:44:55.825619Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-02-18T21:47:42.763Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "jinja",
"vendor": "pallets",
"versions": [
{
"status": "affected",
"version": "\u003e= 3.0.0, \u003c 3.1.5"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Jinja is an extensible templating engine. In versions on the 3.x branch prior to 3.1.5, 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 if Jinja\u0027s sandbox is used. To exploit the vulnerability, an attacker needs 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 which execute untrusted templates where the template author can also choose the template filename. 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-150",
"description": "CWE-150: Improper Neutralization of Escape, Meta, or Control Sequences",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-01-08T16:06:29.739Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699"
},
{
"name": "https://github.com/pallets/jinja/issues/1792",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/pallets/jinja/issues/1792"
},
{
"name": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f"
},
{
"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-gmj6-6f8f-6699",
"discovery": "UNKNOWN"
},
"title": "Jinja has a sandbox breakout through malicious filenames"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2024-56201",
"datePublished": "2024-12-23T15:37:36.110Z",
"dateReserved": "2024-12-18T18:29:25.896Z",
"dateUpdated": "2025-02-18T21:47:42.763Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2024-56201\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-12-23T16:15:07.410\",\"lastModified\":\"2025-09-22T17:45:28.710\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Jinja is an extensible templating engine. In versions on the 3.x branch prior to 3.1.5, 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 if Jinja\u0027s sandbox is used. To exploit the vulnerability, an attacker needs 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 which execute untrusted templates where the template author can also choose the template filename. This vulnerability is fixed in 3.1.5.\"},{\"lang\":\"es\",\"value\":\"Jinja es un motor de plantillas extensible. Antes de 3.1.5, un error en el compilador de Jinja permit\u00eda a un atacante que controlaba tanto el contenido como el nombre de archivo de una plantilla ejecutar c\u00f3digo Python arbitrario, independientemente de si se utilizaba el entorno limitado de Jinja. Para aprovechar la vulnerabilidad, un atacante necesita controlar tanto el nombre del archivo como 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 donde el autor de la plantilla tambi\u00e9n puede elegir el nombre del archivo de la plantilla. 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\",\"vulnConfidentialityImpact\":\"HIGH\",\"vulnIntegrityImpact\":\"HIGH\",\"vulnAvailabilityImpact\":\"HIGH\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.0,\"impactScore\":6.0}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-150\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:palletsprojects:jinja:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.0.0\",\"versionEndExcluding\":\"3.1.5\",\"matchCriteriaId\":\"A50631DE-4A4A-4B19-81C0-4D0597588D7A\"}]}]}],\"references\":[{\"url\":\"https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/pallets/jinja/issues/1792\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Issue Tracking\"]},{\"url\":\"https://github.com/pallets/jinja/releases/tag/3.1.5\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Release Notes\"]},{\"url\":\"https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-56201\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-12-24T01:44:55.825619Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-12-24T01:45:29.331Z\"}}], \"cna\": {\"title\": \"Jinja has a sandbox breakout through malicious filenames\", \"source\": {\"advisory\": \"GHSA-gmj6-6f8f-6699\", \"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\": \"\u003e= 3.0.0, \u003c 3.1.5\"}]}], \"references\": [{\"url\": \"https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699\", \"name\": \"https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/pallets/jinja/issues/1792\", \"name\": \"https://github.com/pallets/jinja/issues/1792\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f\", \"name\": \"https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f\", \"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. In versions on the 3.x branch prior to 3.1.5, 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 if Jinja\u0027s sandbox is used. To exploit the vulnerability, an attacker needs 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 which execute untrusted templates where the template author can also choose the template filename. This vulnerability is fixed in 3.1.5.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-150\", \"description\": \"CWE-150: Improper Neutralization of Escape, Meta, or Control Sequences\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-01-08T16:06:29.739Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-56201\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-18T21:47:42.763Z\", \"dateReserved\": \"2024-12-18T18:29:25.896Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-12-23T15:37:36.110Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
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-10-24T13:28:13+00:00",
"generator": {
"date": "2025-10-24T13:28:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"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-10-24T13:28:13+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"
}
]
}
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-10-24T13:28:17+00:00",
"generator": {
"date": "2025-10-24T13:28:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"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-10-24T13:28:17+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_core:2::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_core:2::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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform uses secure, encrypted HTTPS connections over TLS 1.2 to reduce the risk of smuggling attacks by preventing the injection of ambiguous or malformed requests between components. The environment employs IPS/IDS and antimalware solutions to detect and block malicious code while ensuring consistent interpretation of HTTP requests across network layers, mitigating request/response inconsistencies. Event logs are collected and analyzed for centralization, correlation, monitoring, alerting, and retention, enabling the detection of malformed or suspicious HTTP traffic. Static code analysis and peer reviews enforce strong input validation and error handling to ensure all user inputs adhere to HTTP protocol specifications.",
"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-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: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-10-24T13:27:58+00:00",
"generator": {
"date": "2025-10-24T13:27:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"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-10-24T13:27:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux 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: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-10-24T13:28:05+00:00",
"generator": {
"date": "2025-10-24T13:28:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"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-10-24T13:28:05+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:3374
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.5.1 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/RHSA-2025:3374",
"url": "https://access.redhat.com/errata/RHSA-2025:3374"
},
{
"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-47068",
"url": "https://access.redhat.com/security/cve/CVE-2024-47068"
},
{
"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": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22150",
"url": "https://access.redhat.com/security/cve/CVE-2025-22150"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-29774",
"url": "https://access.redhat.com/security/cve/CVE-2025-29774"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-29775",
"url": "https://access.redhat.com/security/cve/CVE-2025-29775"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/cve-2025-27516",
"url": "https://access.redhat.com/security/cve/cve-2025-27516"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"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://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": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3374.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Developer Hub 1.5.1 release.",
"tracking": {
"current_release_date": "2025-10-25T07:07:53+00:00",
"generator": {
"date": "2025-10-25T07:07:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"id": "RHSA-2025:3374",
"initial_release_date": "2025-03-27T20:51:32+00:00",
"revision_history": [
{
"date": "2025-03-27T20:51:32+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-04T11:00:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-10-25T07:07:53+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 1.5",
"product": {
"name": "Red Hat Developer Hub 1.5",
"product_id": "Red Hat Developer Hub 1.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhdh:1.5::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Developer Hub"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
"product": {
"name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
"product_id": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-hub-rhel9@sha256%3A56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665?arch=amd64\u0026repository_url=registry.redhat.io/rhdh"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64",
"product": {
"name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64",
"product_id": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-rhel9-operator@sha256%3Afb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158?arch=amd64\u0026repository_url=registry.redhat.io/rhdh"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"product": {
"name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"product_id": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-operator-bundle@sha256%3Ac870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5?arch=amd64\u0026repository_url=registry.redhat.io/rhdh"
}
}
}
],
"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:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64 as a component of Red Hat Developer Hub 1.5",
"product_id": "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
},
"product_reference": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
"relates_to_product_reference": "Red Hat Developer Hub 1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64 as a component of Red Hat Developer Hub 1.5",
"product_id": "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64"
},
"product_reference": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"relates_to_product_reference": "Red Hat Developer Hub 1.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64 as a component of Red Hat Developer Hub 1.5",
"product_id": "Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
},
"product_reference": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64",
"relates_to_product_reference": "Red Hat Developer Hub 1.5"
}
]
},
"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 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_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 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_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-03-27T20:51:32+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3374"
}
],
"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 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_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-47068",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2024-09-23T16:20:20.383320+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2314249"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Rollup module bundler for JavaScript. Certain versions are susceptible to a DOM Clobbering vulnerability when bundling scripts with properties from `import.meta` such as `import.meta.url` in the `cjs`/`umd`/`iife` format. The DOM Clobbering gadget can lead to cross-site scripting (XSS) in web pages where scriptless attacker-controlled HTML elements are present, for example, an `img` tag with an unsanitized `name` attribute.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rollup: DOM Clobbering Gadget found in rollup bundled scripts that leads to XSS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as moderate severity rather than important because it requires a specific and relatively uncommon attack vector to exploit\u2014namely, attacker-controlled scriptless HTML elements, such as an unsanitized name attribute in an img tag, which are typically less prevalent in well-maintained web applications. Additionally, the impact is limited to scenarios where import.meta is improperly handled in specific module formats (`cjs`, `umd`, `iife`), and the vulnerability can only lead to cross-site scripting (XSS) under specific conditions.",
"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 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-47068"
},
{
"category": "external",
"summary": "RHBZ#2314249",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2314249"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-47068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47068"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47068",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47068"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/blob/b86ffd776cfa906573d36c3f019316d02445d9ef/src/ast/nodes/MetaProperty.ts#L157-L162",
"url": "https://github.com/rollup/rollup/blob/b86ffd776cfa906573d36c3f019316d02445d9ef/src/ast/nodes/MetaProperty.ts#L157-L162"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/blob/b86ffd776cfa906573d36c3f019316d02445d9ef/src/ast/nodes/MetaProperty.ts#L180-L185",
"url": "https://github.com/rollup/rollup/blob/b86ffd776cfa906573d36c3f019316d02445d9ef/src/ast/nodes/MetaProperty.ts#L180-L185"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/2ef77c00ec2635d42697cff2c0567ccc8db34fb4",
"url": "https://github.com/rollup/rollup/commit/2ef77c00ec2635d42697cff2c0567ccc8db34fb4"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/e2552c9e955e0a61f70f508200ee9f752f85a541",
"url": "https://github.com/rollup/rollup/commit/e2552c9e955e0a61f70f508200ee9f752f85a541"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/security/advisories/GHSA-gcx4-mw62-g8wm",
"url": "https://github.com/rollup/rollup/security/advisories/GHSA-gcx4-mw62-g8wm"
}
],
"release_date": "2024-09-23T16:15:06.947000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-27T20:51:32+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3374"
},
{
"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 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "rollup: DOM Clobbering Gadget found in rollup bundled scripts that leads to XSS"
},
{
"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 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_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 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_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-03-27T20:51:32+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3374"
},
{
"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 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_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 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_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 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_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 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_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-03-27T20:51:32+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3374"
}
],
"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 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_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 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_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 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_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-03-27T20:51:32+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3374"
},
{
"category": "workaround",
"details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.",
"product_ids": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_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 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_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 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_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 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_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-03-27T20:51:32+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3374"
}
],
"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 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_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 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_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 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_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-03-27T20:51:32+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3374"
},
{
"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 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_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 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "systeminformation: Command injection vulnerability in getWindowsIEEE8021x (SSID) function in systeminformation"
},
{
"cve": "CVE-2025-22150",
"cwe": {
"id": "CWE-330",
"name": "Use of Insufficiently Random Values"
},
"discovery_date": "2025-01-21T18:01:24.182126+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2339176"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the undici package for Node.js. Undici uses `Math.random()` to choose the boundary for a multipart/form-data request. It is known that the output of `Math.random()` can be predicted if several of its generated values are known. If an app has a mechanism that sends multipart requests to an attacker-controlled website, it can leak the necessary values. Therefore, an attacker can tamper with the requests going to the backend APIs if certain conditions are met.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undici: Undici Uses Insufficiently Random 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 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22150"
},
{
"category": "external",
"summary": "RHBZ#2339176",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2339176"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22150"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22150",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22150"
},
{
"category": "external",
"summary": "https://blog.securityevaluators.com/hacking-the-javascript-lottery-80cc437e3b7f",
"url": "https://blog.securityevaluators.com/hacking-the-javascript-lottery-80cc437e3b7f"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/blob/8b06b8250907d92fead664b3368f1d2aa27c1f35/lib/web/fetch/body.js#L113",
"url": "https://github.com/nodejs/undici/blob/8b06b8250907d92fead664b3368f1d2aa27c1f35/lib/web/fetch/body.js#L113"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/commit/711e20772764c29f6622ddc937c63b6eefdf07d0",
"url": "https://github.com/nodejs/undici/commit/711e20772764c29f6622ddc937c63b6eefdf07d0"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/commit/c2d78cd19fe4f4c621424491e26ce299e65e934a",
"url": "https://github.com/nodejs/undici/commit/c2d78cd19fe4f4c621424491e26ce299e65e934a"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/commit/c3acc6050b781b827d80c86cbbab34f14458d385",
"url": "https://github.com/nodejs/undici/commit/c3acc6050b781b827d80c86cbbab34f14458d385"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/2913312",
"url": "https://hackerone.com/reports/2913312"
}
],
"release_date": "2025-01-21T17:46:58.872000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-27T20:51:32+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3374"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "undici: Undici Uses Insufficiently Random Values"
},
{
"cve": "CVE-2025-27516",
"cwe": {
"id": "CWE-1336",
"name": "Improper Neutralization of Special Elements Used in a Template Engine"
},
"discovery_date": "2025-03-05T21:01:07.674606+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2350190"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Jinja. In affected versions, an oversight in how the Jinja sandboxed environment interacts with the `|attr` filter allows an attacker who 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, it\u0027s possible to use the `|attr` filter to get a reference to a string\u0027s plain format method, bypassing the sandbox.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: Jinja sandbox breakout through attr filter selecting format method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as important severity due to the potential for an attacker to bypass Jinja\u0027s sandbox by exploiting the |attr filter, by controlling template content, an attacker can execute arbitrary Python code, impacting the integrity, confidentiality, and availability of the system. While the attack requires user interaction to trigger untrusted templates, the risk is significant in applications that allow such templates to be executed.",
"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 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27516"
},
{
"category": "external",
"summary": "RHBZ#2350190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2350190"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27516"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403",
"url": "https://github.com/pallets/jinja/commit/90457bbf33b8662926ae65cdde4c4c32e756e403"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-cpwx-vrp4-4pq7"
}
],
"release_date": "2025-03-05T20:40:06.568000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-27T20:51:32+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3374"
}
],
"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 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jinja2: Jinja sandbox breakout through attr filter selecting format method"
},
{
"cve": "CVE-2025-29774",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2025-03-14T18:01:09.149253+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2352596"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the xml-crypto library for Node.js. An attacker can exploit this vulnerability to bypass authentication or authorization mechanisms in systems that rely on xml-crypto to verify signed XML documents. The vulnerability allows an attacker to modify a valid signed XML message in a way that still passes signature verification checks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "xml-crypto: xml-crypto Vulnerable to XML Signature Verification Bypass via Multiple SignedInfo References",
"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 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-29774"
},
{
"category": "external",
"summary": "RHBZ#2352596",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352596"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-29774",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29774"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-29774",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29774"
},
{
"category": "external",
"summary": "https://github.com/node-saml/xml-crypto/commit/28f92218ecbb8dcbd238afa4efbbd50302aa9aed",
"url": "https://github.com/node-saml/xml-crypto/commit/28f92218ecbb8dcbd238afa4efbbd50302aa9aed"
},
{
"category": "external",
"summary": "https://github.com/node-saml/xml-crypto/commit/886dc63a8b4bb5ae1db9f41c7854b171eb83aa98",
"url": "https://github.com/node-saml/xml-crypto/commit/886dc63a8b4bb5ae1db9f41c7854b171eb83aa98"
},
{
"category": "external",
"summary": "https://github.com/node-saml/xml-crypto/commit/8ac6118ee7978b46aa56b82cbcaa5fca58c93a07",
"url": "https://github.com/node-saml/xml-crypto/commit/8ac6118ee7978b46aa56b82cbcaa5fca58c93a07"
},
{
"category": "external",
"summary": "https://github.com/node-saml/xml-crypto/releases/tag/v2.1.6",
"url": "https://github.com/node-saml/xml-crypto/releases/tag/v2.1.6"
},
{
"category": "external",
"summary": "https://github.com/node-saml/xml-crypto/releases/tag/v3.2.1",
"url": "https://github.com/node-saml/xml-crypto/releases/tag/v3.2.1"
},
{
"category": "external",
"summary": "https://github.com/node-saml/xml-crypto/releases/tag/v6.0.1",
"url": "https://github.com/node-saml/xml-crypto/releases/tag/v6.0.1"
},
{
"category": "external",
"summary": "https://github.com/node-saml/xml-crypto/security/advisories/GHSA-9p8x-f768-wp2g",
"url": "https://github.com/node-saml/xml-crypto/security/advisories/GHSA-9p8x-f768-wp2g"
}
],
"release_date": "2025-03-14T17:05:53.943000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-27T20:51:32+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3374"
},
{
"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": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
]
}
],
"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": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "xml-crypto: xml-crypto Vulnerable to XML Signature Verification Bypass via Multiple SignedInfo References"
},
{
"cve": "CVE-2025-29775",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2025-03-14T18:01:22.409532+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2352600"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the xml-crypto library for Node.js. An attacker can exploit this vulnerability to bypass authentication or authorization mechanisms in systems that rely on xml-crypto to verify signed XML documents. The vulnerability allows an attacker to modify a valid signed XML message in a way that still passes signature verification checks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "xml-crypto: xml-crypto Vulnerable to XML Signature Verification Bypass via DigestValue Comment",
"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 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-29775"
},
{
"category": "external",
"summary": "RHBZ#2352600",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2352600"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-29775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29775"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-29775",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29775"
},
{
"category": "external",
"summary": "https://github.com/node-saml/xml-crypto/commit/28f92218ecbb8dcbd238afa4efbbd50302aa9aed",
"url": "https://github.com/node-saml/xml-crypto/commit/28f92218ecbb8dcbd238afa4efbbd50302aa9aed"
},
{
"category": "external",
"summary": "https://github.com/node-saml/xml-crypto/commit/886dc63a8b4bb5ae1db9f41c7854b171eb83aa98",
"url": "https://github.com/node-saml/xml-crypto/commit/886dc63a8b4bb5ae1db9f41c7854b171eb83aa98"
},
{
"category": "external",
"summary": "https://github.com/node-saml/xml-crypto/commit/8ac6118ee7978b46aa56b82cbcaa5fca58c93a07",
"url": "https://github.com/node-saml/xml-crypto/commit/8ac6118ee7978b46aa56b82cbcaa5fca58c93a07"
},
{
"category": "external",
"summary": "https://github.com/node-saml/xml-crypto/releases/tag/v2.1.6",
"url": "https://github.com/node-saml/xml-crypto/releases/tag/v2.1.6"
},
{
"category": "external",
"summary": "https://github.com/node-saml/xml-crypto/releases/tag/v3.2.1",
"url": "https://github.com/node-saml/xml-crypto/releases/tag/v3.2.1"
},
{
"category": "external",
"summary": "https://github.com/node-saml/xml-crypto/releases/tag/v6.0.1",
"url": "https://github.com/node-saml/xml-crypto/releases/tag/v6.0.1"
},
{
"category": "external",
"summary": "https://github.com/node-saml/xml-crypto/security/advisories/GHSA-x3m8-899r-f7c3",
"url": "https://github.com/node-saml/xml-crypto/security/advisories/GHSA-x3m8-899r-f7c3"
}
],
"release_date": "2025-03-14T17:11:05.590000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-27T20:51:32+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3374"
},
{
"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": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
]
}
],
"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": [
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:56bfbb2328f42e91d0462e142f3434e5d771737defbc07d8a21dbdf50e468665_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:c870eb3d17807a9d04011df5244ea39db66af76aefd0af68244c95ed8322d8b5_amd64",
"Red Hat Developer Hub 1.5:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:fb4e2008ce87732246bebff004496125f7562b10a60f01eda658e4266d9d0158_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "xml-crypto: xml-crypto Vulnerable to XML Signature Verification Bypass via DigestValue Comment"
}
]
}
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-10-24T13:28:11+00:00",
"generator": {
"date": "2025-10-24T13:28:11+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"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-10-24T13:28:11+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: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-10-24T13:27:58+00:00",
"generator": {
"date": "2025-10-24T13:27:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"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-10-24T13:27:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux 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: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-10-25T07:07:18+00:00",
"generator": {
"date": "2025-10-25T07:07:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"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-10-25T07:07:18+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-908",
"name": "Use of Uninitialized Resource"
},
"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"
}
]
}
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-10-24T13:27:58+00:00",
"generator": {
"date": "2025-10-24T13:27:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"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-10-24T13:27:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux 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: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-10-24T13:28:23+00:00",
"generator": {
"date": "2025-10-24T13:28:23+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"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-10-24T13:28:23+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: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-10-25T07:07:11+00:00",
"generator": {
"date": "2025-10-25T07:07:11+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"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-10-25T07:07: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.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": "other",
"text": "rhdh-hub-container 1.2 and 1.3 have included patches for this vulnerability.",
"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-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:3368
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 images are now available for Red Hat OpenShift AI.",
"title": "Topic"
},
{
"category": "general",
"text": "Release of RHOAI 2.16.0 provides these changes:",
"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:3368",
"url": "https://access.redhat.com/errata/RHSA-2025:3368"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-21538",
"url": "https://access.redhat.com/security/cve/CVE-2024-21538"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45296",
"url": "https://access.redhat.com/security/cve/CVE-2024-45296"
},
{
"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-45339",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"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-56171",
"url": "https://access.redhat.com/security/cve/CVE-2024-56171"
},
{
"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-2025-22150",
"url": "https://access.redhat.com/security/cve/CVE-2025-22150"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-24928",
"url": "https://access.redhat.com/security/cve/CVE-2025-24928"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-26791",
"url": "https://access.redhat.com/security/cve/CVE-2025-26791"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3368.json"
}
],
"title": "Red Hat Security Advisory: RHOAI 2.16.0 - Red Hat OpenShift AI",
"tracking": {
"current_release_date": "2025-10-25T07:07:58+00:00",
"generator": {
"date": "2025-10-25T07:07:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"id": "RHSA-2025:3368",
"initial_release_date": "2025-03-27T17:45:39+00:00",
"revision_history": [
{
"date": "2025-03-27T17:45:39+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-20T09:36:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-10-25T07:07:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift AI 2.16",
"product": {
"name": "Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_ai:2.16::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift AI"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-codeflare-operator-rhel8@sha256%3A8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742489156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel8@sha256%3A13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1741963152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel8@sha256%3Aee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742851855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256%3Ad7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742851855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel8@sha256%3Aa0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742487380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel8@sha256%3A2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742487225"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kuberay-operator-controller-rhel8@sha256%3A5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742487199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kueue-controller-rhel8@sha256%3A036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742569683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel8@sha256%3Abe47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742851679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel8@sha256%3A2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742851679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel8@sha256%3A8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742851679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256%3A96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742851679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256%3A52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742851679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel8@sha256%3A5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742487039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mm-rest-proxy-rhel8@sha256%3Af738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1741882429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel8@sha256%3A6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742480582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel8@sha256%3A22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742488678"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel8@sha256%3Ade5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742489233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-runtime-adapter-rhel8@sha256%3A4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742488070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-serving-controller-rhel8@sha256%3A11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742487789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-rhel8@sha256%3Ac499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742490565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel8@sha256%3A4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742487225"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"product_id": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-operator-bundle@sha256%3A0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742921697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"product_id": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel8-operator@sha256%3Ac11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.1-1742921168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel8@sha256%3Ac8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742896493"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel8@sha256%3A3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742891516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel8@sha256%3A633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742487757"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
}
]
},
"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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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-03-27T17:45:39+00:00",
"details": "For Red Hat OpenShift AI 2.16.0 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 errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3368"
}
],
"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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "cross-spawn: regular expression denial of service"
},
{
"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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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-03-27T17:45:39+00:00",
"details": "For Red Hat OpenShift AI 2.16.0 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 errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3368"
},
{
"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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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-03-27T17:45:39+00:00",
"details": "For Red Hat OpenShift AI 2.16.0 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 errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3368"
}
],
"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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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-45339",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-01-28T02:00:48.029971+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2342463"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glog, a logging library. This vulnerability allows an unprivileged attacker to overwrite sensitive files via a symbolic link planted in a widely writable directory, exploiting the log file path predictability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog",
"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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "RHBZ#2342463",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342463"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45339"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45339",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45339"
},
{
"category": "external",
"summary": "https://github.com/golang/glog/pull/74",
"url": "https://github.com/golang/glog/pull/74"
},
{
"category": "external",
"summary": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2",
"url": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs",
"url": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs"
},
{
"category": "external",
"summary": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File",
"url": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3372",
"url": "https://pkg.go.dev/vuln/GO-2025-3372"
}
],
"release_date": "2025-01-28T01:03:24.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-27T17:45:39+00:00",
"details": "For Red Hat OpenShift AI 2.16.0 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 errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3368"
},
{
"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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.0"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog"
},
{
"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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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-03-27T17:45:39+00:00",
"details": "For Red Hat OpenShift AI 2.16.0 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 errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3368"
},
{
"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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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-03-27T17:45:39+00:00",
"details": "For Red Hat OpenShift AI 2.16.0 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 errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3368"
}
],
"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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nanoid: nanoid mishandles non-integer values"
},
{
"cve": "CVE-2024-56171",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-02-18T23:01:25.366636+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2346416"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxml2. This vulnerability allows a use-after-free via a crafted XML document validated against an XML schema with certain identity constraints or a crafted XML schema.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml2: Use-After-Free in libxml2",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as important because it involves a use-after-free flaw in the xmlSchemaIDCFillNodeTables and xmlSchemaBubbleIDCNodeTables functions. A maliciously crafted XML document or schema, containing specific identity constraints, can be used to trigger this vulnerability and potentially gain unauthorized access or cause a denial-of-service condition.",
"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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56171"
},
{
"category": "external",
"summary": "RHBZ#2346416",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2346416"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56171",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56171"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/828",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/828"
}
],
"release_date": "2025-02-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-27T17:45:39+00:00",
"details": "For Red Hat OpenShift AI 2.16.0 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 errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3368"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxml2: Use-After-Free in libxml2"
},
{
"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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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-03-27T17:45:39+00:00",
"details": "For Red Hat OpenShift AI 2.16.0 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 errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3368"
},
{
"category": "workaround",
"details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jinja2: Jinja has a sandbox breakout through malicious filenames"
},
{
"cve": "CVE-2025-22150",
"cwe": {
"id": "CWE-330",
"name": "Use of Insufficiently Random Values"
},
"discovery_date": "2025-01-21T18:01:24.182126+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2339176"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the undici package for Node.js. Undici uses `Math.random()` to choose the boundary for a multipart/form-data request. It is known that the output of `Math.random()` can be predicted if several of its generated values are known. If an app has a mechanism that sends multipart requests to an attacker-controlled website, it can leak the necessary values. Therefore, an attacker can tamper with the requests going to the backend APIs if certain conditions are met.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undici: Undici Uses Insufficiently Random 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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22150"
},
{
"category": "external",
"summary": "RHBZ#2339176",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2339176"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22150"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22150",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22150"
},
{
"category": "external",
"summary": "https://blog.securityevaluators.com/hacking-the-javascript-lottery-80cc437e3b7f",
"url": "https://blog.securityevaluators.com/hacking-the-javascript-lottery-80cc437e3b7f"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/blob/8b06b8250907d92fead664b3368f1d2aa27c1f35/lib/web/fetch/body.js#L113",
"url": "https://github.com/nodejs/undici/blob/8b06b8250907d92fead664b3368f1d2aa27c1f35/lib/web/fetch/body.js#L113"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/commit/711e20772764c29f6622ddc937c63b6eefdf07d0",
"url": "https://github.com/nodejs/undici/commit/711e20772764c29f6622ddc937c63b6eefdf07d0"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/commit/c2d78cd19fe4f4c621424491e26ce299e65e934a",
"url": "https://github.com/nodejs/undici/commit/c2d78cd19fe4f4c621424491e26ce299e65e934a"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/commit/c3acc6050b781b827d80c86cbbab34f14458d385",
"url": "https://github.com/nodejs/undici/commit/c3acc6050b781b827d80c86cbbab34f14458d385"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/2913312",
"url": "https://hackerone.com/reports/2913312"
}
],
"release_date": "2025-01-21T17:46:58.872000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-27T17:45:39+00:00",
"details": "For Red Hat OpenShift AI 2.16.0 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 errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3368"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "undici: Undici Uses Insufficiently Random Values"
},
{
"cve": "CVE-2025-24928",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"discovery_date": "2025-02-18T23:01:36.502916+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2346421"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxml2. This vulnerability allows a stack-based buffer overflow via DTD validation of an untrusted document or untrusted DTD.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml2: Stack-based buffer overflow in xmlSnprintfElements of libxml2",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as important because it involves a stack-based buffer overflow in the xmlSnprintfElements function within valid.c. Exploiting this issue requires DTD validation to occur on an untrusted document or untrusted DTD, making it a potential security risk for applications using libxml2 that do not adequately restrict DTD input.",
"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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-24928"
},
{
"category": "external",
"summary": "RHBZ#2346421",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2346421"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-24928",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24928"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/847",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/847"
},
{
"category": "external",
"summary": "https://issues.oss-fuzz.com/issues/392687022",
"url": "https://issues.oss-fuzz.com/issues/392687022"
}
],
"release_date": "2025-02-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-27T17:45:39+00:00",
"details": "For Red Hat OpenShift AI 2.16.0 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 errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3368"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxml2: Stack-based buffer overflow in xmlSnprintfElements of libxml2"
},
{
"cve": "CVE-2025-26791",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2025-02-14T09:00:45.578144+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2345695"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in DOMPurify. This vulnerability allows attackers to execute mutation-based Cross-site scripting (mXSS) via an incorrect template literal regular expression.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dompurify: Mutation XSS in DOMPurify Due to Improper Template Literal Handling",
"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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-26791"
},
{
"category": "external",
"summary": "RHBZ#2345695",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2345695"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-26791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26791"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-26791",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-26791"
},
{
"category": "external",
"summary": "https://ensy.zip/posts/dompurify-323-bypass/",
"url": "https://ensy.zip/posts/dompurify-323-bypass/"
},
{
"category": "external",
"summary": "https://github.com/cure53/DOMPurify/commit/d18ffcb554e0001748865da03ac75dd7829f0f02",
"url": "https://github.com/cure53/DOMPurify/commit/d18ffcb554e0001748865da03ac75dd7829f0f02"
},
{
"category": "external",
"summary": "https://github.com/cure53/DOMPurify/releases/tag/3.2.4",
"url": "https://github.com/cure53/DOMPurify/releases/tag/3.2.4"
},
{
"category": "external",
"summary": "https://nsysean.github.io/posts/dompurify-323-bypass/",
"url": "https://nsysean.github.io/posts/dompurify-323-bypass/"
}
],
"release_date": "2025-02-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-27T17:45:39+00:00",
"details": "For Red Hat OpenShift AI 2.16.0 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 errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3368"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:8d78e6f1c302b1de6c45435a3d49c807fe5e4dbfe3e7a3d3ebfa0cac6318e79a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:5394cd240a8857906803affec711959da8b8da4e9a7225ddaefe9736c98949b4_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:036af0457f091059551ff63563d5cf68f062297a5630a869bbf3398d5e97ffdc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:be47d58f1943c5b4becc8cb541d9b0a53e6811451d9010c447b2c3e9b85c06c2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:2257fe7947959fd59346d2b322f7dbb471831880df659e57344b0d804c2c0099_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:8783f8aaed686a63ed1f913364c85606b1447540608f5b7f45412ff0868a4f38_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:96253b1b94bbaab87d4f8118dfee323eefebdc3734a7e01ebcf906dbc02a2a55_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:52613c18ed44062b6e5d5b748572dad624f773a83dbc7251ff87a807142e118a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:0471c444b4e0c6da97abf7936fe3af89fca6abbd5dca8a31db141c47a9af99db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:c11b8f601a8a0d5fb6719c4c10bf7438ba242cc33d60e035e4cb4b0ae3c19105_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:3dc803cd65232113ec9b0bd529a4c98bd86936e5de85cc4e9b7b1f361d4db38e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "dompurify: Mutation XSS in DOMPurify Due to Improper Template Literal Handling"
}
]
}
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-10-24T13:28:09+00:00",
"generator": {
"date": "2025-10-24T13:28:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"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-10-24T13:28:09+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4-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: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-10-24T13:28:10+00:00",
"generator": {
"date": "2025-10-24T13:28:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"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-10-24T13:28:10+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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-770: Allocation of Resources Without Limits or Throttling vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to apply the most restrictive settings required for operations, while baseline configurations maintain secure system and software states. A defense-in-depth monitoring strategy includes perimeter firewalls and endpoint protection services that detect excessive resource usage caused by malicious activity or system misconfigurations. In the event of exploitation, process isolation ensures workloads operate in separate environments, preventing any single process from overconsuming CPU or memory and degrading system performance.",
"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-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: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-10-24T13:28:11+00:00",
"generator": {
"date": "2025-10-24T13:28:11+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"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-10-24T13:28: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"
},
{
"category": "external",
"summary": "https://github.com/containers/buildah/pull/5918",
"url": "https://github.com/containers/buildah/pull/5918"
}
],
"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:3397
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 images are now available for Red Hat OpenShift AI.",
"title": "Topic"
},
{
"category": "general",
"text": "Release of RHOAI 2.16.0 provides these changes:",
"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:3397",
"url": "https://access.redhat.com/errata/RHSA-2025:3397"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-21538",
"url": "https://access.redhat.com/security/cve/CVE-2024-21538"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45296",
"url": "https://access.redhat.com/security/cve/CVE-2024-45296"
},
{
"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-45339",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"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-56171",
"url": "https://access.redhat.com/security/cve/CVE-2024-56171"
},
{
"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-2025-22150",
"url": "https://access.redhat.com/security/cve/CVE-2025-22150"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-24928",
"url": "https://access.redhat.com/security/cve/CVE-2025-24928"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-26791",
"url": "https://access.redhat.com/security/cve/CVE-2025-26791"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3397.json"
}
],
"title": "Red Hat Security Advisory: RHOAI 2.16.0 - Red Hat OpenShift AI",
"tracking": {
"current_release_date": "2025-10-25T07:07:55+00:00",
"generator": {
"date": "2025-10-25T07:07:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"id": "RHSA-2025:3397",
"initial_release_date": "2025-03-31T08:04:43+00:00",
"revision_history": [
{
"date": "2025-03-31T08:04:43+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-08-20T09:36:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-10-25T07:07:55+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift AI 2.16",
"product": {
"name": "Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_ai:2.16::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift AI"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-codeflare-operator-rhel8@sha256%3A04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1743007500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel8@sha256%3A13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1741963152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel8@sha256%3Aee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742851855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256%3Ad7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742851855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel8@sha256%3Aa0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742487380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel8@sha256%3A2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742487225"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kuberay-operator-controller-rhel8@sha256%3A65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1743007122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kueue-controller-rhel8@sha256%3A7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1743007660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel8@sha256%3A23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1743008335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel8@sha256%3Aefd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1743008335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel8@sha256%3A27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1743008335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256%3A5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1743008335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256%3A4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1743008335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel8@sha256%3A5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742487039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mm-rest-proxy-rhel8@sha256%3Af738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1741882429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel8@sha256%3A6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742480582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel8@sha256%3A22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742488678"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel8@sha256%3Ade5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742489233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-runtime-adapter-rhel8@sha256%3A4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742488070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-serving-controller-rhel8@sha256%3A11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742487789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-rhel8@sha256%3Ac499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742490565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel8@sha256%3A4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742487225"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"product_id": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-operator-bundle@sha256%3Ac249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1743106241"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"product_id": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel8-operator@sha256%3A3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1743105405"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel8@sha256%3Ac8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742896493"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel8@sha256%3Af37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742982653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel8@sha256%3A633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.16.2-1742487757"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
}
]
},
"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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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-03-31T08:04:43+00:00",
"details": "For Red Hat OpenShift AI 2.16.0 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 errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3397"
}
],
"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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "cross-spawn: regular expression denial of service"
},
{
"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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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-03-31T08:04:43+00:00",
"details": "For Red Hat OpenShift AI 2.16.0 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 errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3397"
},
{
"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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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-03-31T08:04:43+00:00",
"details": "For Red Hat OpenShift AI 2.16.0 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 errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3397"
}
],
"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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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-45339",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-01-28T02:00:48.029971+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2342463"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glog, a logging library. This vulnerability allows an unprivileged attacker to overwrite sensitive files via a symbolic link planted in a widely writable directory, exploiting the log file path predictability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog",
"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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "RHBZ#2342463",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342463"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45339"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45339",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45339"
},
{
"category": "external",
"summary": "https://github.com/golang/glog/pull/74",
"url": "https://github.com/golang/glog/pull/74"
},
{
"category": "external",
"summary": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2",
"url": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs",
"url": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs"
},
{
"category": "external",
"summary": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File",
"url": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3372",
"url": "https://pkg.go.dev/vuln/GO-2025-3372"
}
],
"release_date": "2025-01-28T01:03:24.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-31T08:04:43+00:00",
"details": "For Red Hat OpenShift AI 2.16.0 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 errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3397"
},
{
"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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.0"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog"
},
{
"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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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-03-31T08:04:43+00:00",
"details": "For Red Hat OpenShift AI 2.16.0 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 errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3397"
},
{
"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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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-03-31T08:04:43+00:00",
"details": "For Red Hat OpenShift AI 2.16.0 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 errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3397"
}
],
"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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nanoid: nanoid mishandles non-integer values"
},
{
"cve": "CVE-2024-56171",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-02-18T23:01:25.366636+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2346416"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxml2. This vulnerability allows a use-after-free via a crafted XML document validated against an XML schema with certain identity constraints or a crafted XML schema.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml2: Use-After-Free in libxml2",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as important because it involves a use-after-free flaw in the xmlSchemaIDCFillNodeTables and xmlSchemaBubbleIDCNodeTables functions. A maliciously crafted XML document or schema, containing specific identity constraints, can be used to trigger this vulnerability and potentially gain unauthorized access or cause a denial-of-service condition.",
"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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56171"
},
{
"category": "external",
"summary": "RHBZ#2346416",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2346416"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56171",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56171"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/828",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/828"
}
],
"release_date": "2025-02-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-31T08:04:43+00:00",
"details": "For Red Hat OpenShift AI 2.16.0 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 errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3397"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxml2: Use-After-Free in libxml2"
},
{
"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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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-03-31T08:04:43+00:00",
"details": "For Red Hat OpenShift AI 2.16.0 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 errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3397"
},
{
"category": "workaround",
"details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jinja2: Jinja has a sandbox breakout through malicious filenames"
},
{
"cve": "CVE-2025-22150",
"cwe": {
"id": "CWE-330",
"name": "Use of Insufficiently Random Values"
},
"discovery_date": "2025-01-21T18:01:24.182126+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2339176"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the undici package for Node.js. Undici uses `Math.random()` to choose the boundary for a multipart/form-data request. It is known that the output of `Math.random()` can be predicted if several of its generated values are known. If an app has a mechanism that sends multipart requests to an attacker-controlled website, it can leak the necessary values. Therefore, an attacker can tamper with the requests going to the backend APIs if certain conditions are met.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undici: Undici Uses Insufficiently Random 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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22150"
},
{
"category": "external",
"summary": "RHBZ#2339176",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2339176"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22150"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22150",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22150"
},
{
"category": "external",
"summary": "https://blog.securityevaluators.com/hacking-the-javascript-lottery-80cc437e3b7f",
"url": "https://blog.securityevaluators.com/hacking-the-javascript-lottery-80cc437e3b7f"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/blob/8b06b8250907d92fead664b3368f1d2aa27c1f35/lib/web/fetch/body.js#L113",
"url": "https://github.com/nodejs/undici/blob/8b06b8250907d92fead664b3368f1d2aa27c1f35/lib/web/fetch/body.js#L113"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/commit/711e20772764c29f6622ddc937c63b6eefdf07d0",
"url": "https://github.com/nodejs/undici/commit/711e20772764c29f6622ddc937c63b6eefdf07d0"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/commit/c2d78cd19fe4f4c621424491e26ce299e65e934a",
"url": "https://github.com/nodejs/undici/commit/c2d78cd19fe4f4c621424491e26ce299e65e934a"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/commit/c3acc6050b781b827d80c86cbbab34f14458d385",
"url": "https://github.com/nodejs/undici/commit/c3acc6050b781b827d80c86cbbab34f14458d385"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-c76h-2ccp-4975"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/2913312",
"url": "https://hackerone.com/reports/2913312"
}
],
"release_date": "2025-01-21T17:46:58.872000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-31T08:04:43+00:00",
"details": "For Red Hat OpenShift AI 2.16.0 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 errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3397"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "undici: Undici Uses Insufficiently Random Values"
},
{
"cve": "CVE-2025-24928",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"discovery_date": "2025-02-18T23:01:36.502916+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2346421"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in libxml2. This vulnerability allows a stack-based buffer overflow via DTD validation of an untrusted document or untrusted DTD.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libxml2: Stack-based buffer overflow in xmlSnprintfElements of libxml2",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as important because it involves a stack-based buffer overflow in the xmlSnprintfElements function within valid.c. Exploiting this issue requires DTD validation to occur on an untrusted document or untrusted DTD, making it a potential security risk for applications using libxml2 that do not adequately restrict DTD input.",
"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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-24928"
},
{
"category": "external",
"summary": "RHBZ#2346421",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2346421"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-24928",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-24928"
},
{
"category": "external",
"summary": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/847",
"url": "https://gitlab.gnome.org/GNOME/libxml2/-/issues/847"
},
{
"category": "external",
"summary": "https://issues.oss-fuzz.com/issues/392687022",
"url": "https://issues.oss-fuzz.com/issues/392687022"
}
],
"release_date": "2025-02-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-31T08:04:43+00:00",
"details": "For Red Hat OpenShift AI 2.16.0 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 errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3397"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "libxml2: Stack-based buffer overflow in xmlSnprintfElements of libxml2"
},
{
"cve": "CVE-2025-26791",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2025-02-14T09:00:45.578144+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2345695"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in DOMPurify. This vulnerability allows attackers to execute mutation-based Cross-site scripting (mXSS) via an incorrect template literal regular expression.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dompurify: Mutation XSS in DOMPurify Due to Improper Template Literal Handling",
"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 OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-26791"
},
{
"category": "external",
"summary": "RHBZ#2345695",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2345695"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-26791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26791"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-26791",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-26791"
},
{
"category": "external",
"summary": "https://ensy.zip/posts/dompurify-323-bypass/",
"url": "https://ensy.zip/posts/dompurify-323-bypass/"
},
{
"category": "external",
"summary": "https://github.com/cure53/DOMPurify/commit/d18ffcb554e0001748865da03ac75dd7829f0f02",
"url": "https://github.com/cure53/DOMPurify/commit/d18ffcb554e0001748865da03ac75dd7829f0f02"
},
{
"category": "external",
"summary": "https://github.com/cure53/DOMPurify/releases/tag/3.2.4",
"url": "https://github.com/cure53/DOMPurify/releases/tag/3.2.4"
},
{
"category": "external",
"summary": "https://nsysean.github.io/posts/dompurify-323-bypass/",
"url": "https://nsysean.github.io/posts/dompurify-323-bypass/"
}
],
"release_date": "2025-02-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-03-31T08:04:43+00:00",
"details": "For Red Hat OpenShift AI 2.16.0 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 errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3397"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:04f305c44413ae7dcb7017e53570ee49a509701792c5f50efadd64f47395730b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:13da7e12e135cdb33c89686eca84cffae8ef691fcb4f346622ebd9b47f0a69ee_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:ee01e89f98feb185f6cd59c564e590a13e4d8d9ea760cca8de51426eb71b83a1_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:d7d4fa406e0fcf0507894a7676532b27f45be742467e603a86f98ea5d2615df8_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:a0f72ffefb2b74b488dd949493f5d295a39bb9c97f578bf219d0138601f65468_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:2ba2b2c4db8bb334c50f4dfb54059f060361186900a44c06eed00b7a3c43977e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:65482864055021272a18b5b26792ab00cfa5fc9cc005d8d3a884cc82991506f3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:7b70af8847b0806d8b43c399e2b3109f016fd864f5e9d30c44e2baca5d1359dc_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:23d307a36b69e0df04f72a7d3b35e28d8417a8bbe23dba31e8e977569785c078_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:efd039012559786deb3c521a130886c265e88d635e08baace2e573a9df270134_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:27b113d96453c2054d4c965a963d2badba6daac235eddaf23234c76e87bcb069_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:5192f1dbd2a9ab92ae390c4ae506efbed0970545b6122e95b014728ac937e777_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:4a212ec634225c14beac09be24ddf336e562f2aa9a13555fb1196f366ddae23c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:5dcdcc2424602a69451f16d31dbfa1d43cb72c095ba561eb9076f0cd1e8182ed_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:f738aab1eab25854c93e1d8d4d98100a8ae7bb45a6b83f0326774e4220b1183b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:6cf74044ae8d5308a2dfe03fa5d81086c89302db7f4cdbe2f4174a1c48b77869_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:22557a6fa52d2f311750a9ba253860f423ba697d26efa02ef8524a8258d2a909_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:de5f91180ead7d73a1825fe8b032fde9b8b01392569c9789f5ce1b4b9c08a98f_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:c499a2c4a7860a1853adf3ebfbf154f3c03c478034a78566b82711373210af39_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:4a7599f8a866eb169c9a62885906adbf6df0417c0be15857df1eef20cd9b1be2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:11a301728573adf2b64ea72d0cb2d83ea5d4dbebea759f346e99f18c3d368c6e_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:4c5ff3496b2a2a739939d94ee9dafc02b682100785d228dc2fde480fb597b7a5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:c249b0fb2c573efc118557d9dd1551181d7b2dabcf8a9b86d9441059124d3802_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:3463aaa8f2a06e8b43cd6a39ff86aea7c76926d72ee0f53cf0e514399e4aed33_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:c8456d98e90b6505957ab3686e9fd2f156e29f123c5558e581c206daf1e7d93a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:f37e4048f3a152798286793f3abfc6ed814453fcbe2667255a7e78eee483c5a3_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:633984b538f027c93c5886ea1045dcbe81eeda74acf80001d5fc5f765bdbe0be_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "dompurify: Mutation XSS in DOMPurify Due to Improper Template Literal Handling"
}
]
}
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-10-24T13:28:09+00:00",
"generator": {
"date": "2025-10-24T13:28:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"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-10-24T13:28:09+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 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-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-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/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-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/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/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-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-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-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/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/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-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/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/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-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/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/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-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/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/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-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-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-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/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/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-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/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/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-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/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/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-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/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/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-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-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-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/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/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-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/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/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-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/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/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-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/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/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-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-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-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-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/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-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/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/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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform uses secure, encrypted HTTPS connections over TLS 1.2 to reduce the risk of smuggling attacks by preventing the injection of ambiguous or malformed requests between components. The environment employs IPS/IDS and antimalware solutions to detect and block malicious code while ensuring consistent interpretation of HTTP requests across network layers, mitigating request/response inconsistencies. Event logs are collected and analyzed for centralization, correlation, monitoring, alerting, and retention, enabling the detection of malformed or suspicious HTTP traffic. Static code analysis and peer reviews enforce strong input validation and error handling to ensure all user inputs adhere to HTTP protocol specifications.",
"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-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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-770: Allocation of Resources Without Limits or Throttling vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to apply the most restrictive settings required for operations, while baseline configurations maintain secure system and software states. A defense-in-depth monitoring strategy includes perimeter firewalls and endpoint protection services that detect excessive resource usage caused by malicious activity or system misconfigurations. In the event of exploitation, process isolation ensures workloads operate in separate environments, preventing any single process from overconsuming CPU or memory and degrading system performance.",
"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-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"
}
]
}
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-10-25T07:05:57+00:00",
"generator": {
"date": "2025-10-25T07:05:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"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-12T21:34:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-10-25T07:05:57+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:3491
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 Satellite 6.15 for RHEL 8.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Satellite is a system management solution that allows organizations\nto configure and maintain their systems without the necessity to provide\npublic Internet access to their servers or other client systems. It\nperforms provisioning and configuration management of predefined standard\noperating environments.\n\nSecurity Fix(es):\n\n* rubygem-graphql: Remote code execution when loading a crafted GraphQL schema (CVE-2025-27407)\n\n* rubygem-rack: Local File Inclusion in Rack::Static (CVE-2025-27610)\n\n* python-jinja2: Jinja has a sandbox breakout through malicious filenames (CVE-2024-56201)\n\nUsers of Red Hat Satellite are advised to upgrade to these updated\npackages, which fix these bugs.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:3491",
"url": "https://access.redhat.com/errata/RHSA-2025:3491"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index"
},
{
"category": "external",
"summary": "2333854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854"
},
{
"category": "external",
"summary": "2351231",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351231"
},
{
"category": "external",
"summary": "2351767",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351767"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_3491.json"
}
],
"title": "Red Hat Security Advisory: Satellite 6.15.5.2 Async Update",
"tracking": {
"current_release_date": "2025-10-23T04:54:32+00:00",
"generator": {
"date": "2025-10-23T04:54:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.9"
}
},
"id": "RHSA-2025:3491",
"initial_release_date": "2025-04-01T15:15:14+00:00",
"revision_history": [
{
"date": "2025-04-01T15:15:14+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-04-01T15:15:14+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-10-23T04:54:32+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Satellite 6.15 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite:6.15::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.15 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_capsule:6.15::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Satellite 6.15 for RHEL 8",
"product": {
"name": "Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-utils",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:satellite_utils:6.15::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Satellite 6"
},
{
"branches": [
{
"category": "product_version",
"name": "python-jinja2-0:3.1.5-1.el8pc.src",
"product": {
"name": "python-jinja2-0:3.1.5-1.el8pc.src",
"product_id": "python-jinja2-0:3.1.5-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jinja2@3.1.5-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pulpcore-0:3.39.25-1.el8pc.src",
"product": {
"name": "python-pulpcore-0:3.39.25-1.el8pc.src",
"product_id": "python-pulpcore-0:3.39.25-1.el8pc.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pulpcore@3.39.25-1.el8pc?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"product": {
"name": "rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"product_id": "rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_rh_cloud@9.0.60-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-graphql-0:1.13.24-1.el8sat.src",
"product": {
"name": "rubygem-graphql-0:1.13.24-1.el8sat.src",
"product_id": "rubygem-graphql-0:1.13.24-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-graphql@1.13.24-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-0:2.2.13-1.el8sat.src",
"product": {
"name": "rubygem-rack-0:2.2.13-1.el8sat.src",
"product_id": "rubygem-rack-0:2.2.13-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack@2.2.13-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.15.5.2-1.el8sat.src",
"product": {
"name": "satellite-0:6.15.5.2-1.el8sat.src",
"product_id": "satellite-0:6.15.5.2-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.15.5.2-1.el8sat?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"product": {
"name": "python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"product_id": "python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-jinja2@3.1.5-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"product": {
"name": "python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"product_id": "python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.11-pulpcore@3.39.25-1.el8pc?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"product": {
"name": "rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"product_id": "rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_rh_cloud@9.0.60-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"product": {
"name": "rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"product_id": "rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-graphql@1.13.24-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-rack-0:2.2.13-1.el8sat.noarch",
"product": {
"name": "rubygem-rack-0:2.2.13-1.el8sat.noarch",
"product_id": "rubygem-rack-0:2.2.13-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-rack@2.2.13-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-0:6.15.5.2-1.el8sat.noarch",
"product": {
"name": "satellite-0:6.15.5.2-1.el8sat.noarch",
"product_id": "satellite-0:6.15.5.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite@6.15.5.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"product": {
"name": "satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"product_id": "satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-cli@6.15.5.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-common-0:6.15.5.2-1.el8sat.noarch",
"product": {
"name": "satellite-common-0:6.15.5.2-1.el8sat.noarch",
"product_id": "satellite-common-0:6.15.5.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-common@6.15.5.2-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"product": {
"name": "satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"product_id": "satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/satellite-capsule@6.15.5.2-1.el8sat?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:3.1.5-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src"
},
"product_reference": "python-jinja2-0:3.1.5-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulpcore-0:3.39.25-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src"
},
"product_reference": "python-pulpcore-0:3.39.25-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jinja2-0:3.1.5-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch"
},
"product_reference": "python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulpcore-0:3.39.25-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch"
},
"product_reference": "python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.13-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch"
},
"product_reference": "rubygem-rack-0:2.2.13-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.13-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src"
},
"product_reference": "rubygem-rack-0:2.2.13-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.15.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch"
},
"product_reference": "satellite-0:6.15.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.15.5.2-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src"
},
"product_reference": "satellite-0:6.15.5.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.15.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.15.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.15.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.15.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-capsule"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.15.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch"
},
"product_reference": "satellite-0:6.15.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.15.5.2-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src"
},
"product_reference": "satellite-0:6.15.5.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.15-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.15.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.15.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.15.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.15.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15-utils"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jinja2-0:3.1.5-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src"
},
"product_reference": "python-jinja2-0:3.1.5-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pulpcore-0:3.39.25-1.el8pc.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src"
},
"product_reference": "python-pulpcore-0:3.39.25-1.el8pc.src",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-jinja2-0:3.1.5-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch"
},
"product_reference": "python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.11-pulpcore-0:3.39.25-1.el8pc.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch"
},
"product_reference": "python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch"
},
"product_reference": "rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src"
},
"product_reference": "rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-graphql-0:1.13.24-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch"
},
"product_reference": "rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-graphql-0:1.13.24-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src"
},
"product_reference": "rubygem-graphql-0:1.13.24-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.13-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch"
},
"product_reference": "rubygem-rack-0:2.2.13-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-rack-0:2.2.13-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src"
},
"product_reference": "rubygem-rack-0:2.2.13-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.15.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch"
},
"product_reference": "satellite-0:6.15.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-0:6.15.5.2-1.el8sat.src as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src"
},
"product_reference": "satellite-0:6.15.5.2-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-capsule-0:6.15.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch"
},
"product_reference": "satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-cli-0:6.15.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch"
},
"product_reference": "satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "satellite-common-0:6.15.5.2-1.el8sat.noarch as a component of Red Hat Satellite 6.15 for RHEL 8",
"product_id": "8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch"
},
"product_reference": "satellite-common-0:6.15.5.2-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-6.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-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.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-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch"
],
"known_not_affected": [
"8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.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-04-01T15:15:14+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3491"
},
{
"category": "workaround",
"details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.",
"product_ids": [
"8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.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-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jinja2: Jinja has a sandbox breakout through malicious filenames"
},
{
"cve": "CVE-2025-27407",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2025-03-12T19:01:03.651096+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2351767"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in graphql-ruby. In affected versions of graphq-ruby, loading a malicious schema definition in the `GraphQL::Schema.from_introspection` or the `GraphQL::Schema::Loader.load` can cause remote code execution. Any system that loads a schema by JSON from an untrusted source is vulnerable, including those that use GraphQL::Client to load external schemas via GraphQL introspection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "graphql-ruby: Remote code execution when loading a crafted GraphQL schema",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is marked as Important rather than Critical because interaction with the vulnerable GraphQL library is restricted to only authenticated users in Red Hat Satellite. Satellite does not dynamically load schemas from external sources, further reducing the feasibility of exploitation.",
"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-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src"
],
"known_not_affected": [
"8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27407"
},
{
"category": "external",
"summary": "RHBZ#2351767",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351767"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27407",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27407"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27407",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27407"
},
{
"category": "external",
"summary": "https://github.com/github-community-projects/graphql-client",
"url": "https://github.com/github-community-projects/graphql-client"
},
{
"category": "external",
"summary": "https://github.com/rmosolgo/graphql-ruby/commit/28233b16c0eb9d0fb7808f4980e061dc7507c4cd",
"url": "https://github.com/rmosolgo/graphql-ruby/commit/28233b16c0eb9d0fb7808f4980e061dc7507c4cd"
},
{
"category": "external",
"summary": "https://github.com/rmosolgo/graphql-ruby/commit/2d2f4ed1f79472f8eed29c864b039649e1de238f",
"url": "https://github.com/rmosolgo/graphql-ruby/commit/2d2f4ed1f79472f8eed29c864b039649e1de238f"
},
{
"category": "external",
"summary": "https://github.com/rmosolgo/graphql-ruby/commit/5c5a7b9a9bdce143be048074aea50edb7bb747be",
"url": "https://github.com/rmosolgo/graphql-ruby/commit/5c5a7b9a9bdce143be048074aea50edb7bb747be"
},
{
"category": "external",
"summary": "https://github.com/rmosolgo/graphql-ruby/commit/6eca16b9fa553aa957099a30dbde64ddcdac52ca",
"url": "https://github.com/rmosolgo/graphql-ruby/commit/6eca16b9fa553aa957099a30dbde64ddcdac52ca"
},
{
"category": "external",
"summary": "https://github.com/rmosolgo/graphql-ruby/commit/d0963289e0dab4ea893bbecf12bb7d89294957bb",
"url": "https://github.com/rmosolgo/graphql-ruby/commit/d0963289e0dab4ea893bbecf12bb7d89294957bb"
},
{
"category": "external",
"summary": "https://github.com/rmosolgo/graphql-ruby/commit/d1117ae0361d9ed67e0795b07f5c3e98e62f3c7c",
"url": "https://github.com/rmosolgo/graphql-ruby/commit/d1117ae0361d9ed67e0795b07f5c3e98e62f3c7c"
},
{
"category": "external",
"summary": "https://github.com/rmosolgo/graphql-ruby/commit/e3b33ace05391da2871c75ab4d3b66e29133b367",
"url": "https://github.com/rmosolgo/graphql-ruby/commit/e3b33ace05391da2871c75ab4d3b66e29133b367"
},
{
"category": "external",
"summary": "https://github.com/rmosolgo/graphql-ruby/security/advisories/GHSA-q92j-grw3-h492",
"url": "https://github.com/rmosolgo/graphql-ruby/security/advisories/GHSA-q92j-grw3-h492"
}
],
"release_date": "2025-03-12T18:15:57.957000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-01T15:15:14+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3491"
},
{
"category": "workaround",
"details": "A successful exploitation of this flaw requires GraphQL schema loading. Limiting the schema loading to trusted or authenticated users will limit the impact of the vulnerability. Coupling that with a strict input validation for all GraphQL schema being loaded would reduce the risk of a successful attack and cover as a possible mitigation strategy for this vulnerability.",
"product_ids": [
"8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "graphql-ruby: Remote code execution when loading a crafted GraphQL schema"
},
{
"cve": "CVE-2025-27610",
"cwe": {
"id": "CWE-23",
"name": "Relative Path Traversal"
},
"discovery_date": "2025-03-10T23:00:49.649260+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2351231"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in RackRubygems, where Rack::Static does not properly sanitize user-supplied paths before serving files. Specifically, encoded path traversal sequences are not correctly validated, allowing attackers to access files outside the designated static file directory. This flaw allows an attacker to gain access to all files under the specified root directory, provided they can determine the file\u0027s path.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rack: rubygem-rack: Local File Inclusion in Rack::Static",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important vulnerability because it allows attackers to bypass `urls:` restrictions and access unintended files under the `root:` directory using encoded path traversal. Since `Rack::Static` is often used to serve public assets, any sensitive files within the same root\u2014like credentials, configs, or source code\u2014can be exposed. The flaw breaks expected isolation between public and private files, and since it\u2019s exploitable remotely without authentication, the impact is far more severe than a moderate issue.\n\nPCS does not use Rack::StaticHandler to serve files; static files are served by Tornado.",
"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-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src"
],
"known_not_affected": [
"8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-27610"
},
{
"category": "external",
"summary": "RHBZ#2351231",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351231"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-27610",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27610"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-27610",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-27610"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/commit/50caab74fa01ee8f5dbdee7bb2782126d20c6583",
"url": "https://github.com/rack/rack/commit/50caab74fa01ee8f5dbdee7bb2782126d20c6583"
},
{
"category": "external",
"summary": "https://github.com/rack/rack/security/advisories/GHSA-7wqh-767x-r66v",
"url": "https://github.com/rack/rack/security/advisories/GHSA-7wqh-767x-r66v"
}
],
"release_date": "2025-03-10T22:19:25.982000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-04-01T15:15:14+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor detailed instructions how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.15/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:3491"
},
{
"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-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch"
]
}
],
"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": [
"8Base-satellite-6.15-capsule:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15-capsule:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15-capsule:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-capsule:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-capsule:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15-utils:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15-utils:satellite-common-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:python-jinja2-0:3.1.5-1.el8pc.src",
"8Base-satellite-6.15:python-pulpcore-0:3.39.25-1.el8pc.src",
"8Base-satellite-6.15:python3.11-jinja2-0:3.1.5-1.el8pc.noarch",
"8Base-satellite-6.15:python3.11-pulpcore-0:3.39.25-1.el8pc.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-foreman_rh_cloud-0:9.0.60-1.el8sat.src",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-graphql-0:1.13.24-1.el8sat.src",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.noarch",
"8Base-satellite-6.15:rubygem-rack-0:2.2.13-1.el8sat.src",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-0:6.15.5.2-1.el8sat.src",
"8Base-satellite-6.15:satellite-capsule-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-cli-0:6.15.5.2-1.el8sat.noarch",
"8Base-satellite-6.15:satellite-common-0:6.15.5.2-1.el8sat.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rack: rubygem-rack: Local File Inclusion in Rack::Static"
}
]
}
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-10-24T13:28:10+00:00",
"generator": {
"date": "2025-10-24T13:28:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"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-10-24T13:28:10+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_core:2::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_core:2::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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform uses secure, encrypted HTTPS connections over TLS 1.2 to reduce the risk of smuggling attacks by preventing the injection of ambiguous or malformed requests between components. The environment employs IPS/IDS and antimalware solutions to detect and block malicious code while ensuring consistent interpretation of HTTP requests across network layers, mitigating request/response inconsistencies. Event logs are collected and analyzed for centralization, correlation, monitoring, alerting, and retention, enabling the detection of malformed or suspicious HTTP traffic. Static code analysis and peer reviews enforce strong input validation and error handling to ensure all user inputs adhere to HTTP protocol specifications.",
"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-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: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-10-24T13:28:01+00:00",
"generator": {
"date": "2025-10-24T13:28:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"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-10-24T13:28:01+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-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-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/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-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/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/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-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/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/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-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-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-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-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/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/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-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/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/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-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-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-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-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/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/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-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/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/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-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-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-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-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/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/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-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/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/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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform uses secure, encrypted HTTPS connections over TLS 1.2 to reduce the risk of smuggling attacks by preventing the injection of ambiguous or malformed requests between components. The environment employs IPS/IDS and antimalware solutions to detect and block malicious code while ensuring consistent interpretation of HTTP requests across network layers, mitigating request/response inconsistencies. Event logs are collected and analyzed for centralization, correlation, monitoring, alerting, and retention, enabling the detection of malformed or suspicious HTTP traffic. Static code analysis and peer reviews enforce strong input validation and error handling to ensure all user inputs adhere to HTTP protocol specifications.",
"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-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: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-10-24T13:28:25+00:00",
"generator": {
"date": "2025-10-24T13:28:25+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"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-10-24T13:28: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.\n\nMultiple Red Hat offerings use doxygen to build documentation. During this process an affected jquery.js file can be included in the resulting package. The \u0027gcc\u0027 and \u0027tbb\u0027 packages were potentially vulnerable via this method.\n\nOpenShift Container Platform 4 is not affected because even though it uses the \u0027gcc\u0027 component, vulnerable code is limited within the libstdc++-docs rpm package, which is not shipped.\n\nWithin regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-79: Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027) vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nStatic code analysis controls ensure that security flaws, including XSS vulnerabilities, are detected early in development by scanning code for improper input handling. This prevents vulnerable code from reaching production and encourages our developers to follow secure coding practices. System monitoring controls play a crucial role in detecting and responding to XSS attacks by analyzing logs, monitoring user behavior, and generating alerts for suspicious activity. Meanwhile, AWS WAF (Web Application Firewall) adds an extra layer of defense by filtering and blocking malicious input before it reaches the platform and/or application. Together, these controls create a defense-in-depth approach, reducing the risk of XSS exploitation by preventing, detecting, and mitigating attacks at multiple levels.",
"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"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"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": "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": "other",
"text": "rhdh-hub-container 1.2 and 1.3 have included patches for this vulnerability.",
"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-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": "other",
"text": "Within regulated environments, a combination of the following controls acts as a significant barrier to successfully exploiting a CWE-770: Allocation of Resources Without Limits or Throttling vulnerability and therefore downgrades the severity of this particular CVE from Moderate to Low.\n\nThe platform enforces hardening guidelines to apply the most restrictive settings required for operations, while baseline configurations maintain secure system and software states. A defense-in-depth monitoring strategy includes perimeter firewalls and endpoint protection services that detect excessive resource usage caused by malicious activity or system misconfigurations. In the event of exploitation, process isolation ensures workloads operate in separate environments, preventing any single process from overconsuming CPU or memory and degrading system performance.",
"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-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:1861
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 openstack-ansible-core is now available for Red Hat OpenStack\nPlatform 17.1 (Wallaby) for Red Hat Enterprise Linux 9.2.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "An ansible-core rebuild for OpenStack based on python 3.9.\n\nSecurity Fix(es):\n\n* Jinja has a sandbox breakout through malicious filenames (CVE-2024-56201)\n\n* Jinja has a sandbox breakout through indirect reference to format method\n(CVE-2024-56326)\n\n* Ansible-core user may read/write unauthorized content (CVE-2024-9902)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage 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:1861",
"url": "https://access.redhat.com/errata/RHSA-2025:1861"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2318271",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2318271"
},
{
"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_1861.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenStack Platform 17.1.4 (openstack-ansible-core) security update",
"tracking": {
"current_release_date": "2025-10-24T13:28:42+00:00",
"generator": {
"date": "2025-10-24T13:28:42+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"id": "RHSA-2025:1861",
"initial_release_date": "2025-02-25T19:38:23+00:00",
"revision_history": [
{
"date": "2025-02-25T19:38:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-02-25T19:38:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-10-24T13:28:42+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 17.1",
"product": {
"name": "Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:17.1::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 17.1",
"product": {
"name": "Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-DEPLOYMENT-TOOLS-17.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:17.1::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenStack Platform 17.1",
"product": {
"name": "Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-TOOLS-17.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:17.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenStack Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"product": {
"name": "openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"product_id": "openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ansible-core@2.14.2-4.6.el9ost?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"product": {
"name": "openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"product_id": "openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ansible-core@2.14.2-4.6.el9ost?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ansible-core-0:2.14.2-4.6.el9ost.src as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src"
},
"product_reference": "openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64"
},
"product_reference": "openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"relates_to_product_reference": "9Base-RHOS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ansible-core-0:2.14.2-4.6.el9ost.src as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src"
},
"product_reference": "openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"relates_to_product_reference": "9Base-RHOS-DEPLOYMENT-TOOLS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64"
},
"product_reference": "openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"relates_to_product_reference": "9Base-RHOS-DEPLOYMENT-TOOLS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ansible-core-0:2.14.2-4.6.el9ost.src as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src"
},
"product_reference": "openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"relates_to_product_reference": "9Base-RHOS-TOOLS-17.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64 as a component of Red Hat OpenStack Platform 17.1",
"product_id": "9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64"
},
"product_reference": "openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"relates_to_product_reference": "9Base-RHOS-TOOLS-17.1"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Matt Clay"
]
}
],
"cve": "CVE-2024-9902",
"cwe": {
"id": "CWE-863",
"name": "Incorrect Authorization"
},
"discovery_date": "2024-10-12T02:41:32.581000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2318271"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Ansible. The ansible-core `user` module can allow an unprivileged user to silently create or replace the contents of any file on any system path and take ownership of it when a privileged user executes the `user` module against the unprivileged user\u0027s home directory. If the unprivileged user has traversal permissions on the directory containing the exploited target file, they retain full control over the contents of the file as its owner.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ansible-core: Ansible-core user may read/write unauthorized content",
"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-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-9902"
},
{
"category": "external",
"summary": "RHBZ#2318271",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2318271"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-9902",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9902"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-9902",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9902"
}
],
"release_date": "2024-11-06T06:11:25.611000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-25T19:38:23+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1861"
},
{
"category": "workaround",
"details": "In the play that uses the user module with the key generation option,\nhave a prior task ensuring the public key does not exist for example:\n\n- name: avoid user exploit (change name depending on other options\nused in user task)\nfile: path=/home/{{username}}/.ssh/id_rsa.pub state=absent",
"product_ids": [
"9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ansible-core: Ansible-core user may read/write unauthorized content"
},
{
"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-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.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-25T19:38:23+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1861"
},
{
"category": "workaround",
"details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.",
"product_ids": [
"9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.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": [
"9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.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": [
"9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.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-25T19:38:23+00:00",
"details": "For details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1861"
}
],
"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-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-DEPLOYMENT-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.x86_64",
"9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.src",
"9Base-RHOS-TOOLS-17.1:openstack-ansible-core-0:2.14.2-4.6.el9ost.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-10-24T13:28:01+00:00",
"generator": {
"date": "2025-10-24T13:28:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"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-10-24T13:28:01+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: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-10-24T13:28:21+00:00",
"generator": {
"date": "2025-10-24T13:28:21+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.10"
}
},
"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-10-24T13:28:21+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"
}
]
}
CERTFR-2025-AVI-0309
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Storage Protect | Storage Protect Plus versions 10.1.x antérieures à 10.1.17 |
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Storage Protect Plus versions 10.1.x ant\u00e9rieures \u00e0 10.1.17",
"product": {
"name": "Storage Protect",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2023-25577",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25577"
},
{
"name": "CVE-2023-52448",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52448"
},
{
"name": "CVE-2024-36974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36974"
},
{
"name": "CVE-2023-1076",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1076"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2024-49766",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49766"
},
{
"name": "CVE-2024-26603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26603"
},
{
"name": "CVE-2023-4091",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4091"
},
{
"name": "CVE-2024-56326",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56326"
},
{
"name": "CVE-2023-50782",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50782"
},
{
"name": "CVE-2023-23934",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23934"
},
{
"name": "CVE-2024-2466",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2466"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2023-52492",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52492"
},
{
"name": "CVE-2024-34069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34069"
},
{
"name": "CVE-2023-4807",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4807"
},
{
"name": "CVE-2024-36881",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36881"
},
{
"name": "CVE-2023-42669",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42669"
},
{
"name": "CVE-2022-36280",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36280"
},
{
"name": "CVE-2023-1409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1409"
},
{
"name": "CVE-2023-52475",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52475"
},
{
"name": "CVE-2024-7553",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7553"
},
{
"name": "CVE-2020-25659",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25659"
},
{
"name": "CVE-2023-6240",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6240"
},
{
"name": "CVE-2024-22195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22195"
},
{
"name": "CVE-2023-23931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23931"
},
{
"name": "CVE-2024-26782",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26782"
},
{
"name": "CVE-2024-8207",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8207"
},
{
"name": "CVE-2024-2379",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2379"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2024-3372",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3372"
},
{
"name": "CVE-2024-26803",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26803"
},
{
"name": "CVE-2024-2004",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2004"
},
{
"name": "CVE-2024-36882",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36882"
},
{
"name": "CVE-2023-46136",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46136"
},
{
"name": "CVE-2023-52439",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52439"
},
{
"name": "CVE-2023-38325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38325"
},
{
"name": "CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"name": "CVE-2024-56201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56201"
},
{
"name": "CVE-2023-3961",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3961"
},
{
"name": "CVE-2024-0841",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0841"
},
{
"name": "CVE-2023-2650",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2650"
},
{
"name": "CVE-2024-41042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41042"
},
{
"name": "CVE-2024-2398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2398"
},
{
"name": "CVE-2024-1151",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1151"
},
{
"name": "CVE-2024-26646",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26646"
},
{
"name": "CVE-2020-36242",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-36242"
},
{
"name": "CVE-2024-36015",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36015"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2023-52434",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52434"
},
{
"name": "CVE-2024-49767",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49767"
},
{
"name": "CVE-2023-52458",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52458"
},
{
"name": "CVE-2024-26602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26602"
},
{
"name": "CVE-2023-52466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52466"
},
{
"name": "CVE-2024-26591",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26591"
},
{
"name": "CVE-2024-26611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26611"
},
{
"name": "CVE-2023-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49083"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2024-34064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34064"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2024-0340",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0340"
},
{
"name": "CVE-2024-35995",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35995"
}
],
"initial_release_date": "2025-04-11T00:00:00",
"last_revision_date": "2025-04-11T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0309",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-04-11T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
},
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2025-04-10",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7230557",
"url": "https://www.ibm.com/support/pages/node/7230557"
}
]
}
CERTFR-2025-AVI-0481
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "IBM Cloud Pak for Security versions 1.10.x ant\u00e9rieures \u00e0 1.11.3.0",
"product": {
"name": "Cloud Pak",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Suite Software versions post\u00e9rieures \u00e0 1.10.12.0 et ant\u00e9rieures \u00e0 1.11.3.0 ",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-32996",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32996"
},
{
"name": "CVE-2019-11038",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11038"
},
{
"name": "CVE-2021-38593",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-38593"
},
{
"name": "CVE-2025-1334",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1334"
},
{
"name": "CVE-2020-15250",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15250"
},
{
"name": "CVE-2023-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37920"
},
{
"name": "CVE-2024-0793",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0793"
},
{
"name": "CVE-2017-9047",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-9047"
},
{
"name": "CVE-2024-49766",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49766"
},
{
"name": "CVE-2024-56326",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56326"
},
{
"name": "CVE-2024-56171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56171"
},
{
"name": "CVE-2024-38819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38819"
},
{
"name": "CVE-2025-27144",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27144"
},
{
"name": "CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"name": "CVE-2024-11831",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11831"
},
{
"name": "CVE-2025-30691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30691"
},
{
"name": "CVE-2024-38809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38809"
},
{
"name": "CVE-2025-27152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27152"
},
{
"name": "CVE-2024-47764",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47764"
},
{
"name": "CVE-2023-52355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52355"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2024-56337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56337"
},
{
"name": "CVE-2025-32997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32997"
},
{
"name": "CVE-2024-9902",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9902"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-56332",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56332"
},
{
"name": "CVE-2024-56201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56201"
},
{
"name": "CVE-2024-38827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38827"
},
{
"name": "CVE-2023-43804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43804"
},
{
"name": "CVE-2025-25019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25019"
},
{
"name": "CVE-2020-35538",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35538"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2025-26791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26791"
},
{
"name": "CVE-2024-49767",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49767"
},
{
"name": "CVE-2024-38828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38828"
},
{
"name": "CVE-2018-5711",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-5711"
},
{
"name": "CVE-2023-1916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1916"
},
{
"name": "CVE-2025-25022",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25022"
},
{
"name": "CVE-2025-25020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25020"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2024-43800",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43800"
},
{
"name": "CVE-2022-1354",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1354"
},
{
"name": "CVE-2025-25021",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25021"
},
{
"name": "CVE-2024-52304",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52304"
},
{
"name": "CVE-2023-24607",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24607"
},
{
"name": "CVE-2025-22235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22235"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2024-57556",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57556"
},
{
"name": "CVE-2025-27363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27363"
},
{
"name": "CVE-2025-24928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24928"
},
{
"name": "CVE-2024-50379",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50379"
},
{
"name": "CVE-2023-24056",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24056"
},
{
"name": "CVE-2024-38816",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38816"
},
{
"name": "CVE-2024-52317",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52317"
},
{
"name": "CVE-2024-52316",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52316"
},
{
"name": "CVE-2022-3570",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3570"
}
],
"initial_release_date": "2025-06-06T00:00:00",
"last_revision_date": "2025-06-06T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0481",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-06-06T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2025-06-03",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7235432",
"url": "https://www.ibm.com/support/pages/node/7235432"
},
{
"published_at": "2025-06-03",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7235402",
"url": "https://www.ibm.com/support/pages/node/7235402"
}
]
}
CERTFR-2025-AVI-0760
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | QRadar SIEM | User Entity Behavior Analytics pour IBM QRadar SIEM versions antérieures à 5.0.1 | ||
| IBM | WebSphere | IBM Common Licensing pour Websphere Liberty Agent versions 9.0.x antérieures à 9.0.0.2 | ||
| IBM | Db2 | Db2 on Cloud Pak for Data versions antérieures à v5.2.1 | ||
| IBM | WebSphere | IBM Enterprise Application Runtimes pour WebSphere Application Server version 1.0 sans les correctif de sécurité APAR PH67137 et APAR PH67132 | ||
| IBM | WebSphere | Engineering Test Management versions 7.0.2 et 7.0.3 pour WebSphere Application Server 8.5 et 9.0 sans le dernier correctif de sécurité | ||
| IBM | WebSphere | Engineering Lifecycle Management 7.0.2 et 7.0.3 pour WebSphere Application Server Liberty versions 17.0.0.3 à 25.0.0.8 sans le dernier correctif de sécurité | ||
| IBM | WebSphere | IBM Common Licensing pour Websphere Liberty ART versions 9.0.x antérieures à 9.0.0.2 | ||
| IBM | WebSphere | Engineering Lifecycle Management 7.1 pour WebSphere Application Server Liberty versions 17.0.0.3 à 25.0.0.8 sans le dernier correctif de sécurité | ||
| IBM | WebSphere | Cloud Pak for Applications versions 5.1 à 5.3 pour WebSphere Application Server Liberty sans les correctifs de sécurité APAR PH67132 et APAR PH67137 | ||
| IBM | WebSphere | Engineering Test Management versions 7.1 pour WebSphere Application Server 8.5 et 9.0 sans le dernier correctif de sécurité | ||
| IBM | WebSphere | WebSphere Application Server and WebSphere Application Server Liberty, avec les fonctionnalités jsonp sans le dernier correctif de sécurité | ||
| IBM | WebSphere | WebSphere Hybrid Edition version 5.1 sans les correctifs de sécurité APAR PH67137, APAR PH67132, | ||
| IBM | Db2 | Db2 Warehouse on Cloud Pak for Data versions antérieures à v5.2.1 |
| Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "User Entity Behavior Analytics pour IBM QRadar SIEM versions ant\u00e9rieures \u00e0 5.0.1",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Common Licensing pour Websphere Liberty Agent versions 9.0.x ant\u00e9rieures \u00e0 9.0.0.2",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 on Cloud Pak for Data versions ant\u00e9rieures \u00e0 v5.2.1",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Enterprise Application Runtimes pour WebSphere Application Server version 1.0 sans les correctif de s\u00e9curit\u00e9 APAR PH67137 et APAR PH67132",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Engineering Test Management versions 7.0.2 et 7.0.3 pour WebSphere Application Server 8.5 et 9.0 sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Engineering Lifecycle Management 7.0.2 et 7.0.3 pour WebSphere Application Server Liberty versions 17.0.0.3 \u00e0 25.0.0.8 sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Common Licensing pour Websphere Liberty ART versions 9.0.x ant\u00e9rieures \u00e0 9.0.0.2",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Engineering Lifecycle Management 7.1 pour WebSphere Application Server Liberty versions 17.0.0.3 \u00e0 25.0.0.8 sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Cloud Pak for Applications versions 5.1 \u00e0 5.3 pour WebSphere Application Server Liberty sans les correctifs de s\u00e9curit\u00e9 APAR PH67132 et APAR PH67137",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Engineering Test Management versions 7.1 pour WebSphere Application Server 8.5 et 9.0 sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Application Server and WebSphere Application Server Liberty, avec les fonctionnalit\u00e9s jsonp sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Hybrid Edition version 5.1 sans les correctifs de s\u00e9curit\u00e9 APAR PH67137, APAR PH67132,",
"product": {
"name": "WebSphere",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 Warehouse on Cloud Pak for Data versions ant\u00e9rieures \u00e0 v5.2.1",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2022-31129",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-31129"
},
{
"name": "CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"name": "CVE-2023-43642",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43642"
},
{
"name": "CVE-2025-0755",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0755"
},
{
"name": "CVE-2025-25724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25724"
},
{
"name": "CVE-2023-1370",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1370"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2024-55565",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55565"
},
{
"name": "CVE-2024-51473",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51473"
},
{
"name": "CVE-2015-5237",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-5237"
},
{
"name": "CVE-2025-3445",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3445"
},
{
"name": "CVE-2025-32386",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32386"
},
{
"name": "CVE-2025-46762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46762"
},
{
"name": "CVE-2025-32421",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32421"
},
{
"name": "CVE-2016-4055",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-4055"
},
{
"name": "CVE-2024-43799",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43799"
},
{
"name": "CVE-2024-49766",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49766"
},
{
"name": "CVE-2024-45492",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45492"
},
{
"name": "CVE-2025-4330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4330"
},
{
"name": "CVE-2024-56326",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56326"
},
{
"name": "CVE-2025-22004",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22004"
},
{
"name": "CVE-2025-4138",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4138"
},
{
"name": "CVE-2025-30472",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30472"
},
{
"name": "CVE-2025-24528",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24528"
},
{
"name": "CVE-2024-45813",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45813"
},
{
"name": "CVE-2022-36364",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36364"
},
{
"name": "CVE-2023-5868",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5868"
},
{
"name": "CVE-2025-48050",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48050"
},
{
"name": "CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"name": "CVE-2025-33092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-33092"
},
{
"name": "CVE-2024-51479",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51479"
},
{
"name": "CVE-2025-1647",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1647"
},
{
"name": "CVE-2023-39417",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39417"
},
{
"name": "CVE-2023-34462",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34462"
},
{
"name": "CVE-2024-0406",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0406"
},
{
"name": "CVE-2024-11831",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11831"
},
{
"name": "CVE-2018-7489",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-7489"
},
{
"name": "CVE-2025-33143",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-33143"
},
{
"name": "CVE-2021-3393",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3393"
},
{
"name": "CVE-2025-2533",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2533"
},
{
"name": "CVE-2019-10202",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10202"
},
{
"name": "CVE-2023-5870",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5870"
},
{
"name": "CVE-2024-4067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4067"
},
{
"name": "CVE-2025-36097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36097"
},
{
"name": "CVE-2024-45490",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45490"
},
{
"name": "CVE-2025-36010",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36010"
},
{
"name": "CVE-2025-36047",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36047"
},
{
"name": "CVE-2024-45491",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45491"
},
{
"name": "CVE-2025-50182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50182"
},
{
"name": "CVE-2022-49846",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49846"
},
{
"name": "CVE-2025-32462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32462"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2022-3510",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3510"
},
{
"name": "CVE-2022-3509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3509"
},
{
"name": "CVE-2025-4517",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4517"
},
{
"name": "CVE-2023-5869",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5869"
},
{
"name": "CVE-2024-8184",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8184"
},
{
"name": "CVE-2025-48068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48068"
},
{
"name": "CVE-2024-48949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48949"
},
{
"name": "CVE-2025-52999",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52999"
},
{
"name": "CVE-2025-33114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-33114"
},
{
"name": "CVE-2025-7783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7783"
},
{
"name": "CVE-2025-27152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27152"
},
{
"name": "CVE-2022-41862",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41862"
},
{
"name": "CVE-2025-4435",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4435"
},
{
"name": "CVE-2025-21966",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21966"
},
{
"name": "CVE-2023-22467",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22467"
},
{
"name": "CVE-2022-24823",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24823"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2024-48948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48948"
},
{
"name": "CVE-2024-12718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12718"
},
{
"name": "CVE-2019-9193",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9193"
},
{
"name": "CVE-2018-5968",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-5968"
},
{
"name": "CVE-2024-6763",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6763"
},
{
"name": "CVE-2025-48976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48976"
},
{
"name": "CVE-2023-39410",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39410"
},
{
"name": "CVE-2024-56332",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56332"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2025-37799",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37799"
},
{
"name": "CVE-2022-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24785"
},
{
"name": "CVE-2024-56201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56201"
},
{
"name": "CVE-2017-7525",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7525"
},
{
"name": "CVE-2023-26133",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26133"
},
{
"name": "CVE-2024-6484",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6484"
},
{
"name": "CVE-2024-6485",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6485"
},
{
"name": "CVE-2023-2454",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2454"
},
{
"name": "CVE-2024-9823",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9823"
},
{
"name": "CVE-2025-26791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26791"
},
{
"name": "CVE-2024-56339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56339"
},
{
"name": "CVE-2024-49767",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49767"
},
{
"name": "CVE-2022-1552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1552"
},
{
"name": "CVE-2024-49828",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49828"
},
{
"name": "CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"name": "CVE-2025-29927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29927"
},
{
"name": "CVE-2025-32387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32387"
},
{
"name": "CVE-2024-43800",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43800"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2017-18214",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-18214"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2023-2455",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2455"
},
{
"name": "CVE-2025-24855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24855"
},
{
"name": "CVE-2025-5702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5702"
},
{
"name": "CVE-2025-36071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36071"
},
{
"name": "CVE-2025-37749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37749"
},
{
"name": "CVE-2024-0985",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0985"
},
{
"name": "CVE-2017-15095",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-15095"
},
{
"name": "CVE-2024-36114",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36114"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2019-12086",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12086"
},
{
"name": "CVE-2024-6827",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6827"
},
{
"name": "CVE-2023-52933",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52933"
},
{
"name": "CVE-2021-21290",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21290"
},
{
"name": "CVE-2024-12243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12243"
},
{
"name": "CVE-2022-2625",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2625"
},
{
"name": "CVE-2023-2976",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2976"
},
{
"name": "CVE-2017-17485",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-17485"
},
{
"name": "CVE-2024-6762",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6762"
},
{
"name": "CVE-2022-1471",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1471"
},
{
"name": "CVE-2024-52894",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52894"
},
{
"name": "CVE-2025-21759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21759"
},
{
"name": "CVE-2022-3171",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3171"
},
{
"name": "CVE-2025-21887",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21887"
},
{
"name": "CVE-2025-6442",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6442"
},
{
"name": "CVE-2024-12133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12133"
},
{
"name": "CVE-2024-51504",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51504"
},
{
"name": "CVE-2022-41881",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41881"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2025-21756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21756"
},
{
"name": "CVE-2018-1000873",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000873"
},
{
"name": "CVE-2023-32305",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32305"
},
{
"name": "CVE-2025-47287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47287"
},
{
"name": "CVE-2024-57699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57699"
},
{
"name": "CVE-2025-3576",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3576"
},
{
"name": "CVE-2025-48734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48734"
}
],
"initial_release_date": "2025-09-05T00:00:00",
"last_revision_date": "2025-09-05T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0760",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-09-05T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Injection SQL (SQLi)"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2025-09-03",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7243927",
"url": "https://www.ibm.com/support/pages/node/7243927"
},
{
"published_at": "2025-09-03",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7243923",
"url": "https://www.ibm.com/support/pages/node/7243923"
},
{
"published_at": "2025-09-03",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7243924",
"url": "https://www.ibm.com/support/pages/node/7243924"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7244012",
"url": "https://www.ibm.com/support/pages/node/7244012"
},
{
"published_at": "2025-09-01",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7243659",
"url": "https://www.ibm.com/support/pages/node/7243659"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7244002",
"url": "https://www.ibm.com/support/pages/node/7244002"
},
{
"published_at": "2025-08-29",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7243582",
"url": "https://www.ibm.com/support/pages/node/7243582"
},
{
"published_at": "2025-09-03",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7243928",
"url": "https://www.ibm.com/support/pages/node/7243928"
},
{
"published_at": "2025-09-03",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7243925",
"url": "https://www.ibm.com/support/pages/node/7243925"
},
{
"published_at": "2025-09-04",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7244010",
"url": "https://www.ibm.com/support/pages/node/7244010"
},
{
"published_at": "2025-09-03",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7243922",
"url": "https://www.ibm.com/support/pages/node/7243922"
},
{
"published_at": "2025-09-01",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7243673",
"url": "https://www.ibm.com/support/pages/node/7243673"
},
{
"published_at": "2025-09-03",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7243877",
"url": "https://www.ibm.com/support/pages/node/7243877"
}
]
}
CERTFR-2025-AVI-0538
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans VMware Tanzu. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu | Tanzu pour Postgres versions antérieures à 13.21.0 | ||
| VMware | Tanzu | Tanzu pour Postgres versions 14.x antérieures à 14.18.0 | ||
| VMware | Tanzu | Tanzu pour Postgres versions 17.x antérieures à 17.5.0 | ||
| VMware | Tanzu | Tanzu pour Postgres versions 16x antérieures à 16.9.0 | ||
| VMware | Tanzu | Tanzu pour Postgres versions 15.x antérieures à 15.13.0 |
| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Tanzu pour Postgres versions ant\u00e9rieures \u00e0 13.21.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres versions 14.x ant\u00e9rieures \u00e0 14.18.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres versions 17.x ant\u00e9rieures \u00e0 17.5.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres versions 16x ant\u00e9rieures \u00e0 16.9.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres versions 15.x ant\u00e9rieures \u00e0 15.13.0",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2023-29483",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29483"
},
{
"name": "CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"name": "CVE-2021-3572",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3572"
},
{
"name": "CVE-2024-5998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5998"
},
{
"name": "CVE-2024-31583",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31583"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2024-11392",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11392"
},
{
"name": "CVE-2024-56326",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56326"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2023-50447",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50447"
},
{
"name": "CVE-2024-34062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34062"
},
{
"name": "CVE-2024-7804",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7804"
},
{
"name": "CVE-2024-39705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39705"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2024-3571",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3571"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2024-24788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24788"
},
{
"name": "CVE-2024-3095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3095"
},
{
"name": "CVE-2024-22195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22195"
},
{
"name": "CVE-2024-11393",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11393"
},
{
"name": "CVE-2024-28219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28219"
},
{
"name": "CVE-2024-53899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53899"
},
{
"name": "CVE-2024-12720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12720"
},
{
"name": "CVE-2024-30251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30251"
},
{
"name": "CVE-2024-27306",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27306"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"name": "CVE-2019-20916",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20916"
},
{
"name": "CVE-2024-56201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56201"
},
{
"name": "CVE-2024-5569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5569"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2024-5206",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5206"
},
{
"name": "CVE-2024-27454",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27454"
},
{
"name": "CVE-2024-42367",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42367"
},
{
"name": "CVE-2024-43497",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43497"
},
{
"name": "CVE-2024-8309",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8309"
},
{
"name": "CVE-2024-0243",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0243"
},
{
"name": "CVE-2024-31580",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31580"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2024-52304",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52304"
},
{
"name": "CVE-2025-4207",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4207"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2022-42969",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42969"
},
{
"name": "CVE-2025-1094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1094"
},
{
"name": "CVE-2024-34064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34064"
},
{
"name": "CVE-2024-23829",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23829"
},
{
"name": "CVE-2024-11394",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11394"
},
{
"name": "CVE-2023-47248",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47248"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2024-39689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39689"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2024-2965",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2965"
},
{
"name": "CVE-2024-28088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28088"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2024-1455",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1455"
},
{
"name": "CVE-2024-23334",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23334"
}
],
"initial_release_date": "2025-06-26T00:00:00",
"last_revision_date": "2025-06-26T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0538",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-06-26T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans VMware Tanzu. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans VMware Tanzu",
"vendor_advisories": [
{
"published_at": "2025-06-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35866",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35866"
},
{
"published_at": "2025-06-25",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 35867",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35867"
}
]
}
CERTFR-2025-AVI-0422
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans IBM QRadar SIEM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "QRadar Incident Forensics versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP12",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar SIEM versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP12",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-11168",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11168"
},
{
"name": "CVE-2023-50386",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50386"
},
{
"name": "CVE-2024-56326",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56326"
},
{
"name": "CVE-2024-9287",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9287"
},
{
"name": "CVE-2023-50782",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50782"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2020-13955",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13955"
},
{
"name": "CVE-2022-49043",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49043"
},
{
"name": "CVE-2022-39135",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-39135"
},
{
"name": "CVE-2022-41678",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41678"
},
{
"name": "CVE-2023-50298",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50298"
},
{
"name": "CVE-2023-50292",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50292"
},
{
"name": "CVE-2023-35116",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35116"
},
{
"name": "CVE-2024-29131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29131"
},
{
"name": "CVE-2023-50291",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50291"
},
{
"name": "CVE-2019-12900",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12900"
},
{
"name": "CVE-2024-29133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29133"
},
{
"name": "CVE-2024-56201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56201"
},
{
"name": "CVE-2022-42004",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42004"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2024-10041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
},
{
"name": "CVE-2022-34169",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34169"
},
{
"name": "CVE-2024-10963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10963"
},
{
"name": "CVE-2024-55549",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55549"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2025-24855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24855"
},
{
"name": "CVE-2024-47072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47072"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2022-42003",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42003"
},
{
"name": "CVE-2023-5752",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5752"
},
{
"name": "CVE-2020-11023",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11023"
}
],
"initial_release_date": "2025-05-16T00:00:00",
"last_revision_date": "2025-05-16T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0422",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-05-16T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans IBM QRadar SIEM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans IBM QRadar SIEM",
"vendor_advisories": [
{
"published_at": "2025-05-14",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7233394",
"url": "https://www.ibm.com/support/pages/node/7233394"
}
]
}
CERTFR-2025-AVI-0337
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Sterling | Sterling Connect:Direct Web Services versions 6.1.x antérieures à 6.1.0.28 | ||
| IBM | QRadar | QRadar Suite Software versions 1.1x.x.x antérieures à 1.11.2.x | ||
| IBM | Cloud Pak | Cloud Pak for Security versions 1.1x.x.x antérieures à 1.11.2.x | ||
| IBM | QRadar | SOAR QRadar Plugin App versions antérieures à 5.6.0 |
| Title | Publication Time | Tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Sterling Connect:Direct Web Services versions 6.1.x ant\u00e9rieures \u00e0 6.1.0.28",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Suite Software versions 1.1x.x.x ant\u00e9rieures \u00e0 1.11.2.x",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Cloud Pak for Security versions 1.1x.x.x ant\u00e9rieures \u00e0 1.11.2.x",
"product": {
"name": "Cloud Pak",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "SOAR QRadar Plugin App versions ant\u00e9rieures \u00e0 5.6.0",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-42459",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42459"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2024-6531",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6531"
},
{
"name": "CVE-2024-22201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22201"
},
{
"name": "CVE-2023-1370",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1370"
},
{
"name": "CVE-2024-55565",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55565"
},
{
"name": "CVE-2024-43788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43788"
},
{
"name": "CVE-2024-4068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4068"
},
{
"name": "CVE-2020-35494",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35494"
},
{
"name": "CVE-2020-15250",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15250"
},
{
"name": "CVE-2024-23944",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23944"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2024-43799",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43799"
},
{
"name": "CVE-2024-21068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21068"
},
{
"name": "CVE-2020-35496",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35496"
},
{
"name": "CVE-2024-21534",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21534"
},
{
"name": "CVE-2024-42460",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42460"
},
{
"name": "CVE-2024-56326",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56326"
},
{
"name": "CVE-2024-45813",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45813"
},
{
"name": "CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"name": "CVE-2023-45133",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45133"
},
{
"name": "CVE-2025-21613",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21613"
},
{
"name": "CVE-2024-12798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12798"
},
{
"name": "CVE-2023-25584",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25584"
},
{
"name": "CVE-2024-43796",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43796"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2024-4067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4067"
},
{
"name": "CVE-2024-29018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29018"
},
{
"name": "CVE-2024-8184",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8184"
},
{
"name": "CVE-2025-1302",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1302"
},
{
"name": "CVE-2025-27152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27152"
},
{
"name": "CVE-2024-21538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21538"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2024-48948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48948"
},
{
"name": "CVE-2024-0450",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0450"
},
{
"name": "CVE-2024-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12801"
},
{
"name": "CVE-2018-18700",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-18700"
},
{
"name": "CVE-2024-47554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47554"
},
{
"name": "CVE-2024-45296",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45296"
},
{
"name": "CVE-2024-6763",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6763"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2024-7254",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7254"
},
{
"name": "CVE-2019-16163",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16163"
},
{
"name": "CVE-2024-56201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56201"
},
{
"name": "CVE-2023-51775",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51775"
},
{
"name": "CVE-2024-52798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52798"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2023-52428",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52428"
},
{
"name": "CVE-2024-10041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
},
{
"name": "CVE-2023-1972",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1972"
},
{
"name": "CVE-2025-26791",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-26791"
},
{
"name": "CVE-2024-10963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10963"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2023-25588",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25588"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2020-35495",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35495"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2024-42461",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42461"
},
{
"name": "CVE-2024-29180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29180"
},
{
"name": "CVE-2019-12972",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12972"
},
{
"name": "CVE-2025-1094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1094"
},
{
"name": "CVE-2023-25585",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25585"
},
{
"name": "CVE-2025-21614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21614"
},
{
"name": "CVE-2025-21502",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21502"
},
{
"name": "CVE-2020-35507",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35507"
},
{
"name": "CVE-2020-35493",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35493"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2018-12699",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12699"
},
{
"name": "CVE-2024-57699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57699"
}
],
"initial_release_date": "2025-04-18T00:00:00",
"last_revision_date": "2025-04-18T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0337",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-04-18T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Injection SQL (SQLi)"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2025-04-11",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7230739",
"url": "https://www.ibm.com/support/pages/node/7230739"
},
{
"published_at": "2025-04-17",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7231169",
"url": "https://www.ibm.com/support/pages/node/7231169"
},
{
"published_at": "2025-04-16",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7231051",
"url": "https://www.ibm.com/support/pages/node/7231051"
}
]
}
CERTFR-2025-AVI-0272
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits Splunk. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Splunk | Splunk Enterprise | image docker splunk/splunk versions 9.2.x antérieures à 9.2.5 | ||
| Splunk | Universal Forwarder | image docker splunk/universalforwarder versions 9.3.x antérieures à 9.3.3 | ||
| Splunk | Universal Forwarder | image docker splunk/universalforwarder versions 9.2.x antérieures à 9.2.5 | ||
| Splunk | Splunk Enterprise | image docker splunk/splunk versions 9.1.x antérieures à 9.1.8 | ||
| Splunk | Universal Forwarder | image docker splunk/universalforwarder versions 9.4.x antérieures à 9.4.1 | ||
| Splunk | Universal Forwarder | image docker splunk/universalforwarder versions 9.1.x antérieures à 9.1.8 | ||
| Splunk | Splunk Enterprise | image docker splunk/splunk versions 9.3.x antérieures à 9.3.3 | ||
| Splunk | Splunk Enterprise | image docker splunk/splunk versions 9.4.x antérieures à 9.4.1 |
| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "image docker splunk/splunk versions 9.2.x ant\u00e9rieures \u00e0 9.2.5",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "image docker splunk/universalforwarder versions 9.3.x ant\u00e9rieures \u00e0 9.3.3",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "image docker splunk/universalforwarder versions 9.2.x ant\u00e9rieures \u00e0 9.2.5",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "image docker splunk/splunk versions 9.1.x ant\u00e9rieures \u00e0 9.1.8",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "image docker splunk/universalforwarder versions 9.4.x ant\u00e9rieures \u00e0 9.4.1",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "image docker splunk/universalforwarder versions 9.1.x ant\u00e9rieures \u00e0 9.1.8",
"product": {
"name": "Universal Forwarder",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "image docker splunk/splunk versions 9.3.x ant\u00e9rieures \u00e0 9.3.3",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
},
{
"description": "image docker splunk/splunk versions 9.4.x ant\u00e9rieures \u00e0 9.4.1",
"product": {
"name": "Splunk Enterprise",
"vendor": {
"name": "Splunk",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-56326",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56326"
},
{
"name": "CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"name": "CVE-2024-56201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56201"
}
],
"initial_release_date": "2025-04-03T00:00:00",
"last_revision_date": "2025-04-03T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0272",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-04-03T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Splunk. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Splunk",
"vendor_advisories": [
{
"published_at": "2025-04-02",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0401",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0401"
},
{
"published_at": "2025-04-02",
"title": "Bulletin de s\u00e9curit\u00e9 Splunk SVD-2025-0402",
"url": "https://advisory.splunk.com/advisories/SVD-2025-0402"
}
]
}
CERTFR-2025-AVI-0106
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Cognos Analytics | Cognos Analytics versions 12.x antérieures à 12.0.4 IF2 | ||
| IBM | Cognos Analytics | Cognos Analytics versions 11.2.x antérieures à 11.2.4 FP5 | ||
| IBM | Security QRadar EDR | Security QRadar EDR versions 3.12.x antérieures à 3.12.15 | ||
| IBM | Db2 | IBM Db2 on Cloud Pak for Data et Db2 Warehouse on Cloud Pak for Data versions 3.5 à 4.8 antérieures à v4.8.8 | ||
| IBM | Security QRadar SIEM | QRadar SIEM versions 7.5.0 antérieures à 7.5.0 UP11 |
| Title | Publication Time | Tags | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Cognos Analytics versions 12.x ant\u00e9rieures \u00e0 12.0.4 IF2",
"product": {
"name": "Cognos Analytics",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Cognos Analytics versions 11.2.x ant\u00e9rieures \u00e0 11.2.4 FP5",
"product": {
"name": "Cognos Analytics",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Security QRadar EDR versions 3.12.x ant\u00e9rieures \u00e0 3.12.15",
"product": {
"name": "Security QRadar EDR",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "IBM Db2 on Cloud Pak for Data et Db2 Warehouse on Cloud Pak for Data versions 3.5 \u00e0 4.8 ant\u00e9rieures \u00e0 v4.8.8",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar SIEM versions 7.5.0 ant\u00e9rieures \u00e0 7.5.0 UP11",
"product": {
"name": "Security QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2023-29483",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29483"
},
{
"name": "CVE-2023-7104",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7104"
},
{
"name": "CVE-2020-21469",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-21469"
},
{
"name": "CVE-2024-45020",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45020"
},
{
"name": "CVE-2024-46826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46826"
},
{
"name": "CVE-2024-42070",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42070"
},
{
"name": "CVE-2023-51714",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-51714"
},
{
"name": "CVE-2021-47366",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47366"
},
{
"name": "CVE-2024-41093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41093"
},
{
"name": "CVE-2021-21409",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21409"
},
{
"name": "CVE-2024-36361",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36361"
},
{
"name": "CVE-2024-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35939"
},
{
"name": "CVE-2024-41009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41009"
},
{
"name": "CVE-2024-29041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29041"
},
{
"name": "CVE-2019-9641",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9641"
},
{
"name": "CVE-2022-21426",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21426"
},
{
"name": "CVE-2024-39503",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39503"
},
{
"name": "CVE-2024-50268",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50268"
},
{
"name": "CVE-2024-42292",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42292"
},
{
"name": "CVE-2024-28849",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28849"
},
{
"name": "CVE-2016-2193",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2193"
},
{
"name": "CVE-2024-42284",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42284"
},
{
"name": "CVE-2024-43788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43788"
},
{
"name": "CVE-2024-4068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4068"
},
{
"name": "CVE-2024-26961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26961"
},
{
"name": "CVE-2024-38608",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38608"
},
{
"name": "CVE-2024-50275",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50275"
},
{
"name": "CVE-2024-49352",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49352"
},
{
"name": "CVE-2023-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37920"
},
{
"name": "CVE-2024-40924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40924"
},
{
"name": "CVE-2024-22353",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22353"
},
{
"name": "CVE-2020-20703",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-20703"
},
{
"name": "CVE-2024-50125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50125"
},
{
"name": "CVE-2022-48968",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48968"
},
{
"name": "CVE-2024-47715",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47715"
},
{
"name": "CVE-2024-26976",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26976"
},
{
"name": "CVE-2024-56326",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56326"
},
{
"name": "CVE-2024-50267",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50267"
},
{
"name": "CVE-2019-9638",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9638"
},
{
"name": "CVE-2022-49016",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49016"
},
{
"name": "CVE-2023-52492",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52492"
},
{
"name": "CVE-2023-5868",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5868"
},
{
"name": "CVE-2019-9639",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9639"
},
{
"name": "CVE-2023-28154",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28154"
},
{
"name": "CVE-2024-27062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27062"
},
{
"name": "CVE-2024-35839",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35839"
},
{
"name": "CVE-2024-49977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49977"
},
{
"name": "CVE-2024-43889",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43889"
},
{
"name": "CVE-2019-20444",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20444"
},
{
"name": "CVE-2024-29415",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29415"
},
{
"name": "CVE-2024-46820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46820"
},
{
"name": "CVE-2024-45018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45018"
},
{
"name": "CVE-2024-33883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-33883"
},
{
"name": "CVE-2024-43880",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43880"
},
{
"name": "CVE-2024-26615",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26615"
},
{
"name": "CVE-2024-50130",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50130"
},
{
"name": "CVE-2024-4317",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4317"
},
{
"name": "CVE-2024-25026",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25026"
},
{
"name": "CVE-2024-38586",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38586"
},
{
"name": "CVE-2024-53047",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53047"
},
{
"name": "CVE-2024-31141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31141"
},
{
"name": "CVE-2023-5870",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5870"
},
{
"name": "CVE-2024-4067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4067"
},
{
"name": "CVE-2024-45769",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45769"
},
{
"name": "CVE-2024-10977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10977"
},
{
"name": "CVE-2024-27017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27017"
},
{
"name": "CVE-2018-20506",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-20506"
},
{
"name": "CVE-2018-20346",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-20346"
},
{
"name": "CVE-2024-46845",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46845"
},
{
"name": "CVE-2024-40983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40983"
},
{
"name": "CVE-2021-37137",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37137"
},
{
"name": "CVE-2023-5869",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5869"
},
{
"name": "CVE-2022-49003",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49003"
},
{
"name": "CVE-2024-42079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42079"
},
{
"name": "CVE-2024-35898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35898"
},
{
"name": "CVE-2024-43854",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43854"
},
{
"name": "CVE-2024-44935",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44935"
},
{
"name": "CVE-2024-50124",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50124"
},
{
"name": "CVE-2022-24823",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24823"
},
{
"name": "CVE-2024-49875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49875"
},
{
"name": "CVE-2019-9020",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9020"
},
{
"name": "CVE-2024-41066",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41066"
},
{
"name": "CVE-2021-37136",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37136"
},
{
"name": "CVE-2019-9023",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9023"
},
{
"name": "CVE-2024-7348",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7348"
},
{
"name": "CVE-2024-42244",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42244"
},
{
"name": "CVE-2024-10976",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10976"
},
{
"name": "CVE-2024-41942",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41942"
},
{
"name": "CVE-2021-21295",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21295"
},
{
"name": "CVE-2024-45770",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45770"
},
{
"name": "CVE-2024-26851",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26851"
},
{
"name": "CVE-2022-48773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48773"
},
{
"name": "CVE-2019-12900",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12900"
},
{
"name": "CVE-2024-50282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50282"
},
{
"name": "CVE-2024-24857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24857"
},
{
"name": "CVE-2024-49866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49866"
},
{
"name": "CVE-2024-49949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49949"
},
{
"name": "CVE-2021-43797",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-43797"
},
{
"name": "CVE-2024-56201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56201"
},
{
"name": "CVE-2024-41092",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41092"
},
{
"name": "CVE-2024-5569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5569"
},
{
"name": "CVE-2024-29736",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29736"
},
{
"name": "CVE-2019-9021",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9021"
},
{
"name": "CVE-2024-27268",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27268"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2022-21434",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21434"
},
{
"name": "CVE-2024-41042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41042"
},
{
"name": "CVE-2023-2454",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2454"
},
{
"name": "CVE-2022-42004",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42004"
},
{
"name": "CVE-2024-10041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10041"
},
{
"name": "CVE-2022-34169",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-34169"
},
{
"name": "CVE-2024-43892",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43892"
},
{
"name": "CVE-2024-50252",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50252"
},
{
"name": "CVE-2024-37890",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37890"
},
{
"name": "CVE-2024-47668",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47668"
},
{
"name": "CVE-2017-15010",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-15010"
},
{
"name": "CVE-2023-52921",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52921"
},
{
"name": "CVE-2024-53677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53677"
},
{
"name": "CVE-2024-10978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10978"
},
{
"name": "CVE-2024-53140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53140"
},
{
"name": "CVE-2024-50602",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50602"
},
{
"name": "CVE-2023-2455",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2455"
},
{
"name": "CVE-2024-39338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39338"
},
{
"name": "CVE-2019-20478",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20478"
},
{
"name": "CVE-2024-0985",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0985"
},
{
"name": "CVE-2024-38541",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38541"
},
{
"name": "CVE-2024-40984",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40984"
},
{
"name": "CVE-2023-52922",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52922"
},
{
"name": "CVE-2024-50274",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50274"
},
{
"name": "CVE-2024-38540",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38540"
},
{
"name": "CVE-2021-21290",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21290"
},
{
"name": "CVE-2024-29180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29180"
},
{
"name": "CVE-2022-42003",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-42003"
},
{
"name": "CVE-2024-53064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53064"
},
{
"name": "CVE-2023-50314",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50314"
},
{
"name": "CVE-2023-52917",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52917"
},
{
"name": "CVE-2023-26136",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26136"
},
{
"name": "CVE-2024-44990",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44990"
},
{
"name": "CVE-2023-42282",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42282"
},
{
"name": "CVE-2024-42301",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42301"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2024-22354",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22354"
},
{
"name": "CVE-2024-50279",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50279"
},
{
"name": "CVE-2022-21476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21476"
},
{
"name": "CVE-2019-16869",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-16869"
},
{
"name": "CVE-2022-23491",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23491"
},
{
"name": "CVE-2022-21541",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21541"
},
{
"name": "CVE-2024-26924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26924"
},
{
"name": "CVE-2022-21540",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21540"
},
{
"name": "CVE-2024-44989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44989"
},
{
"name": "CVE-2018-20505",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-20505"
},
{
"name": "CVE-2024-32007",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-32007"
},
{
"name": "CVE-2024-10979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10979"
},
{
"name": "CVE-2019-20445",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20445"
},
{
"name": "CVE-2024-40961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40961"
}
],
"initial_release_date": "2025-02-07T00:00:00",
"last_revision_date": "2025-02-07T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0106",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-02-07T00:00:00.000000"
}
],
"risks": [
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
},
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2025-02-04",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7182424",
"url": "https://www.ibm.com/support/pages/node/7182424"
},
{
"published_at": "2025-02-03",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7182335",
"url": "https://www.ibm.com/support/pages/node/7182335"
},
{
"published_at": "2025-02-02",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7181898",
"url": "https://www.ibm.com/support/pages/node/7181898"
},
{
"published_at": "2025-02-04",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7181480",
"url": "https://www.ibm.com/support/pages/node/7181480"
},
{
"published_at": "2025-02-05",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7182696",
"url": "https://www.ibm.com/support/pages/node/7182696"
}
]
}
fkie_cve-2024-56201
Vulnerability from fkie_nvd
| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f | Patch | |
| security-advisories@github.com | https://github.com/pallets/jinja/issues/1792 | Issue Tracking | |
| security-advisories@github.com | https://github.com/pallets/jinja/releases/tag/3.1.5 | Release Notes | |
| security-advisories@github.com | https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699 | Vendor Advisory |
| Vendor | Product | Version | |
|---|---|---|---|
| palletsprojects | jinja | * |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:palletsprojects:jinja:*:*:*:*:*:*:*:*",
"matchCriteriaId": "A50631DE-4A4A-4B19-81C0-4D0597588D7A",
"versionEndExcluding": "3.1.5",
"versionStartIncluding": "3.0.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Jinja is an extensible templating engine. In versions on the 3.x branch prior to 3.1.5, 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 if Jinja\u0027s sandbox is used. To exploit the vulnerability, an attacker needs 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 which execute untrusted templates where the template author can also choose the template filename. This vulnerability is fixed in 3.1.5."
},
{
"lang": "es",
"value": "Jinja es un motor de plantillas extensible. Antes de 3.1.5, un error en el compilador de Jinja permit\u00eda a un atacante que controlaba tanto el contenido como el nombre de archivo de una plantilla ejecutar c\u00f3digo Python arbitrario, independientemente de si se utilizaba el entorno limitado de Jinja. Para aprovechar la vulnerabilidad, un atacante necesita controlar tanto el nombre del archivo como 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 donde el autor de la plantilla tambi\u00e9n puede elegir el nombre del archivo de la plantilla. Esta vulnerabilidad se solucion\u00f3 en 3.1.5."
}
],
"id": "CVE-2024-56201",
"lastModified": "2025-09-22T17:45:28.710",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 2.0,
"impactScore": 6.0,
"source": "nvd@nist.gov",
"type": "Primary"
}
],
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "LOW",
"attackRequirements": "PRESENT",
"attackVector": "LOCAL",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityRequirement": "NOT_DEFINED",
"exploitMaturity": "NOT_DEFINED",
"integrityRequirement": "NOT_DEFINED",
"modifiedAttackComplexity": "NOT_DEFINED",
"modifiedAttackRequirements": "NOT_DEFINED",
"modifiedAttackVector": "NOT_DEFINED",
"modifiedPrivilegesRequired": "NOT_DEFINED",
"modifiedSubAvailabilityImpact": "NOT_DEFINED",
"modifiedSubConfidentialityImpact": "NOT_DEFINED",
"modifiedSubIntegrityImpact": "NOT_DEFINED",
"modifiedUserInteraction": "NOT_DEFINED",
"modifiedVulnAvailabilityImpact": "NOT_DEFINED",
"modifiedVulnConfidentialityImpact": "NOT_DEFINED",
"modifiedVulnIntegrityImpact": "NOT_DEFINED",
"privilegesRequired": "LOW",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "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",
"vulnAvailabilityImpact": "HIGH",
"vulnConfidentialityImpact": "HIGH",
"vulnIntegrityImpact": "HIGH",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2024-12-23T16:15:07.410",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f"
},
{
"source": "security-advisories@github.com",
"tags": [
"Issue Tracking"
],
"url": "https://github.com/pallets/jinja/issues/1792"
},
{
"source": "security-advisories@github.com",
"tags": [
"Release Notes"
],
"url": "https://github.com/pallets/jinja/releases/tag/3.1.5"
},
{
"source": "security-advisories@github.com",
"tags": [
"Vendor Advisory"
],
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-150"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
msrc_cve-2024-56201
Vulnerability from csaf_microsoft
Notes
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2024-56201 Jinja has a sandbox breakout through malicious filenames - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2024/msrc_cve-2024-56201.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Jinja has a sandbox breakout through malicious filenames",
"tracking": {
"current_release_date": "2025-02-22T00:00:00.000Z",
"generator": {
"date": "2025-10-20T02:41:15.723Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2024-56201",
"initial_release_date": "2024-12-02T00:00:00.000Z",
"revision_history": [
{
"date": "2025-01-15T00:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2025-01-17T00:00:00.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2025-02-22T00:00:00.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 python-jinja2 3.0.3-5",
"product": {
"name": "\u003ccbl2 python-jinja2 3.0.3-5",
"product_id": "5"
}
},
{
"category": "product_version",
"name": "cbl2 python-jinja2 3.0.3-5",
"product": {
"name": "cbl2 python-jinja2 3.0.3-5",
"product_id": "17125"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 python-jinja2 3.1.2-2",
"product": {
"name": "\u003cazl3 python-jinja2 3.1.2-2",
"product_id": "4"
}
},
{
"category": "product_version",
"name": "azl3 python-jinja2 3.1.2-2",
"product": {
"name": "azl3 python-jinja2 3.1.2-2",
"product_id": "17499"
}
},
{
"category": "product_version_range",
"name": "\u003ccbl2 python-jinja2 3.0.3-7",
"product": {
"name": "\u003ccbl2 python-jinja2 3.0.3-7",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "cbl2 python-jinja2 3.0.3-7",
"product": {
"name": "cbl2 python-jinja2 3.0.3-7",
"product_id": "19846"
}
},
{
"category": "product_version_range",
"name": "\u003cazl3 python-jinja2 3.1.2-3",
"product": {
"name": "\u003cazl3 python-jinja2 3.1.2-3",
"product_id": "3"
}
},
{
"category": "product_version",
"name": "azl3 python-jinja2 3.1.2-3",
"product": {
"name": "azl3 python-jinja2 3.1.2-3",
"product_id": "19400"
}
}
],
"category": "product_name",
"name": "python-jinja2"
},
{
"category": "product_name",
"name": "azl3 nodejs 20.14.0-8",
"product": {
"name": "azl3 nodejs 20.14.0-8",
"product_id": "2"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 python-jinja2 3.0.3-5 as a component of CBL Mariner 2.0",
"product_id": "17086-5"
},
"product_reference": "5",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 python-jinja2 3.0.3-5 as a component of CBL Mariner 2.0",
"product_id": "17125-17086"
},
"product_reference": "17125",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 python-jinja2 3.1.2-2 as a component of Azure Linux 3.0",
"product_id": "17084-4"
},
"product_reference": "4",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 python-jinja2 3.1.2-2 as a component of Azure Linux 3.0",
"product_id": "17499-17084"
},
"product_reference": "17499",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 python-jinja2 3.0.3-7 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 python-jinja2 3.0.3-7 as a component of CBL Mariner 2.0",
"product_id": "19846-17086"
},
"product_reference": "19846",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003cazl3 python-jinja2 3.1.2-3 as a component of Azure Linux 3.0",
"product_id": "17084-3"
},
"product_reference": "3",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 python-jinja2 3.1.2-3 as a component of Azure Linux 3.0",
"product_id": "19400-17084"
},
"product_reference": "19400",
"relates_to_product_reference": "17084"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 nodejs 20.14.0-8 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-56201",
"cwe": {
"id": "CWE-150",
"name": "Improper Neutralization of Escape, Meta, or Control Sequences"
},
"flags": [
{
"label": "component_not_present",
"product_ids": [
"17084-2"
]
}
],
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"17125-17086",
"17499-17084",
"19846-17086",
"19400-17084"
],
"known_affected": [
"17086-5",
"17084-4",
"17086-1",
"17084-3"
],
"known_not_affected": [
"17084-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2024-56201 Jinja has a sandbox breakout through malicious filenames - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2024/msrc_cve-2024-56201.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2025-01-15T00:00:00.000Z",
"details": "3.0.3-5:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-5",
"17086-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
},
{
"category": "vendor_fix",
"date": "2025-01-15T00:00:00.000Z",
"details": "3.1.2-2:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17084-4",
"17084-3"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalsScore": 0.0,
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"temporalScore": 8.8,
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"17086-5",
"17084-4",
"17086-1",
"17084-3"
]
}
],
"title": "Jinja has a sandbox breakout through malicious filenames"
}
]
}
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"
}
]
}
ghsa-gmj6-6f8f-6699
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
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 if Jinja's sandbox is used.
To exploit the vulnerability, an attacker needs 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 which execute untrusted templates where the template author can also choose the template filename.
{
"affected": [
{
"database_specific": {
"last_known_affected_version_range": "\u003c= 3.1.4"
},
"package": {
"ecosystem": "PyPI",
"name": "jinja2"
},
"ranges": [
{
"events": [
{
"introduced": "3.0.0"
},
{
"fixed": "3.1.5"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2024-56201"
],
"database_specific": {
"cwe_ids": [
"CWE-150"
],
"github_reviewed": true,
"github_reviewed_at": "2024-12-23T17:54:12Z",
"nvd_published_at": "2024-12-23T16:15:07Z",
"severity": "MODERATE"
},
"details": "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 if Jinja\u0027s sandbox is used.\n\nTo exploit the vulnerability, an attacker needs 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 which execute untrusted templates where the template author can also choose the template filename.",
"id": "GHSA-gmj6-6f8f-6699",
"modified": "2025-01-08T16:06:01Z",
"published": "2024-12-23T17:54:12Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201"
},
{
"type": "WEB",
"url": "https://github.com/pallets/jinja/issues/1792"
},
{
"type": "WEB",
"url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f"
},
{
"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:N/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 malicious filenames"
}
suse-su-2025:0006-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for python-Jinja2",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-Jinja2 fixes the following issues:\n\n - CVE-2024-56201: Fixed sandbox breakout through malicious content and filename of a template (bsc#1234808)\n - CVE-2024-56326: Fixed sandbox breakout through indirect reference to format method (bsc#1234809)\n\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-6,SUSE-SLE-Module-Public-Cloud-15-SP4-2025-6,SUSE-SLE-Module-Python3-15-SP6-2025-6,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-6,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-6,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-6,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-6,SUSE-SLE-Product-SLED-15-SP4-LTSS-2025-6,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-6,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-6,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-6,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-6,openSUSE-SLE-15.5-2025-6,openSUSE-SLE-15.6-2025-6",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0006-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0006-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250006-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0006-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/HPNJF5YIZCFWIYFLQBGRUQ2IHXCRQPMO/"
},
{
"category": "self",
"summary": "SUSE Bug 1234808",
"url": "https://bugzilla.suse.com/1234808"
},
{
"category": "self",
"summary": "SUSE Bug 1234809",
"url": "https://bugzilla.suse.com/1234809"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-56201 page",
"url": "https://www.suse.com/security/cve/CVE-2024-56201/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-56326 page",
"url": "https://www.suse.com/security/cve/CVE-2024-56326/"
}
],
"title": "Security update for python-Jinja2",
"tracking": {
"current_release_date": "2025-01-02T08:45:18Z",
"generator": {
"date": "2025-01-02T08:45:18Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0006-1",
"initial_release_date": "2025-01-02T08:45:18Z",
"revision_history": [
{
"date": "2025-01-02T08:45:18Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"product": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"product_id": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-Jinja2-3.1.2-150400.12.11.1.i586",
"product": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.i586",
"product_id": "python311-Jinja2-3.1.2-150400.12.11.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"product": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"product_id": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"product": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"product_id": "python311-Jinja2-3.1.2-150400.12.11.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"product": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"product_id": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-public-cloud:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python3:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.aarch64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.s390x as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.s390x"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64 as component of SUSE Linux Enterprise Module for Public Cloud 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Public Cloud 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.s390x as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.s390x"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64 as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.aarch64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.s390x"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.s390x"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
},
"product_reference": "python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-56201",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-56201"
}
],
"notes": [
{
"category": "general",
"text": "Jinja is an extensible templating engine. In versions on the 3.x branch prior to 3.1.5, 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 if Jinja\u0027s sandbox is used. To exploit the vulnerability, an attacker needs 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 which execute untrusted templates where the template author can also choose the template filename. This vulnerability is fixed in 3.1.5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-56201",
"url": "https://www.suse.com/security/cve/CVE-2024-56201"
},
{
"category": "external",
"summary": "SUSE Bug 1234808 for CVE-2024-56201",
"url": "https://bugzilla.suse.com/1234808"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-02T08:45:18Z",
"details": "important"
}
],
"title": "CVE-2024-56201"
},
{
"cve": "CVE-2024-56326",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-56326"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-56326",
"url": "https://www.suse.com/security/cve/CVE-2024-56326"
},
{
"category": "external",
"summary": "SUSE Bug 1234809 for CVE-2024-56326",
"url": "https://bugzilla.suse.com/1234809"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Module for Public Cloud 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"openSUSE Leap 15.5:python311-Jinja2-3.1.2-150400.12.11.1.x86_64",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.aarch64",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.ppc64le",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.s390x",
"openSUSE Leap 15.6:python311-Jinja2-3.1.2-150400.12.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-02T08:45:18Z",
"details": "important"
}
],
"title": "CVE-2024-56326"
}
]
}
opensuse-su-2025:14997-1
Vulnerability from csaf_opensuse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "oci-cli-3.54.1-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the oci-cli-3.54.1-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2025-14997",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2025_14997-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2025:14997-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/RJHTSZ2BBTEOR5VWX6IPMTWJ5V4265YW/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2025:14997-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/RJHTSZ2BBTEOR5VWX6IPMTWJ5V4265YW/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-32681 page",
"url": "https://www.suse.com/security/cve/CVE-2023-32681/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-39689 page",
"url": "https://www.suse.com/security/cve/CVE-2024-39689/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-56201 page",
"url": "https://www.suse.com/security/cve/CVE-2024-56201/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-56326 page",
"url": "https://www.suse.com/security/cve/CVE-2024-56326/"
}
],
"title": "oci-cli-3.54.1-1.1 on GA media",
"tracking": {
"current_release_date": "2025-04-15T00:00:00Z",
"generator": {
"date": "2025-04-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2025:14997-1",
"initial_release_date": "2025-04-15T00:00:00Z",
"revision_history": [
{
"date": "2025-04-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "oci-cli-3.54.1-1.1.aarch64",
"product": {
"name": "oci-cli-3.54.1-1.1.aarch64",
"product_id": "oci-cli-3.54.1-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "oci-cli-3.54.1-1.1.ppc64le",
"product": {
"name": "oci-cli-3.54.1-1.1.ppc64le",
"product_id": "oci-cli-3.54.1-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "oci-cli-3.54.1-1.1.s390x",
"product": {
"name": "oci-cli-3.54.1-1.1.s390x",
"product_id": "oci-cli-3.54.1-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "oci-cli-3.54.1-1.1.x86_64",
"product": {
"name": "oci-cli-3.54.1-1.1.x86_64",
"product_id": "oci-cli-3.54.1-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-cli-3.54.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:oci-cli-3.54.1-1.1.aarch64"
},
"product_reference": "oci-cli-3.54.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-cli-3.54.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:oci-cli-3.54.1-1.1.ppc64le"
},
"product_reference": "oci-cli-3.54.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-cli-3.54.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:oci-cli-3.54.1-1.1.s390x"
},
"product_reference": "oci-cli-3.54.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-cli-3.54.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:oci-cli-3.54.1-1.1.x86_64"
},
"product_reference": "oci-cli-3.54.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-32681",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-32681"
}
],
"notes": [
{
"category": "general",
"text": "Requests is a HTTP library. Since Requests 2.3.0, Requests has been leaking Proxy-Authorization headers to destination servers when redirected to an HTTPS endpoint. This is a product of how we use `rebuild_proxies` to reattach the `Proxy-Authorization` header to requests. For HTTP connections sent through the tunnel, the proxy will identify the header in the request itself and remove it prior to forwarding to the destination server. However when sent over HTTPS, the `Proxy-Authorization` header must be sent in the CONNECT request as the proxy has no visibility into the tunneled request. This results in Requests forwarding proxy credentials to the destination server unintentionally, allowing a malicious actor to potentially exfiltrate sensitive information. This issue has been patched in version 2.31.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.aarch64",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.ppc64le",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.s390x",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-32681",
"url": "https://www.suse.com/security/cve/CVE-2023-32681"
},
{
"category": "external",
"summary": "SUSE Bug 1211674 for CVE-2023-32681",
"url": "https://bugzilla.suse.com/1211674"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.aarch64",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.ppc64le",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.s390x",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.aarch64",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.ppc64le",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.s390x",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-32681"
},
{
"cve": "CVE-2024-39689",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-39689"
}
],
"notes": [
{
"category": "general",
"text": "Certifi is a curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. Certifi starting in 2021.5.30 and prior to 2024.7.4 recognized root certificates from `GLOBALTRUST`. Certifi 2024.7.04 removes root certificates from `GLOBALTRUST` from the root store. These are in the process of being removed from Mozilla\u0027s trust store. `GLOBALTRUST`\u0027s root certificates are being removed pursuant to an investigation which identified \"long-running and unresolved compliance issues.\"",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.aarch64",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.ppc64le",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.s390x",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-39689",
"url": "https://www.suse.com/security/cve/CVE-2024-39689"
},
{
"category": "external",
"summary": "SUSE Bug 1227519 for CVE-2024-39689",
"url": "https://bugzilla.suse.com/1227519"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.aarch64",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.ppc64le",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.s390x",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.aarch64",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.ppc64le",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.s390x",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-15T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2024-39689"
},
{
"cve": "CVE-2024-56201",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-56201"
}
],
"notes": [
{
"category": "general",
"text": "Jinja is an extensible templating engine. In versions on the 3.x branch prior to 3.1.5, 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 if Jinja\u0027s sandbox is used. To exploit the vulnerability, an attacker needs 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 which execute untrusted templates where the template author can also choose the template filename. This vulnerability is fixed in 3.1.5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.aarch64",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.ppc64le",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.s390x",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-56201",
"url": "https://www.suse.com/security/cve/CVE-2024-56201"
},
{
"category": "external",
"summary": "SUSE Bug 1234808 for CVE-2024-56201",
"url": "https://bugzilla.suse.com/1234808"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.aarch64",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.ppc64le",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.s390x",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.aarch64",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.ppc64le",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.s390x",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-56201"
},
{
"cve": "CVE-2024-56326",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-56326"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.aarch64",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.ppc64le",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.s390x",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-56326",
"url": "https://www.suse.com/security/cve/CVE-2024-56326"
},
{
"category": "external",
"summary": "SUSE Bug 1234809 for CVE-2024-56326",
"url": "https://bugzilla.suse.com/1234809"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.aarch64",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.ppc64le",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.s390x",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.aarch64",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.ppc64le",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.s390x",
"openSUSE Tumbleweed:oci-cli-3.54.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-04-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2024-56326"
}
]
}
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.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- 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.