Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-56201 (GCVE-0-2024-56201)
Vulnerability from cvelistv5 – Published: 2024-12-23 15:37 – Updated: 2025-02-18 21:47- CWE-150 - Improper Neutralization of Escape, Meta, or Control Sequences
| URL | Tags |
|---|---|
| https://github.com/pallets/jinja/security/advisor… | x_refsource_CONFIRM |
| https://github.com/pallets/jinja/issues/1792 | x_refsource_MISC |
| https://github.com/pallets/jinja/commit/767b23617… | x_refsource_MISC |
| https://github.com/pallets/jinja/releases/tag/3.1.5 | x_refsource_MISC |
{
"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": {
"epss": {
"cve": "CVE-2024-56201",
"date": "2026-06-04",
"epss": "0.00573",
"percentile": "0.69094"
},
"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:0341
Vulnerability from csaf_redhat - Published: 2025-01-15 19:34 - Updated: 2026-06-02 15:18A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:633d7e710c98fdc43fb966caa0a8a5e70ffcc5143397ade3b3a8516e49d40ee5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:a97fc48b723bc1e30fc48d1777c30963558432070339052beb6992000d5681fd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:be737fd689a8a236e16a7f4f2e8d16576e55112ca078a1e7ae98dd28603db56d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d6fc995d4a401fc44e8692d4b4ffabcc887dd4d4bf40dc97a1fb0da36427eb70_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:dc8d5006c2f1180af77467811543fcfe07e26a4c88c6707b206692ba88994f3d_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:76dda3813db9e4b3c9b6231a4671b4ea83bcdfc12aca0203642f16078a7a7308_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:2b3f660afb09d885008805164913031724a2e6ef44c23bcfcda0872547796020_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:f73293bbc83a989de958a093f9d27a390fcd5fd889b6991b29246e946ff5f173_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:9108919ceaf1b2a74eb09d34d21c79d87a5c2913cb7c0bc14d4a91d7ac4eab2a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:24108b3f430077e1d062598a7452e0f080fa0c6847941b0cee9a98630d1ba924_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:e6dea9e1291824c64e30da60304c6260dac63aa592f59eb446182525d37a60d5_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ec32e837696ce70d99b910f09c5f249f467d41611b17ebda65a97f472da2d23b_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:faefa5edfe878a594f3710220561659721f315ddcbc213f6abe58b2846194959_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:725d3556e9bd2e91acf345a93ad9f0216ebabfd537a416c4934841d3747a86fe_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:929b3e8c84ed0a424f1dea07a411ef22dc7622dbd2491fa01765b68a50e84397_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:ad74ec5dbb2ddfa557843d6b3642c6168e17d36ba2d8d7d71ee61d625c578957_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:e0d2cfb63a119d9eb24a12610a63155ed5388d8a4b29c7b7b1388f5038637a9d_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:036ac746da4275b51bfa147aa88d78c0e10ffc487c4e2921def86c4f9ac5b005_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:26d157f4479c38dc2cb9bd68855534534fb70fe331bb6b3ca72f107e7b740c05_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3587939de3944776d9a680e0ec85af84f62ca3c834aca27ee4a36a2f93a656e9_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:e3e2b8ea61494b68c9681e2e086ed754c8820b5136c6a0e03a2c33cd286c63ae_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:18dc1090514fe1740de1f7cd4115dab6be6b210d8726dc9ad520c686f0198a1c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:7c701fc085b75859961b15027c263864853682cfbb327ae8e220130e8f8af3d5_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:a3cbfbe7fea909868346bbeefb5c14bfce77858c17aa6e36df0b34d5d24de794_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b68431e7c04d57dc22644e1b3637541216cf554d7444c53503fdd12a64881ec4_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:145d69e08e4ec9009e0c4c95c2941aa00344abcb4c2789fa0e197867653b70dc_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:5e7b54220ba3a0d19aa7adb72510d22cb3771ddc61140990d79799e8c0be0fbb_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:ade07a2b5cda4c38ca83691e5ae1f03e9a575deb8384f69c3533c10c6c99ce6d_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:e69e3df9bdd02cac0e61a92ab1dc92742aeb3519ae5c694a5e02d4b946614d20_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:5c297d87438eae45b1606ae454262346978fcfe0e13a3dd6cb5feb162942b3f0_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:7f11ad704f3bdb820df673bbc3599e1c0c51aa738712874eab28e3c689b23484_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:9dfb2477871cefbdc661f5f5db091a720e811c6584818d23670a7b195a2b739c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e220c411759b0ea86bf45e6825277fc67fbd92f3d9ecf908375089812213e2cd_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:0c7bbf37a7f88dea9029a30ecd5cd9968b9432209e0c80d4c84950269a6f5c35_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:7cc34e0020cf3a24be08da80d13e4d13f41d9d6c574b53f0121cea218e28e38d_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:d8830b75b2ac589cb0d8e802c4531b989cd1d5fbfc3c4bd437b7849dbb393603_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:da0d3ff04a837ba199a6d4f7c18f0462b6ca1da19af1d1673f35b19ecd9f7908_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:18b58e802611f2e3704e6b4def22eb5c98a9a74847a72a20ca53260b793eefaf_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:3abff9bf7545c4eb4f07036a90e11909da3f1439d6253726077e6a0fdcf40735_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:ec56cd10bc1809ad6cd9f917ecf7afb6ef815619c6450c8482918af20654ddfb_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:fdb21020cba553552bcb1f14d661fa2c715a7231878a84dec4c55b077f582db3_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0742e8cb70ca94663b57f9238a8901e1a549af21d77329f4902a569e3df67867_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0dce85b9996e5321b6d2b4fa09be3c63dbdd7185b7c81761d6064d5018fd2671_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:d1c875776a86e52d54361d926bf2861b5191b2319e6f8b09c8202bcc505fa8cd_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:ebba01bdb3b12df5ea3cdb60d98d3100cfe94ca265b21045bc38902f96f1677d_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41016d60686857701a07da836c9fb8dccc4be66204785ddc4e6b9ecd7e069783_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:4a9e8d4c7fbc70aa11af1377a31385d0656c6ec1df10ee36570266dc7f675555_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f09bcbf5774c049659380795fad210ebd5592efc93a1a67dd04df90aaec3cbc4_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f9e5af61e840a071d5b6338acc6e434479424373bdddd7f233f93fe6f86b0578_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:662efdccc86181b295c708a69cd458dfd9eb0306382a6f8836b61691dafa4715_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:6cbb31d4d0207565325a7849e22dd68b1418d537e84cf3a0a11b02855856e002_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:9733738a42942400affb410fbaf8b451427e4c30ff350d1530cc4c0ca9c994a1_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:ef1275f381716c1e54a99a41007bb1407c10aa7124efd86b261dd555f27bab75_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:35fd67d59edc1b5c8c050d9f1b866372676f3d26118ea068744d45970db6499c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:521d0db50b5399e59b294b689bff1948132bced3f4e16ae502ff39d6961c6d7a_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5e3a3e2834e36f3d53a363391ccd90c3cd576e7c271c0ab27507ac71f2fb554b_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a0122f39c357af5023e3d266cbba863936648943d1ba73f43f0f9f636c505cda_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:6185554134a09396e8e72672bd6616ec4488cc54a3a6849212dc1a1ef6496b76_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:68ac790f665d325fae33a08fc89e6c2eb469d2892a0b0fe72aa6f6433dc5efbd_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:df4aadce50ab0363b3f79455cec7555134a4c9af51b4534346a84b411b139196_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:e50d105572ffce6047335409fd156f82fb45a4f07e9ecdc7f859a358af4cef0c_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:5b302d0c0f16453850ce6c86362ff3fe8362736d7ae1547a05e6e583529381b9_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a457746feb99cf75d1d8046ee5e90bcc46c37717dce22efe6511bdfc9a14a708_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a87f43e01543d68e2244820e68f1064c6a25782416ab3999ea5c5668ca007bd7_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:afa2cdc63e2016ce7c2d48cd0c1c0a581fc9976116f43c1609da8401826baf6c_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4adc7a85c101074d3dd7f8d8affea9350f37c0a5da71c3dc037c5478bf8dc357_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4b004cccc00be3a37e21fa8c488d1e4ca96f047c697a5e968470efa57f0c97c8_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6209b029e96240192fc0e5ff5da54db3a3d3c45c780b3269377a759a6160bb4e_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:a8f5f30633889eb43fb65de7be75062ca098d9c48a08bc0673a82f8bd0c1d446_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:18f187d59c6185f5a7a549147819be9fec8baf8104b3c77c423936b826af3a70_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:a1ead217d3cdb924cbbc613cd652d377cf665500e914e668ce407bad5881d40f_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:dca5e728dd36d55c7fa8e05010ee73c3617c5ad13f96de69877e3fd792bf7ad0_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:ec712b5e76563cdf5ea496d96ce45160d9b61aa6f4fb86fe53a9f87330bcd7c7_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:2ae69bf767dbcc49446ac03325ff3e709c5b2a5faf4efb0c83155431b693288b_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:73f4c72f0889d0c4d40117ee3afeb23f79236800d0b89fd53bcb6f6e916f06fe_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:a7d1da2bcf12eae6dc64b246dbc89c50d3b15e95ac90de3135ed02e415fded7d_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:fd752c00166c91b380cdf65ac7a1b57cf280e1fed9f3acb7a9eccafe355646af_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2857a93e1d0e58fc9eee876a1ed93997122d29417974b8bb891572810cd5ff87_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2ae78254a689cf82498a4a8e99066a9e226eb28408366fb85daa2fa4014a4cee_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:7663bed7f9621302bd1495470918d93b8f13db057f94748de7b38ff6bf27cea8_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:b080d5be81f801fa7de3fbb212009ffb21ac8f8fdf8ac1cea3a09d9bfd6600e2_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1682cc7c3027640f428a7da2724a92ab8d4abb6d1b50e6cdc5c4ac84a0b3ce25_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7716ebfe4582bb56f82c18b04d8a9ad5812956a97bd4fc881df0e1200e06c19c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:90dd28b6df0588c35bb75ae5029a58acc23d1b2530b1190c9133c2015a11ce43_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:97dd06fba86585736782609233bfb8be938a36c995e0da4de5aff511544456fc_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:184d735d321bb6b276dc6a266d132e4de79186bfc1d57939a8e3491c3aeead00_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:1dd27bb6eba79634a8725a0433c9a570df8c5d2bcd251eb3edf11854ed654cee_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:751ce8e328931f554ce2395641cfbaf13a453d8c02aa1d8f6731b9c8e121dea7_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9a05373a6c38ef2ffc1dc6e4676ba3ce6b7d35d795b8d3c49b9a592f60f47b0e_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:21609ac3e437a5efd017099fbb7412b78ee95515811f0dea85761dccaee4eb7f_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:2186c0e80f15d4837c02c71fed00cadbc1e0eb0c986151ca045275e72770d7fd_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:a6a1d878f5076b01ae2e31d1ac3913b69bd1f73e3f85c766c16ab23b08375ce3_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:d9cd3c8768a67324006bd0745a612d1d41997c4a4de1c1edf9435951291976bc_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:04fc74edff653970ce441b1d0e3f7aca44221d2c289d55a808a732f5f6f685e2_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:883b9d2b9700814213a4759e0dc36f24f29340ec22874884939cb81bf51eb79e_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b08342e47f2fabd84f974260fcdd916d32d4329bc824d4ebb7ba32a727ca5b84_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:ebc4f111371a3d548dd044184b6605f2269415c467788b9d3112fb63b44d8332_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:997928acca42ae66ecce1aac50e7617771d67f91452dc5774e581fec1826b1e4_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d3d9e7fc38b7bf1f05bc28d71f079c24162866ba4d82934f0a104b3fbc0a854c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:e832c2eb20cfa92577ef412cf2436941b9ed3fe772c28cb9150dd43d8c2ace39_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ffe4566eba239897e534fa9fbc91e2e849742c260563b93a47f81e2bdfa982da_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:1e1920c6017633fba1bdf9ff113f42aaf82641e3285e4c749cfa4a96a7019b4c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:23fd68ea3ae40553b3b78f808120a98b448dfd5b9d7b8baaa3490be4cd2bd12a_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:7af8245d601c5920095f9ef795cc0f4a52167079e8d969a4eabdb4cf19df1e2b_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:f0b8dab001166648f6c87c8a88ccfb6cc8c864a5a1a826bb2ae8532312fb2036_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:fe530baf73ca2c557efa2d019c9cafb306354ffe468932f12768afa87538ff92_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:3e083f1324e09514f902af7797178ee67ce48e6407513558c0794db10f822a79_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7804520e26bdb5dfac848e9c4e00d598c3d0b40ec3980521ced421ae684591f5_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:b8fc5a19e751851d38d9e33340c17f9579d15468c788db81e1138e688245a607_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:ce57d819c40780c23673b3a96450835d74d63eb91445962ad951cd05ff11e65e_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:4f4f9499bea1f1e141e41b040115be2c34c64d6c38e6308ca71ac11ba1b2e8b8_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:7958863292d81357614888f005dac99727dbf0c2f13726f28c2b39865c671d5a_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a13814b5e4cf882e42704ab9c8e77fcc2540b43507e646973a14ccb29a724a5_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f496cb718fdc13cc2f5d5df210df389be02fdd8b3f6e7d8f50633184a81c7b1f_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:29d34317295d0f3b22461df849189a828993baf98b9b5a0ddfb7f7185dcabb25_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:c025aa4ff0db09e514e56c6d62a1f3cf1f28d26c4b71277684d2528da58e28d0_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:d4c682a8e365311e0cfe86015ecc7b0963dae69d1a2ed7cdaf2b6a9cc36419ae_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:f2c02332098e6b3e8bd948046e7c427bee140b93f3146c821c3cfb62b611e6de_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:0ea56540722faf1e2ebae9b12fad9d9671231fe9c1e3485fcdaa8935da4006d3_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3cb86f6bb54004d3ff72daf0dd9ee2f7d62ae1c0c87f9764a3e9f9c211567d3b_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:ac6f2c6d3cf93b6f4a429f33756452ae6cd986ac8441fb185589d5572bf6536c_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:bd6ce6beae61924800b3c0a20b5558366d4b8c487c4cbc7c5f909ccf5b340f0b_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1c181e588d73c4cca402485e7c30de7f3ed33042a68919aa21d633fdfaa1c224_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:53d5d6d5f13135d56054647bd2ce4ce84a4ae7345f06a8689ab89c4c34ad2e7f_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:a2898d66b6d5ccab036aa7eeb0a5cf88ea0c3dc4eb5af4613ec26f76bcdd9d3b_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dcc1ad065ff86c3baa43a8d91418b97400e0fa3891ff09e0c16a0c7cfa0e237c_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e5df14c54ea3e7aff61d38d735d8de1430fe75d6344bbf77b02f3f4942a9ea7f_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e69f6b548fa5e2ff2fc485cb5cfcf7a16ffe5fef3a8b41ff583ff1870eea3a41_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:ec195b702c1e317e4bd2d29f480af0656fedf89d6fbecd50496b31107bf55d78_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:f29a511e7fff40fdadae3164925ceb3d660b4ad1b391276ed68b7b6e5a3e486a_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:7c7741c352ac1e1d3e55d99c22c14d72f8bb03262a7171dd011ed4b8efa222d7_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:8215b9e6dde14bde8a3c35ddf9616818ec3821dfe53e4bd07943e15842f78b44_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4a7261dac58ee08494a8e8627f58141ade0dbe0e45dda4086451513b44487069_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4b6c13ebf35c61905e68df4521fdf2702f07150366686da88549a0e4ee2b2e51_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5a27cef0f39d329b1ad792cca36bc4658848474b74e0d00d5c192c91bbb025b7_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5ed4a8e0ffeec991b88561e6ccc27b02c4cd6130c307816ef9d0bf08fc7924f3_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:73f03ce96fb9d9943dc46f76fb2c67edcb6030a0c622aef913d22c39e2ea9f8b_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:7e46a8b679402508430bf8123527897f026a96fdf8f934d42ce723d108b2f2ae_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:8fed8d917a12c239823caa6eac19ad41ac948e8772b6b4655d5be5fcb864e1b9_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:ec62f735903890eeb1f08d49e6e2c448f0ba5f2063d53533d02f694f4a582c42_ppc64le | — |
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:633d7e710c98fdc43fb966caa0a8a5e70ffcc5143397ade3b3a8516e49d40ee5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:a97fc48b723bc1e30fc48d1777c30963558432070339052beb6992000d5681fd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:be737fd689a8a236e16a7f4f2e8d16576e55112ca078a1e7ae98dd28603db56d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d6fc995d4a401fc44e8692d4b4ffabcc887dd4d4bf40dc97a1fb0da36427eb70_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:dc8d5006c2f1180af77467811543fcfe07e26a4c88c6707b206692ba88994f3d_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:76dda3813db9e4b3c9b6231a4671b4ea83bcdfc12aca0203642f16078a7a7308_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:2b3f660afb09d885008805164913031724a2e6ef44c23bcfcda0872547796020_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:f73293bbc83a989de958a093f9d27a390fcd5fd889b6991b29246e946ff5f173_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:9108919ceaf1b2a74eb09d34d21c79d87a5c2913cb7c0bc14d4a91d7ac4eab2a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:24108b3f430077e1d062598a7452e0f080fa0c6847941b0cee9a98630d1ba924_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:e6dea9e1291824c64e30da60304c6260dac63aa592f59eb446182525d37a60d5_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ec32e837696ce70d99b910f09c5f249f467d41611b17ebda65a97f472da2d23b_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:faefa5edfe878a594f3710220561659721f315ddcbc213f6abe58b2846194959_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:725d3556e9bd2e91acf345a93ad9f0216ebabfd537a416c4934841d3747a86fe_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:929b3e8c84ed0a424f1dea07a411ef22dc7622dbd2491fa01765b68a50e84397_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:ad74ec5dbb2ddfa557843d6b3642c6168e17d36ba2d8d7d71ee61d625c578957_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:e0d2cfb63a119d9eb24a12610a63155ed5388d8a4b29c7b7b1388f5038637a9d_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:036ac746da4275b51bfa147aa88d78c0e10ffc487c4e2921def86c4f9ac5b005_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:26d157f4479c38dc2cb9bd68855534534fb70fe331bb6b3ca72f107e7b740c05_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3587939de3944776d9a680e0ec85af84f62ca3c834aca27ee4a36a2f93a656e9_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:e3e2b8ea61494b68c9681e2e086ed754c8820b5136c6a0e03a2c33cd286c63ae_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:18dc1090514fe1740de1f7cd4115dab6be6b210d8726dc9ad520c686f0198a1c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:7c701fc085b75859961b15027c263864853682cfbb327ae8e220130e8f8af3d5_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:a3cbfbe7fea909868346bbeefb5c14bfce77858c17aa6e36df0b34d5d24de794_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b68431e7c04d57dc22644e1b3637541216cf554d7444c53503fdd12a64881ec4_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:145d69e08e4ec9009e0c4c95c2941aa00344abcb4c2789fa0e197867653b70dc_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:5e7b54220ba3a0d19aa7adb72510d22cb3771ddc61140990d79799e8c0be0fbb_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:ade07a2b5cda4c38ca83691e5ae1f03e9a575deb8384f69c3533c10c6c99ce6d_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:e69e3df9bdd02cac0e61a92ab1dc92742aeb3519ae5c694a5e02d4b946614d20_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:5c297d87438eae45b1606ae454262346978fcfe0e13a3dd6cb5feb162942b3f0_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:7f11ad704f3bdb820df673bbc3599e1c0c51aa738712874eab28e3c689b23484_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:9dfb2477871cefbdc661f5f5db091a720e811c6584818d23670a7b195a2b739c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e220c411759b0ea86bf45e6825277fc67fbd92f3d9ecf908375089812213e2cd_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:0c7bbf37a7f88dea9029a30ecd5cd9968b9432209e0c80d4c84950269a6f5c35_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:7cc34e0020cf3a24be08da80d13e4d13f41d9d6c574b53f0121cea218e28e38d_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:d8830b75b2ac589cb0d8e802c4531b989cd1d5fbfc3c4bd437b7849dbb393603_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:da0d3ff04a837ba199a6d4f7c18f0462b6ca1da19af1d1673f35b19ecd9f7908_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:18b58e802611f2e3704e6b4def22eb5c98a9a74847a72a20ca53260b793eefaf_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:3abff9bf7545c4eb4f07036a90e11909da3f1439d6253726077e6a0fdcf40735_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:ec56cd10bc1809ad6cd9f917ecf7afb6ef815619c6450c8482918af20654ddfb_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:fdb21020cba553552bcb1f14d661fa2c715a7231878a84dec4c55b077f582db3_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0742e8cb70ca94663b57f9238a8901e1a549af21d77329f4902a569e3df67867_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0dce85b9996e5321b6d2b4fa09be3c63dbdd7185b7c81761d6064d5018fd2671_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:d1c875776a86e52d54361d926bf2861b5191b2319e6f8b09c8202bcc505fa8cd_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:ebba01bdb3b12df5ea3cdb60d98d3100cfe94ca265b21045bc38902f96f1677d_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41016d60686857701a07da836c9fb8dccc4be66204785ddc4e6b9ecd7e069783_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:4a9e8d4c7fbc70aa11af1377a31385d0656c6ec1df10ee36570266dc7f675555_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f09bcbf5774c049659380795fad210ebd5592efc93a1a67dd04df90aaec3cbc4_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f9e5af61e840a071d5b6338acc6e434479424373bdddd7f233f93fe6f86b0578_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:662efdccc86181b295c708a69cd458dfd9eb0306382a6f8836b61691dafa4715_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:6cbb31d4d0207565325a7849e22dd68b1418d537e84cf3a0a11b02855856e002_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:9733738a42942400affb410fbaf8b451427e4c30ff350d1530cc4c0ca9c994a1_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:ef1275f381716c1e54a99a41007bb1407c10aa7124efd86b261dd555f27bab75_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:35fd67d59edc1b5c8c050d9f1b866372676f3d26118ea068744d45970db6499c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:521d0db50b5399e59b294b689bff1948132bced3f4e16ae502ff39d6961c6d7a_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5e3a3e2834e36f3d53a363391ccd90c3cd576e7c271c0ab27507ac71f2fb554b_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a0122f39c357af5023e3d266cbba863936648943d1ba73f43f0f9f636c505cda_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:6185554134a09396e8e72672bd6616ec4488cc54a3a6849212dc1a1ef6496b76_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:68ac790f665d325fae33a08fc89e6c2eb469d2892a0b0fe72aa6f6433dc5efbd_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:df4aadce50ab0363b3f79455cec7555134a4c9af51b4534346a84b411b139196_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:e50d105572ffce6047335409fd156f82fb45a4f07e9ecdc7f859a358af4cef0c_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:5b302d0c0f16453850ce6c86362ff3fe8362736d7ae1547a05e6e583529381b9_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a457746feb99cf75d1d8046ee5e90bcc46c37717dce22efe6511bdfc9a14a708_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a87f43e01543d68e2244820e68f1064c6a25782416ab3999ea5c5668ca007bd7_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:afa2cdc63e2016ce7c2d48cd0c1c0a581fc9976116f43c1609da8401826baf6c_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4adc7a85c101074d3dd7f8d8affea9350f37c0a5da71c3dc037c5478bf8dc357_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4b004cccc00be3a37e21fa8c488d1e4ca96f047c697a5e968470efa57f0c97c8_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6209b029e96240192fc0e5ff5da54db3a3d3c45c780b3269377a759a6160bb4e_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:a8f5f30633889eb43fb65de7be75062ca098d9c48a08bc0673a82f8bd0c1d446_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:18f187d59c6185f5a7a549147819be9fec8baf8104b3c77c423936b826af3a70_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:a1ead217d3cdb924cbbc613cd652d377cf665500e914e668ce407bad5881d40f_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:dca5e728dd36d55c7fa8e05010ee73c3617c5ad13f96de69877e3fd792bf7ad0_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:ec712b5e76563cdf5ea496d96ce45160d9b61aa6f4fb86fe53a9f87330bcd7c7_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:2ae69bf767dbcc49446ac03325ff3e709c5b2a5faf4efb0c83155431b693288b_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:73f4c72f0889d0c4d40117ee3afeb23f79236800d0b89fd53bcb6f6e916f06fe_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:a7d1da2bcf12eae6dc64b246dbc89c50d3b15e95ac90de3135ed02e415fded7d_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:fd752c00166c91b380cdf65ac7a1b57cf280e1fed9f3acb7a9eccafe355646af_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2857a93e1d0e58fc9eee876a1ed93997122d29417974b8bb891572810cd5ff87_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2ae78254a689cf82498a4a8e99066a9e226eb28408366fb85daa2fa4014a4cee_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:7663bed7f9621302bd1495470918d93b8f13db057f94748de7b38ff6bf27cea8_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:b080d5be81f801fa7de3fbb212009ffb21ac8f8fdf8ac1cea3a09d9bfd6600e2_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1682cc7c3027640f428a7da2724a92ab8d4abb6d1b50e6cdc5c4ac84a0b3ce25_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7716ebfe4582bb56f82c18b04d8a9ad5812956a97bd4fc881df0e1200e06c19c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:90dd28b6df0588c35bb75ae5029a58acc23d1b2530b1190c9133c2015a11ce43_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:97dd06fba86585736782609233bfb8be938a36c995e0da4de5aff511544456fc_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:184d735d321bb6b276dc6a266d132e4de79186bfc1d57939a8e3491c3aeead00_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:1dd27bb6eba79634a8725a0433c9a570df8c5d2bcd251eb3edf11854ed654cee_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:751ce8e328931f554ce2395641cfbaf13a453d8c02aa1d8f6731b9c8e121dea7_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9a05373a6c38ef2ffc1dc6e4676ba3ce6b7d35d795b8d3c49b9a592f60f47b0e_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:21609ac3e437a5efd017099fbb7412b78ee95515811f0dea85761dccaee4eb7f_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:2186c0e80f15d4837c02c71fed00cadbc1e0eb0c986151ca045275e72770d7fd_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:a6a1d878f5076b01ae2e31d1ac3913b69bd1f73e3f85c766c16ab23b08375ce3_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:d9cd3c8768a67324006bd0745a612d1d41997c4a4de1c1edf9435951291976bc_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:04fc74edff653970ce441b1d0e3f7aca44221d2c289d55a808a732f5f6f685e2_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:883b9d2b9700814213a4759e0dc36f24f29340ec22874884939cb81bf51eb79e_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b08342e47f2fabd84f974260fcdd916d32d4329bc824d4ebb7ba32a727ca5b84_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:ebc4f111371a3d548dd044184b6605f2269415c467788b9d3112fb63b44d8332_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:997928acca42ae66ecce1aac50e7617771d67f91452dc5774e581fec1826b1e4_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d3d9e7fc38b7bf1f05bc28d71f079c24162866ba4d82934f0a104b3fbc0a854c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:e832c2eb20cfa92577ef412cf2436941b9ed3fe772c28cb9150dd43d8c2ace39_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ffe4566eba239897e534fa9fbc91e2e849742c260563b93a47f81e2bdfa982da_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:1e1920c6017633fba1bdf9ff113f42aaf82641e3285e4c749cfa4a96a7019b4c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:23fd68ea3ae40553b3b78f808120a98b448dfd5b9d7b8baaa3490be4cd2bd12a_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:7af8245d601c5920095f9ef795cc0f4a52167079e8d969a4eabdb4cf19df1e2b_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:f0b8dab001166648f6c87c8a88ccfb6cc8c864a5a1a826bb2ae8532312fb2036_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:fe530baf73ca2c557efa2d019c9cafb306354ffe468932f12768afa87538ff92_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:3e083f1324e09514f902af7797178ee67ce48e6407513558c0794db10f822a79_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7804520e26bdb5dfac848e9c4e00d598c3d0b40ec3980521ced421ae684591f5_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:b8fc5a19e751851d38d9e33340c17f9579d15468c788db81e1138e688245a607_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:ce57d819c40780c23673b3a96450835d74d63eb91445962ad951cd05ff11e65e_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:4f4f9499bea1f1e141e41b040115be2c34c64d6c38e6308ca71ac11ba1b2e8b8_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:7958863292d81357614888f005dac99727dbf0c2f13726f28c2b39865c671d5a_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a13814b5e4cf882e42704ab9c8e77fcc2540b43507e646973a14ccb29a724a5_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f496cb718fdc13cc2f5d5df210df389be02fdd8b3f6e7d8f50633184a81c7b1f_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:29d34317295d0f3b22461df849189a828993baf98b9b5a0ddfb7f7185dcabb25_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:c025aa4ff0db09e514e56c6d62a1f3cf1f28d26c4b71277684d2528da58e28d0_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:d4c682a8e365311e0cfe86015ecc7b0963dae69d1a2ed7cdaf2b6a9cc36419ae_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:f2c02332098e6b3e8bd948046e7c427bee140b93f3146c821c3cfb62b611e6de_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:0ea56540722faf1e2ebae9b12fad9d9671231fe9c1e3485fcdaa8935da4006d3_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3cb86f6bb54004d3ff72daf0dd9ee2f7d62ae1c0c87f9764a3e9f9c211567d3b_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:ac6f2c6d3cf93b6f4a429f33756452ae6cd986ac8441fb185589d5572bf6536c_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:bd6ce6beae61924800b3c0a20b5558366d4b8c487c4cbc7c5f909ccf5b340f0b_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1c181e588d73c4cca402485e7c30de7f3ed33042a68919aa21d633fdfaa1c224_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:53d5d6d5f13135d56054647bd2ce4ce84a4ae7345f06a8689ab89c4c34ad2e7f_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:a2898d66b6d5ccab036aa7eeb0a5cf88ea0c3dc4eb5af4613ec26f76bcdd9d3b_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dcc1ad065ff86c3baa43a8d91418b97400e0fa3891ff09e0c16a0c7cfa0e237c_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e5df14c54ea3e7aff61d38d735d8de1430fe75d6344bbf77b02f3f4942a9ea7f_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e69f6b548fa5e2ff2fc485cb5cfcf7a16ffe5fef3a8b41ff583ff1870eea3a41_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:ec195b702c1e317e4bd2d29f480af0656fedf89d6fbecd50496b31107bf55d78_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:f29a511e7fff40fdadae3164925ceb3d660b4ad1b391276ed68b7b6e5a3e486a_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:7c7741c352ac1e1d3e55d99c22c14d72f8bb03262a7171dd011ed4b8efa222d7_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:8215b9e6dde14bde8a3c35ddf9616818ec3821dfe53e4bd07943e15842f78b44_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4a7261dac58ee08494a8e8627f58141ade0dbe0e45dda4086451513b44487069_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4b6c13ebf35c61905e68df4521fdf2702f07150366686da88549a0e4ee2b2e51_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5a27cef0f39d329b1ad792cca36bc4658848474b74e0d00d5c192c91bbb025b7_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5ed4a8e0ffeec991b88561e6ccc27b02c4cd6130c307816ef9d0bf08fc7924f3_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:73f03ce96fb9d9943dc46f76fb2c67edcb6030a0c622aef913d22c39e2ea9f8b_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:7e46a8b679402508430bf8123527897f026a96fdf8f934d42ce723d108b2f2ae_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:8fed8d917a12c239823caa6eac19ad41ac948e8772b6b4655d5be5fcb864e1b9_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:ec62f735903890eeb1f08d49e6e2c448f0ba5f2063d53533d02f694f4a582c42_ppc64le | — |
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's 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:633d7e710c98fdc43fb966caa0a8a5e70ffcc5143397ade3b3a8516e49d40ee5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:a97fc48b723bc1e30fc48d1777c30963558432070339052beb6992000d5681fd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:be737fd689a8a236e16a7f4f2e8d16576e55112ca078a1e7ae98dd28603db56d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d6fc995d4a401fc44e8692d4b4ffabcc887dd4d4bf40dc97a1fb0da36427eb70_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:dc8d5006c2f1180af77467811543fcfe07e26a4c88c6707b206692ba88994f3d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:76dda3813db9e4b3c9b6231a4671b4ea83bcdfc12aca0203642f16078a7a7308_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:2b3f660afb09d885008805164913031724a2e6ef44c23bcfcda0872547796020_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:f73293bbc83a989de958a093f9d27a390fcd5fd889b6991b29246e946ff5f173_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:9108919ceaf1b2a74eb09d34d21c79d87a5c2913cb7c0bc14d4a91d7ac4eab2a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:24108b3f430077e1d062598a7452e0f080fa0c6847941b0cee9a98630d1ba924_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:e6dea9e1291824c64e30da60304c6260dac63aa592f59eb446182525d37a60d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ec32e837696ce70d99b910f09c5f249f467d41611b17ebda65a97f472da2d23b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:faefa5edfe878a594f3710220561659721f315ddcbc213f6abe58b2846194959_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:725d3556e9bd2e91acf345a93ad9f0216ebabfd537a416c4934841d3747a86fe_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:929b3e8c84ed0a424f1dea07a411ef22dc7622dbd2491fa01765b68a50e84397_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:ad74ec5dbb2ddfa557843d6b3642c6168e17d36ba2d8d7d71ee61d625c578957_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:e0d2cfb63a119d9eb24a12610a63155ed5388d8a4b29c7b7b1388f5038637a9d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:036ac746da4275b51bfa147aa88d78c0e10ffc487c4e2921def86c4f9ac5b005_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:26d157f4479c38dc2cb9bd68855534534fb70fe331bb6b3ca72f107e7b740c05_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3587939de3944776d9a680e0ec85af84f62ca3c834aca27ee4a36a2f93a656e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:e3e2b8ea61494b68c9681e2e086ed754c8820b5136c6a0e03a2c33cd286c63ae_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:18dc1090514fe1740de1f7cd4115dab6be6b210d8726dc9ad520c686f0198a1c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:7c701fc085b75859961b15027c263864853682cfbb327ae8e220130e8f8af3d5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:a3cbfbe7fea909868346bbeefb5c14bfce77858c17aa6e36df0b34d5d24de794_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b68431e7c04d57dc22644e1b3637541216cf554d7444c53503fdd12a64881ec4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:145d69e08e4ec9009e0c4c95c2941aa00344abcb4c2789fa0e197867653b70dc_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:5e7b54220ba3a0d19aa7adb72510d22cb3771ddc61140990d79799e8c0be0fbb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:ade07a2b5cda4c38ca83691e5ae1f03e9a575deb8384f69c3533c10c6c99ce6d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:e69e3df9bdd02cac0e61a92ab1dc92742aeb3519ae5c694a5e02d4b946614d20_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:5c297d87438eae45b1606ae454262346978fcfe0e13a3dd6cb5feb162942b3f0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:7f11ad704f3bdb820df673bbc3599e1c0c51aa738712874eab28e3c689b23484_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:9dfb2477871cefbdc661f5f5db091a720e811c6584818d23670a7b195a2b739c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e220c411759b0ea86bf45e6825277fc67fbd92f3d9ecf908375089812213e2cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:0c7bbf37a7f88dea9029a30ecd5cd9968b9432209e0c80d4c84950269a6f5c35_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:7cc34e0020cf3a24be08da80d13e4d13f41d9d6c574b53f0121cea218e28e38d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:d8830b75b2ac589cb0d8e802c4531b989cd1d5fbfc3c4bd437b7849dbb393603_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:da0d3ff04a837ba199a6d4f7c18f0462b6ca1da19af1d1673f35b19ecd9f7908_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:18b58e802611f2e3704e6b4def22eb5c98a9a74847a72a20ca53260b793eefaf_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:3abff9bf7545c4eb4f07036a90e11909da3f1439d6253726077e6a0fdcf40735_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:ec56cd10bc1809ad6cd9f917ecf7afb6ef815619c6450c8482918af20654ddfb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:fdb21020cba553552bcb1f14d661fa2c715a7231878a84dec4c55b077f582db3_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0742e8cb70ca94663b57f9238a8901e1a549af21d77329f4902a569e3df67867_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0dce85b9996e5321b6d2b4fa09be3c63dbdd7185b7c81761d6064d5018fd2671_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:d1c875776a86e52d54361d926bf2861b5191b2319e6f8b09c8202bcc505fa8cd_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:ebba01bdb3b12df5ea3cdb60d98d3100cfe94ca265b21045bc38902f96f1677d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41016d60686857701a07da836c9fb8dccc4be66204785ddc4e6b9ecd7e069783_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:4a9e8d4c7fbc70aa11af1377a31385d0656c6ec1df10ee36570266dc7f675555_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f09bcbf5774c049659380795fad210ebd5592efc93a1a67dd04df90aaec3cbc4_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f9e5af61e840a071d5b6338acc6e434479424373bdddd7f233f93fe6f86b0578_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:662efdccc86181b295c708a69cd458dfd9eb0306382a6f8836b61691dafa4715_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:6cbb31d4d0207565325a7849e22dd68b1418d537e84cf3a0a11b02855856e002_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:9733738a42942400affb410fbaf8b451427e4c30ff350d1530cc4c0ca9c994a1_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:ef1275f381716c1e54a99a41007bb1407c10aa7124efd86b261dd555f27bab75_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:35fd67d59edc1b5c8c050d9f1b866372676f3d26118ea068744d45970db6499c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:521d0db50b5399e59b294b689bff1948132bced3f4e16ae502ff39d6961c6d7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5e3a3e2834e36f3d53a363391ccd90c3cd576e7c271c0ab27507ac71f2fb554b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a0122f39c357af5023e3d266cbba863936648943d1ba73f43f0f9f636c505cda_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:6185554134a09396e8e72672bd6616ec4488cc54a3a6849212dc1a1ef6496b76_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:68ac790f665d325fae33a08fc89e6c2eb469d2892a0b0fe72aa6f6433dc5efbd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:df4aadce50ab0363b3f79455cec7555134a4c9af51b4534346a84b411b139196_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:e50d105572ffce6047335409fd156f82fb45a4f07e9ecdc7f859a358af4cef0c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:5b302d0c0f16453850ce6c86362ff3fe8362736d7ae1547a05e6e583529381b9_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a457746feb99cf75d1d8046ee5e90bcc46c37717dce22efe6511bdfc9a14a708_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a87f43e01543d68e2244820e68f1064c6a25782416ab3999ea5c5668ca007bd7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:afa2cdc63e2016ce7c2d48cd0c1c0a581fc9976116f43c1609da8401826baf6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4adc7a85c101074d3dd7f8d8affea9350f37c0a5da71c3dc037c5478bf8dc357_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4b004cccc00be3a37e21fa8c488d1e4ca96f047c697a5e968470efa57f0c97c8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6209b029e96240192fc0e5ff5da54db3a3d3c45c780b3269377a759a6160bb4e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:a8f5f30633889eb43fb65de7be75062ca098d9c48a08bc0673a82f8bd0c1d446_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:18f187d59c6185f5a7a549147819be9fec8baf8104b3c77c423936b826af3a70_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:a1ead217d3cdb924cbbc613cd652d377cf665500e914e668ce407bad5881d40f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:dca5e728dd36d55c7fa8e05010ee73c3617c5ad13f96de69877e3fd792bf7ad0_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:ec712b5e76563cdf5ea496d96ce45160d9b61aa6f4fb86fe53a9f87330bcd7c7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:2ae69bf767dbcc49446ac03325ff3e709c5b2a5faf4efb0c83155431b693288b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:73f4c72f0889d0c4d40117ee3afeb23f79236800d0b89fd53bcb6f6e916f06fe_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:a7d1da2bcf12eae6dc64b246dbc89c50d3b15e95ac90de3135ed02e415fded7d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:fd752c00166c91b380cdf65ac7a1b57cf280e1fed9f3acb7a9eccafe355646af_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2857a93e1d0e58fc9eee876a1ed93997122d29417974b8bb891572810cd5ff87_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2ae78254a689cf82498a4a8e99066a9e226eb28408366fb85daa2fa4014a4cee_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:7663bed7f9621302bd1495470918d93b8f13db057f94748de7b38ff6bf27cea8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:b080d5be81f801fa7de3fbb212009ffb21ac8f8fdf8ac1cea3a09d9bfd6600e2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1682cc7c3027640f428a7da2724a92ab8d4abb6d1b50e6cdc5c4ac84a0b3ce25_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7716ebfe4582bb56f82c18b04d8a9ad5812956a97bd4fc881df0e1200e06c19c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:90dd28b6df0588c35bb75ae5029a58acc23d1b2530b1190c9133c2015a11ce43_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:97dd06fba86585736782609233bfb8be938a36c995e0da4de5aff511544456fc_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:184d735d321bb6b276dc6a266d132e4de79186bfc1d57939a8e3491c3aeead00_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:1dd27bb6eba79634a8725a0433c9a570df8c5d2bcd251eb3edf11854ed654cee_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:751ce8e328931f554ce2395641cfbaf13a453d8c02aa1d8f6731b9c8e121dea7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9a05373a6c38ef2ffc1dc6e4676ba3ce6b7d35d795b8d3c49b9a592f60f47b0e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:21609ac3e437a5efd017099fbb7412b78ee95515811f0dea85761dccaee4eb7f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:2186c0e80f15d4837c02c71fed00cadbc1e0eb0c986151ca045275e72770d7fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:a6a1d878f5076b01ae2e31d1ac3913b69bd1f73e3f85c766c16ab23b08375ce3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:d9cd3c8768a67324006bd0745a612d1d41997c4a4de1c1edf9435951291976bc_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:04fc74edff653970ce441b1d0e3f7aca44221d2c289d55a808a732f5f6f685e2_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:883b9d2b9700814213a4759e0dc36f24f29340ec22874884939cb81bf51eb79e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b08342e47f2fabd84f974260fcdd916d32d4329bc824d4ebb7ba32a727ca5b84_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:ebc4f111371a3d548dd044184b6605f2269415c467788b9d3112fb63b44d8332_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:997928acca42ae66ecce1aac50e7617771d67f91452dc5774e581fec1826b1e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d3d9e7fc38b7bf1f05bc28d71f079c24162866ba4d82934f0a104b3fbc0a854c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:e832c2eb20cfa92577ef412cf2436941b9ed3fe772c28cb9150dd43d8c2ace39_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ffe4566eba239897e534fa9fbc91e2e849742c260563b93a47f81e2bdfa982da_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:1e1920c6017633fba1bdf9ff113f42aaf82641e3285e4c749cfa4a96a7019b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:23fd68ea3ae40553b3b78f808120a98b448dfd5b9d7b8baaa3490be4cd2bd12a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:7af8245d601c5920095f9ef795cc0f4a52167079e8d969a4eabdb4cf19df1e2b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:f0b8dab001166648f6c87c8a88ccfb6cc8c864a5a1a826bb2ae8532312fb2036_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:fe530baf73ca2c557efa2d019c9cafb306354ffe468932f12768afa87538ff92_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:3e083f1324e09514f902af7797178ee67ce48e6407513558c0794db10f822a79_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7804520e26bdb5dfac848e9c4e00d598c3d0b40ec3980521ced421ae684591f5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:b8fc5a19e751851d38d9e33340c17f9579d15468c788db81e1138e688245a607_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:ce57d819c40780c23673b3a96450835d74d63eb91445962ad951cd05ff11e65e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:4f4f9499bea1f1e141e41b040115be2c34c64d6c38e6308ca71ac11ba1b2e8b8_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:7958863292d81357614888f005dac99727dbf0c2f13726f28c2b39865c671d5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a13814b5e4cf882e42704ab9c8e77fcc2540b43507e646973a14ccb29a724a5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f496cb718fdc13cc2f5d5df210df389be02fdd8b3f6e7d8f50633184a81c7b1f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:29d34317295d0f3b22461df849189a828993baf98b9b5a0ddfb7f7185dcabb25_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:c025aa4ff0db09e514e56c6d62a1f3cf1f28d26c4b71277684d2528da58e28d0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:d4c682a8e365311e0cfe86015ecc7b0963dae69d1a2ed7cdaf2b6a9cc36419ae_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:f2c02332098e6b3e8bd948046e7c427bee140b93f3146c821c3cfb62b611e6de_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:0ea56540722faf1e2ebae9b12fad9d9671231fe9c1e3485fcdaa8935da4006d3_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3cb86f6bb54004d3ff72daf0dd9ee2f7d62ae1c0c87f9764a3e9f9c211567d3b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:ac6f2c6d3cf93b6f4a429f33756452ae6cd986ac8441fb185589d5572bf6536c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:bd6ce6beae61924800b3c0a20b5558366d4b8c487c4cbc7c5f909ccf5b340f0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1c181e588d73c4cca402485e7c30de7f3ed33042a68919aa21d633fdfaa1c224_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:53d5d6d5f13135d56054647bd2ce4ce84a4ae7345f06a8689ab89c4c34ad2e7f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:a2898d66b6d5ccab036aa7eeb0a5cf88ea0c3dc4eb5af4613ec26f76bcdd9d3b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dcc1ad065ff86c3baa43a8d91418b97400e0fa3891ff09e0c16a0c7cfa0e237c_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e5df14c54ea3e7aff61d38d735d8de1430fe75d6344bbf77b02f3f4942a9ea7f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e69f6b548fa5e2ff2fc485cb5cfcf7a16ffe5fef3a8b41ff583ff1870eea3a41_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:ec195b702c1e317e4bd2d29f480af0656fedf89d6fbecd50496b31107bf55d78_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:f29a511e7fff40fdadae3164925ceb3d660b4ad1b391276ed68b7b6e5a3e486a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:7c7741c352ac1e1d3e55d99c22c14d72f8bb03262a7171dd011ed4b8efa222d7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:8215b9e6dde14bde8a3c35ddf9616818ec3821dfe53e4bd07943e15842f78b44_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4a7261dac58ee08494a8e8627f58141ade0dbe0e45dda4086451513b44487069_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4b6c13ebf35c61905e68df4521fdf2702f07150366686da88549a0e4ee2b2e51_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5a27cef0f39d329b1ad792cca36bc4658848474b74e0d00d5c192c91bbb025b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5ed4a8e0ffeec991b88561e6ccc27b02c4cd6130c307816ef9d0bf08fc7924f3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:73f03ce96fb9d9943dc46f76fb2c67edcb6030a0c622aef913d22c39e2ea9f8b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:7e46a8b679402508430bf8123527897f026a96fdf8f934d42ce723d108b2f2ae_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:8fed8d917a12c239823caa6eac19ad41ac948e8772b6b4655d5be5fcb864e1b9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:ec62f735903890eeb1f08d49e6e2c448f0ba5f2063d53533d02f694f4a582c42_ppc64le | — |
Workaround
|
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's sandbox does catch calls to str.format and ensures they don't escape the sandbox. However, storing a reference to a malicious string's 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:633d7e710c98fdc43fb966caa0a8a5e70ffcc5143397ade3b3a8516e49d40ee5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:a97fc48b723bc1e30fc48d1777c30963558432070339052beb6992000d5681fd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:be737fd689a8a236e16a7f4f2e8d16576e55112ca078a1e7ae98dd28603db56d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8@sha256:d6fc995d4a401fc44e8692d4b4ffabcc887dd4d4bf40dc97a1fb0da36427eb70_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8-operator@sha256:dc8d5006c2f1180af77467811543fcfe07e26a4c88c6707b206692ba88994f3d_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-billing-rhel8@sha256:76dda3813db9e4b3c9b6231a4671b4ea83bcdfc12aca0203642f16078a7a7308_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-metrics-collector-rhel8@sha256:2b3f660afb09d885008805164913031724a2e6ef44c23bcfcda0872547796020_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8-operator@sha256:f73293bbc83a989de958a093f9d27a390fcd5fd889b6991b29246e946ff5f173_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Cloud-Billing:ansible-automation-platform-25/aap-cloud-ui-rhel8@sha256:9108919ceaf1b2a74eb09d34d21c79d87a5c2913cb7c0bc14d4a91d7ac4eab2a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:24108b3f430077e1d062598a7452e0f080fa0c6847941b0cee9a98630d1ba924_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:e6dea9e1291824c64e30da60304c6260dac63aa592f59eb446182525d37a60d5_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:ec32e837696ce70d99b910f09c5f249f467d41611b17ebda65a97f472da2d23b_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/aap-must-gather-rhel8@sha256:faefa5edfe878a594f3710220561659721f315ddcbc213f6abe58b2846194959_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:725d3556e9bd2e91acf345a93ad9f0216ebabfd537a416c4934841d3747a86fe_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:929b3e8c84ed0a424f1dea07a411ef22dc7622dbd2491fa01765b68a50e84397_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:ad74ec5dbb2ddfa557843d6b3642c6168e17d36ba2d8d7d71ee61d625c578957_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel8@sha256:e0d2cfb63a119d9eb24a12610a63155ed5388d8a4b29c7b7b1388f5038637a9d_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:036ac746da4275b51bfa147aa88d78c0e10ffc487c4e2921def86c4f9ac5b005_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:26d157f4479c38dc2cb9bd68855534534fb70fe331bb6b3ca72f107e7b740c05_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3587939de3944776d9a680e0ec85af84f62ca3c834aca27ee4a36a2f93a656e9_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:e3e2b8ea61494b68c9681e2e086ed754c8820b5136c6a0e03a2c33cd286c63ae_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:18dc1090514fe1740de1f7cd4115dab6be6b210d8726dc9ad520c686f0198a1c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:7c701fc085b75859961b15027c263864853682cfbb327ae8e220130e8f8af3d5_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:a3cbfbe7fea909868346bbeefb5c14bfce77858c17aa6e36df0b34d5d24de794_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel8@sha256:b68431e7c04d57dc22644e1b3637541216cf554d7444c53503fdd12a64881ec4_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:145d69e08e4ec9009e0c4c95c2941aa00344abcb4c2789fa0e197867653b70dc_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:5e7b54220ba3a0d19aa7adb72510d22cb3771ddc61140990d79799e8c0be0fbb_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:ade07a2b5cda4c38ca83691e5ae1f03e9a575deb8384f69c3533c10c6c99ce6d_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:e69e3df9bdd02cac0e61a92ab1dc92742aeb3519ae5c694a5e02d4b946614d20_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:5c297d87438eae45b1606ae454262346978fcfe0e13a3dd6cb5feb162942b3f0_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:7f11ad704f3bdb820df673bbc3599e1c0c51aa738712874eab28e3c689b23484_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:9dfb2477871cefbdc661f5f5db091a720e811c6584818d23670a7b195a2b739c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8-operator@sha256:e220c411759b0ea86bf45e6825277fc67fbd92f3d9ecf908375089812213e2cd_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:0c7bbf37a7f88dea9029a30ecd5cd9968b9432209e0c80d4c84950269a6f5c35_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:7cc34e0020cf3a24be08da80d13e4d13f41d9d6c574b53f0121cea218e28e38d_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:d8830b75b2ac589cb0d8e802c4531b989cd1d5fbfc3c4bd437b7849dbb393603_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/controller-rhel8@sha256:da0d3ff04a837ba199a6d4f7c18f0462b6ca1da19af1d1673f35b19ecd9f7908_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:18b58e802611f2e3704e6b4def22eb5c98a9a74847a72a20ca53260b793eefaf_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:3abff9bf7545c4eb4f07036a90e11909da3f1439d6253726077e6a0fdcf40735_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:ec56cd10bc1809ad6cd9f917ecf7afb6ef815619c6450c8482918af20654ddfb_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel8@sha256:fdb21020cba553552bcb1f14d661fa2c715a7231878a84dec4c55b077f582db3_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0742e8cb70ca94663b57f9238a8901e1a549af21d77329f4902a569e3df67867_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:0dce85b9996e5321b6d2b4fa09be3c63dbdd7185b7c81761d6064d5018fd2671_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:d1c875776a86e52d54361d926bf2861b5191b2319e6f8b09c8202bcc505fa8cd_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel8@sha256:ebba01bdb3b12df5ea3cdb60d98d3100cfe94ca265b21045bc38902f96f1677d_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:41016d60686857701a07da836c9fb8dccc4be66204785ddc4e6b9ecd7e069783_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:4a9e8d4c7fbc70aa11af1377a31385d0656c6ec1df10ee36570266dc7f675555_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f09bcbf5774c049659380795fad210ebd5592efc93a1a67dd04df90aaec3cbc4_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:f9e5af61e840a071d5b6338acc6e434479424373bdddd7f233f93fe6f86b0578_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:662efdccc86181b295c708a69cd458dfd9eb0306382a6f8836b61691dafa4715_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:6cbb31d4d0207565325a7849e22dd68b1418d537e84cf3a0a11b02855856e002_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:9733738a42942400affb410fbaf8b451427e4c30ff350d1530cc4c0ca9c994a1_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-rhel8@sha256:ef1275f381716c1e54a99a41007bb1407c10aa7124efd86b261dd555f27bab75_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:35fd67d59edc1b5c8c050d9f1b866372676f3d26118ea068744d45970db6499c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:521d0db50b5399e59b294b689bff1948132bced3f4e16ae502ff39d6961c6d7a_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:5e3a3e2834e36f3d53a363391ccd90c3cd576e7c271c0ab27507ac71f2fb554b_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a0122f39c357af5023e3d266cbba863936648943d1ba73f43f0f9f636c505cda_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:6185554134a09396e8e72672bd6616ec4488cc54a3a6849212dc1a1ef6496b76_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:68ac790f665d325fae33a08fc89e6c2eb469d2892a0b0fe72aa6f6433dc5efbd_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:df4aadce50ab0363b3f79455cec7555134a4c9af51b4534346a84b411b139196_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel8@sha256:e50d105572ffce6047335409fd156f82fb45a4f07e9ecdc7f859a358af4cef0c_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:5b302d0c0f16453850ce6c86362ff3fe8362736d7ae1547a05e6e583529381b9_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a457746feb99cf75d1d8046ee5e90bcc46c37717dce22efe6511bdfc9a14a708_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:a87f43e01543d68e2244820e68f1064c6a25782416ab3999ea5c5668ca007bd7_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel8@sha256:afa2cdc63e2016ce7c2d48cd0c1c0a581fc9976116f43c1609da8401826baf6c_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4adc7a85c101074d3dd7f8d8affea9350f37c0a5da71c3dc037c5478bf8dc357_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:4b004cccc00be3a37e21fa8c488d1e4ca96f047c697a5e968470efa57f0c97c8_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6209b029e96240192fc0e5ff5da54db3a3d3c45c780b3269377a759a6160bb4e_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-proxy-rhel8@sha256:a8f5f30633889eb43fb65de7be75062ca098d9c48a08bc0673a82f8bd0c1d446_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:18f187d59c6185f5a7a549147819be9fec8baf8104b3c77c423936b826af3a70_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:a1ead217d3cdb924cbbc613cd652d377cf665500e914e668ce407bad5881d40f_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:dca5e728dd36d55c7fa8e05010ee73c3617c5ad13f96de69877e3fd792bf7ad0_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8-operator@sha256:ec712b5e76563cdf5ea496d96ce45160d9b61aa6f4fb86fe53a9f87330bcd7c7_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:2ae69bf767dbcc49446ac03325ff3e709c5b2a5faf4efb0c83155431b693288b_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:73f4c72f0889d0c4d40117ee3afeb23f79236800d0b89fd53bcb6f6e916f06fe_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:a7d1da2bcf12eae6dc64b246dbc89c50d3b15e95ac90de3135ed02e415fded7d_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/gateway-rhel8@sha256:fd752c00166c91b380cdf65ac7a1b57cf280e1fed9f3acb7a9eccafe355646af_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2857a93e1d0e58fc9eee876a1ed93997122d29417974b8bb891572810cd5ff87_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:2ae78254a689cf82498a4a8e99066a9e226eb28408366fb85daa2fa4014a4cee_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:7663bed7f9621302bd1495470918d93b8f13db057f94748de7b38ff6bf27cea8_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8-operator@sha256:b080d5be81f801fa7de3fbb212009ffb21ac8f8fdf8ac1cea3a09d9bfd6600e2_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:1682cc7c3027640f428a7da2724a92ab8d4abb6d1b50e6cdc5c4ac84a0b3ce25_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:7716ebfe4582bb56f82c18b04d8a9ad5812956a97bd4fc881df0e1200e06c19c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:90dd28b6df0588c35bb75ae5029a58acc23d1b2530b1190c9133c2015a11ce43_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-rhel8@sha256:97dd06fba86585736782609233bfb8be938a36c995e0da4de5aff511544456fc_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:184d735d321bb6b276dc6a266d132e4de79186bfc1d57939a8e3491c3aeead00_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:1dd27bb6eba79634a8725a0433c9a570df8c5d2bcd251eb3edf11854ed654cee_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:751ce8e328931f554ce2395641cfbaf13a453d8c02aa1d8f6731b9c8e121dea7_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/hub-web-rhel8@sha256:9a05373a6c38ef2ffc1dc6e4676ba3ce6b7d35d795b8d3c49b9a592f60f47b0e_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:21609ac3e437a5efd017099fbb7412b78ee95515811f0dea85761dccaee4eb7f_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:2186c0e80f15d4837c02c71fed00cadbc1e0eb0c986151ca045275e72770d7fd_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:a6a1d878f5076b01ae2e31d1ac3913b69bd1f73e3f85c766c16ab23b08375ce3_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:d9cd3c8768a67324006bd0745a612d1d41997c4a4de1c1edf9435951291976bc_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:04fc74edff653970ce441b1d0e3f7aca44221d2c289d55a808a732f5f6f685e2_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:883b9d2b9700814213a4759e0dc36f24f29340ec22874884939cb81bf51eb79e_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:b08342e47f2fabd84f974260fcdd916d32d4329bc824d4ebb7ba32a727ca5b84_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:ebc4f111371a3d548dd044184b6605f2269415c467788b9d3112fb63b44d8332_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:997928acca42ae66ecce1aac50e7617771d67f91452dc5774e581fec1826b1e4_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:d3d9e7fc38b7bf1f05bc28d71f079c24162866ba4d82934f0a104b3fbc0a854c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:e832c2eb20cfa92577ef412cf2436941b9ed3fe772c28cb9150dd43d8c2ace39_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ffe4566eba239897e534fa9fbc91e2e849742c260563b93a47f81e2bdfa982da_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:1e1920c6017633fba1bdf9ff113f42aaf82641e3285e4c749cfa4a96a7019b4c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:23fd68ea3ae40553b3b78f808120a98b448dfd5b9d7b8baaa3490be4cd2bd12a_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:7af8245d601c5920095f9ef795cc0f4a52167079e8d969a4eabdb4cf19df1e2b_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/receptor-rhel8@sha256:f0b8dab001166648f6c87c8a88ccfb6cc8c864a5a1a826bb2ae8532312fb2036_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/cloud-addons-operator-bundle@sha256:fe530baf73ca2c557efa2d019c9cafb306354ffe468932f12768afa87538ff92_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:3e083f1324e09514f902af7797178ee67ce48e6407513558c0794db10f822a79_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:7804520e26bdb5dfac848e9c4e00d598c3d0b40ec3980521ced421ae684591f5_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:b8fc5a19e751851d38d9e33340c17f9579d15468c788db81e1138e688245a607_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform/platform-operator-bundle@sha256:ce57d819c40780c23673b3a96450835d74d63eb91445962ad951cd05ff11e65e_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:4f4f9499bea1f1e141e41b040115be2c34c64d6c38e6308ca71ac11ba1b2e8b8_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:7958863292d81357614888f005dac99727dbf0c2f13726f28c2b39865c671d5a_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:8a13814b5e4cf882e42704ab9c8e77fcc2540b43507e646973a14ccb29a724a5_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-builder-rhel9@sha256:f496cb718fdc13cc2f5d5df210df389be02fdd8b3f6e7d8f50633184a81c7b1f_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:29d34317295d0f3b22461df849189a828993baf98b9b5a0ddfb7f7185dcabb25_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:c025aa4ff0db09e514e56c6d62a1f3cf1f28d26c4b71277684d2528da58e28d0_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:d4c682a8e365311e0cfe86015ecc7b0963dae69d1a2ed7cdaf2b6a9cc36419ae_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-base-rhel9@sha256:f2c02332098e6b3e8bd948046e7c427bee140b93f3146c821c3cfb62b611e6de_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:0ea56540722faf1e2ebae9b12fad9d9671231fe9c1e3485fcdaa8935da4006d3_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:3cb86f6bb54004d3ff72daf0dd9ee2f7d62ae1c0c87f9764a3e9f9c211567d3b_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:ac6f2c6d3cf93b6f4a429f33756452ae6cd986ac8441fb185589d5572bf6536c_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ansible-python-toolkit-rhel9@sha256:bd6ce6beae61924800b3c0a20b5558366d4b8c487c4cbc7c5f909ccf5b340f0b_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:1c181e588d73c4cca402485e7c30de7f3ed33042a68919aa21d633fdfaa1c224_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:53d5d6d5f13135d56054647bd2ce4ce84a4ae7345f06a8689ab89c4c34ad2e7f_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:a2898d66b6d5ccab036aa7eeb0a5cf88ea0c3dc4eb5af4613ec26f76bcdd9d3b_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-minimal-rhel9@sha256:dcc1ad065ff86c3baa43a8d91418b97400e0fa3891ff09e0c16a0c7cfa0e237c_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e5df14c54ea3e7aff61d38d735d8de1430fe75d6344bbf77b02f3f4942a9ea7f_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:e69f6b548fa5e2ff2fc485cb5cfcf7a16ffe5fef3a8b41ff583ff1870eea3a41_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:ec195b702c1e317e4bd2d29f480af0656fedf89d6fbecd50496b31107bf55d78_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/de-supported-rhel9@sha256:f29a511e7fff40fdadae3164925ceb3d660b4ad1b391276ed68b7b6e5a3e486a_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:7c7741c352ac1e1d3e55d99c22c14d72f8bb03262a7171dd011ed4b8efa222d7_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-cloud-services-rhel9@sha256:8215b9e6dde14bde8a3c35ddf9616818ec3821dfe53e4bd07943e15842f78b44_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4a7261dac58ee08494a8e8627f58141ade0dbe0e45dda4086451513b44487069_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:4b6c13ebf35c61905e68df4521fdf2702f07150366686da88549a0e4ee2b2e51_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5a27cef0f39d329b1ad792cca36bc4658848474b74e0d00d5c192c91bbb025b7_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-minimal-rhel9@sha256:5ed4a8e0ffeec991b88561e6ccc27b02c4cd6130c307816ef9d0bf08fc7924f3_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:73f03ce96fb9d9943dc46f76fb2c67edcb6030a0c622aef913d22c39e2ea9f8b_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:7e46a8b679402508430bf8123527897f026a96fdf8f934d42ce723d108b2f2ae_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:8fed8d917a12c239823caa6eac19ad41ac948e8772b6b4655d5be5fcb864e1b9_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-25/ee-supported-rhel9@sha256:ec62f735903890eeb1f08d49e6e2c448f0ba5f2063d53533d02f694f4a582c42_ppc64le | — |
{
"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": "2026-06-02T15:18:54+00:00",
"generator": {
"date": "2026-06-02T15:18:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:0341",
"initial_release_date": "2025-01-15T19:34:31+00:00",
"revision_history": [
{
"date": "2025-01-15T19:34:31+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-01-15T19:34:31+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T15:18:54+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-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-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-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-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-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-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-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-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-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-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-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-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": "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-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"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:0345
Vulnerability from csaf_redhat - Published: 2025-01-15 21:41 - Updated: 2026-06-02 15:19A 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's 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
Workaround
|
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's sandbox does catch calls to str.format and ensures they don't escape the sandbox. However, storing a reference to a malicious string's 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: HighAvailability-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-0:4.10.0-20.el9_0.20.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-aliyun-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-all-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-amt-ws-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-apc-snmp-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-aws-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-azure-arm-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-bladecenter-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-brocade-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-mds-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-cisco-ucs-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-common-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-compute-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-debugsource-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-drac5-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-eaton-snmp-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-emerson-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-eps-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-gce-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-heuristics-ping-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-hpblade-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-powervs-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ibm-vpc-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ibmblade-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ifmib-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-moonshot-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-mp-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo-ssh-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ilo2-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-intelmodular-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ipdu-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-ipmilan-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kdump-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-kubevirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-lpar-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-mpath-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-openstack-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-redfish-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-rhevm-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-rsa-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-rsb-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-sbd-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-scsi-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-virsh-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-rest-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-vmware-soap-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-wti-0:4.10.0-20.el9_0.20.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-agents-zvm-0:4.10.0-20.el9_0.20.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virt-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-cpg-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-libvirt-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-multicast-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-serial-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:fence-virtd-tcp-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:ha-cloud-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: ResilientStorage-9.0.0.Z.E4S:ha-openstack-support-debuginfo-0:4.10.0-20.el9_0.20.x86_64 | — |
Vendor Fix
fix
|
{
"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": "2026-06-02T15:19:15+00:00",
"generator": {
"date": "2026-06-02T15:19:15+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:0345",
"initial_release_date": "2025-01-15T21:41:54+00:00",
"revision_history": [
{
"date": "2025-01-15T21:41:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-01-15T21:41:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T15:19:15+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-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"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:0656
Vulnerability from csaf_redhat - Published: 2025-01-28 04:59 - Updated: 2026-06-02 15:19A 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's 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python-jinja2-0:3.1.5-1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python3-jinja2+i18n-0:3.1.5-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python3-jinja2-0:3.1.5-1.el9.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64 | — |
Workaround
|
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's sandbox does catch calls to str.format and ensures they don't escape the sandbox. However, storing a reference to a malicious string's 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python-jinja2-0:3.1.5-1.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python3-jinja2+i18n-0:3.1.5-1.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.17:python3-jinja2-0:3.1.5-1.el9.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el8.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-debuginfo-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.17:cri-o-debugsource-0:1.30.9-3.rhaos4.17.gitbbf9018.el9.x86_64 | — |
{
"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": "2026-06-02T15:19:17+00:00",
"generator": {
"date": "2026-06-02T15:19:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:0656",
"initial_release_date": "2025-01-28T04:59:21+00:00",
"revision_history": [
{
"date": "2025-01-28T04:59:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-01-28T04:59:21+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T15:19:17+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-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"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:0721
Vulnerability from csaf_redhat - Published: 2025-01-27 19:32 - Updated: 2026-06-02 15:19A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.5-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.5-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.5-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.36-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.36-1.el8ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.5-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.5-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.36-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.5-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.36-1.el9ap.noarch | — |
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's 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.5-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.5-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.5-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.5-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.5-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.5-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.5-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.5-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.5-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.5-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.5-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.5-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.36-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.36-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.36-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.36-1.el9ap.noarch | — |
Workaround
|
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's sandbox does catch calls to str.format and ensures they don't escape the sandbox. However, storing a reference to a malicious string's 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python39-jinja2-0:3.1.5-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3x-jinja2-0:3.1.5-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python39-jinja2-0:3.1.5-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3x-jinja2-0:3.1.5-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-jinja2-0:3.1.5-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-jinja2-0:3.1.5-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python-jinja2-0:3.1.5-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:python3-jinja2-0:3.1.5-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python-jinja2-0:3.1.5-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Inside-1.2:python3-jinja2-0:3.1.5-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-venv-tower-0:4.5.17-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-jinja2-0:3.1.5-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-jinja2-0:3.1.5-1.el9ap.noarch | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python39-pulpcore-0:3.28.36-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:python3x-pulpcore-0:3.28.36-1.el8ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-0:4.5.17-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-cli-0:4.5.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-server-0:4.5.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4-Developer-1.1:automation-controller-ui-0:4.5.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-installer-0:2.4-9.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-0:4.5.17-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-cli-0:4.5.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-server-0:4.5.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:automation-controller-ui-0:4.5.17-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python-pulpcore-0:3.28.36-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:python3-pulpcore-0:3.28.36-1.el9ap.noarch | — |
{
"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": "2026-06-02T15:19:18+00:00",
"generator": {
"date": "2026-06-02T15:19:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:0721",
"initial_release_date": "2025-01-27T19:32:54+00:00",
"revision_history": [
{
"date": "2025-01-27T19:32:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-01-27T19:32:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T15:19:18+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-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"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:0722
Vulnerability from csaf_redhat - Published: 2025-01-27 22:39 - Updated: 2026-06-02 15:18A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64 | — |
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64 | — |
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's 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64 | — |
Workaround
|
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's sandbox does catch calls to str.format and ensures they don't escape the sandbox. However, storing a reference to a malicious string's 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64 | — |
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64 | — |
{
"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": "2026-06-02T15:18:54+00:00",
"generator": {
"date": "2026-06-02T15:18:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:0722",
"initial_release_date": "2025-01-27T22:39:15+00:00",
"revision_history": [
{
"date": "2025-01-27T22:39:15+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-01-27T22:39:15+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T15:18:54+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_cloud_billing:2.4::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.4::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"product": {
"name": "ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"product_id": "ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-cloud-billing-rhel8\u0026tag=0.3.0-57"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"product": {
"name": "ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"product_id": "ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-cloud-billing-rhel8-operator\u0026tag=1.0.4-57"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"product": {
"name": "ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"product_id": "ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8\u0026tag=1.0.2-142"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"product": {
"name": "ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"product_id": "ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-cloud-ui-rhel8\u0026tag=1.0.5-103"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"product": {
"name": "ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"product_id": "ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-cloud-ui-rhel8-operator\u0026tag=1.0.4-139"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"product": {
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"product_id": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-must-gather-rhel8\u0026tag=0.0.1-510"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"product": {
"name": "ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"product_id": "ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.4-2300"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"product": {
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"product_id": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel8\u0026tag=3.0.1-112"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"product": {
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"product_id": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel9\u0026tag=3.0.1-111"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"product": {
"name": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"product_id": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/cloud-addons-operator-bundle\u0026tag=2.4-899"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"product": {
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"product_id": "ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8\u0026tag=2.4.250121-2"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"product": {
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"product_id": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8-operator\u0026tag=2.4-33"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"product": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"product_id": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel8\u0026tag=1.0.0-696"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"product": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"product_id": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel9\u0026tag=1.0.0-697"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"product": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel9\u0026tag=1.0.0-655"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"product": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel8\u0026tag=1.0.0-654"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"product": {
"name": "ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"product_id": "ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8\u0026tag=4.5.17-2"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"product": {
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"product_id": "ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8-operator\u0026tag=2.4-167"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"product": {
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"product_id": "ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8\u0026tag=1.0.7-31"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"product": {
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"product_id": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8-operator\u0026tag=2.4-167"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"product": {
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"product_id": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-ui-rhel8\u0026tag=1.0.7-30"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"product": {
"name": "ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"product_id": "ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8\u0026tag=4.9.2-35"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"product": {
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"product_id": "ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8-operator\u0026tag=2.4-166"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"product": {
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"product_id": "ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-web-rhel8\u0026tag=4.9.2-33"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"product": {
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"product_id": "ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel9\u0026tag=1.0.7-56"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"product": {
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"product_id": "ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel8\u0026tag=1.0.7-55"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"product": {
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"product_id": "ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel8\u0026tag=1.0.7-65"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"product": {
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"product_id": "ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel9\u0026tag=1.0.7-64"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"product": {
"name": "ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"product_id": "ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-29-rhel8\u0026tag=1.0.0-433"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"product": {
"name": "ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"product_id": "ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-cloud-services-rhel8\u0026tag=1.0.0-294"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"product": {
"name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"product_id": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-containerized-installer-rhel8\u0026tag=1.3.3-45"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-minimal-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-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-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64",
"product": {
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64",
"product_id": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9\u0026tag=1.0.0-888"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"product": {
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"product_id": "ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8\u0026tag=1.0.0-887"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"product": {
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"product_id": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-rhel8-operator\u0026tag=2.4-160"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"product": {
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"product_id": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-runner-rhel8\u0026tag=2.4-200"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"product": {
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"product_id": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-must-gather-rhel8\u0026tag=0.0.1-510"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"product": {
"name": "ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"product_id": "ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.4-2300"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"product_id": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel8\u0026tag=3.0.1-112"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"product_id": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel9\u0026tag=3.0.1-111"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"product": {
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"product_id": "ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8\u0026tag=2.4.250121-2"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le",
"product": {
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le",
"product_id": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8-operator\u0026tag=2.4-33"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"product_id": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel8\u0026tag=1.0.0-696"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"product_id": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel9\u0026tag=1.0.0-697"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel9\u0026tag=1.0.0-655"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel8\u0026tag=1.0.0-654"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"product": {
"name": "ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"product_id": "ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8\u0026tag=4.5.17-2"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"product": {
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"product_id": "ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8-operator\u0026tag=2.4-167"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"product": {
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"product_id": "ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8\u0026tag=1.0.7-31"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"product": {
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"product_id": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8-operator\u0026tag=2.4-167"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"product": {
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"product_id": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-ui-rhel8\u0026tag=1.0.7-30"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"product": {
"name": "ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"product_id": "ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8\u0026tag=4.9.2-35"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"product": {
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"product_id": "ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8-operator\u0026tag=2.4-166"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"product": {
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"product_id": "ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-web-rhel8\u0026tag=4.9.2-33"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"product": {
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"product_id": "ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel9\u0026tag=1.0.7-56"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"product": {
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"product_id": "ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel8\u0026tag=1.0.7-55"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"product": {
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"product_id": "ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel8\u0026tag=1.0.7-65"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"product": {
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"product_id": "ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel9\u0026tag=1.0.7-64"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-minimal-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-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-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"product_id": "ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9\u0026tag=1.0.0-888"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"product": {
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"product_id": "ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8\u0026tag=1.0.0-887"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"product": {
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"product_id": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-rhel8-operator\u0026tag=2.4-160"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"product": {
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"product_id": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-runner-rhel8\u0026tag=2.4-200"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"product": {
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"product_id": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-must-gather-rhel8\u0026tag=0.0.1-510"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"product": {
"name": "ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"product_id": "ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.4-2300"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"product": {
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"product_id": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel8\u0026tag=3.0.1-112"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"product": {
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"product_id": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel9\u0026tag=3.0.1-111"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"product": {
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"product_id": "ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8\u0026tag=2.4.250121-2"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"product": {
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"product_id": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8-operator\u0026tag=2.4-33"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"product": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"product_id": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel8\u0026tag=1.0.0-696"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"product": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"product_id": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel9\u0026tag=1.0.0-697"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"product": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel9\u0026tag=1.0.0-655"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"product": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel8\u0026tag=1.0.0-654"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"product": {
"name": "ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"product_id": "ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8\u0026tag=4.5.17-2"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"product": {
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"product_id": "ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8-operator\u0026tag=2.4-167"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"product": {
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"product_id": "ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8\u0026tag=1.0.7-31"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"product": {
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"product_id": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8-operator\u0026tag=2.4-167"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"product": {
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"product_id": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-ui-rhel8\u0026tag=1.0.7-30"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"product": {
"name": "ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"product_id": "ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8\u0026tag=4.9.2-35"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"product": {
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"product_id": "ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8-operator\u0026tag=2.4-166"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"product": {
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"product_id": "ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-web-rhel8\u0026tag=4.9.2-33"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"product": {
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"product_id": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel9\u0026tag=1.0.7-56"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"product": {
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"product_id": "ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel8\u0026tag=1.0.7-55"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"product": {
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"product_id": "ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel8\u0026tag=1.0.7-65"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"product": {
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"product_id": "ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel9\u0026tag=1.0.7-64"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-minimal-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-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-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"product": {
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"product_id": "ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9\u0026tag=1.0.0-888"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"product": {
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"product_id": "ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8\u0026tag=1.0.0-887"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"product": {
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"product_id": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-rhel8-operator\u0026tag=2.4-160"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"product": {
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"product_id": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-runner-rhel8\u0026tag=2.4-200"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"product": {
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"product_id": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/aap-must-gather-rhel8\u0026tag=0.0.1-510"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"product": {
"name": "ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"product_id": "ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/platform-operator-bundle\u0026tag=2.4-2300"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"product": {
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"product_id": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel8\u0026tag=3.0.1-112"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"product": {
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"product_id": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel9\u0026tag=3.0.1-111"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"product": {
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"product_id": "ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8\u0026tag=2.4.250121-2"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"product": {
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"product_id": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/lightspeed-rhel8-operator\u0026tag=2.4-33"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"product": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"product_id": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel8\u0026tag=1.0.0-696"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"product": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"product_id": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-base-rhel9\u0026tag=1.0.0-697"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"product": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel9\u0026tag=1.0.0-655"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"product": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"product_id": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ansible-python-toolkit-rhel8\u0026tag=1.0.0-654"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"product": {
"name": "ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"product_id": "ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8\u0026tag=4.5.17-2"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"product": {
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"product_id": "ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/controller-rhel8-operator\u0026tag=2.4-167"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"product": {
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"product_id": "ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8\u0026tag=1.0.7-31"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"product": {
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"product_id": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-rhel8-operator\u0026tag=2.4-167"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"product": {
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"product_id": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/eda-controller-ui-rhel8\u0026tag=1.0.7-30"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"product": {
"name": "ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"product_id": "ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8\u0026tag=4.9.2-35"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"product": {
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"product_id": "ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-rhel8-operator\u0026tag=2.4-166"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"product": {
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"product_id": "ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/hub-web-rhel8\u0026tag=4.9.2-33"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"product": {
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"product_id": "ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel9\u0026tag=1.0.7-56"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"product": {
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"product_id": "ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-minimal-rhel8\u0026tag=1.0.7-55"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"product": {
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"product_id": "ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel8\u0026tag=1.0.7-65"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"product": {
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"product_id": "ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/de-supported-rhel9\u0026tag=1.0.7-64"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"product": {
"name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"product_id": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform/ee-containerized-installer-rhel8\u0026tag=1.3.3-45"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-minimal-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-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-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"product": {
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"product_id": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9\u0026tag=1.0.0-888"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"product": {
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"product_id": "ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel8\u0026tag=1.0.0-887"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"product": {
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"product_id": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-rhel8-operator\u0026tag=2.4-160"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"product": {
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"product_id": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-24/platform-resource-runner-rhel8\u0026tag=2.4-200"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64"
},
"product_reference": "ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64"
},
"product_reference": "ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64"
},
"product_reference": "ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64"
},
"product_reference": "ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64"
},
"product_reference": "ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4-Cloud-Billing"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le"
},
"product_reference": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x"
},
"product_reference": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64"
},
"product_reference": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64"
},
"product_reference": "ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64"
},
"product_reference": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x"
},
"product_reference": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64"
},
"product_reference": "ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x"
},
"product_reference": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64"
},
"product_reference": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64"
},
"product_reference": "ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64"
},
"product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x"
},
"product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64"
},
"product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le"
},
"product_reference": "ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x"
},
"product_reference": "ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64"
},
"product_reference": "ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64"
},
"product_reference": "ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le"
},
"product_reference": "ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x"
},
"product_reference": "ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64"
},
"product_reference": "ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64"
},
"product_reference": "ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64"
},
"product_reference": "ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le"
},
"product_reference": "ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x"
},
"product_reference": "ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64"
},
"product_reference": "ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64"
},
"product_reference": "ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le"
},
"product_reference": "ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x"
},
"product_reference": "ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64"
},
"product_reference": "ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64"
},
"product_reference": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x"
},
"product_reference": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64"
},
"product_reference": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le"
},
"product_reference": "ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x"
},
"product_reference": "ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64"
},
"product_reference": "ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le"
},
"product_reference": "ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64"
},
"product_reference": "ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x"
},
"product_reference": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le"
},
"product_reference": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64"
},
"product_reference": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64"
},
"product_reference": "ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64"
},
"product_reference": "ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64"
},
"product_reference": "ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64"
},
"product_reference": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64"
},
"product_reference": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x"
},
"product_reference": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x"
},
"product_reference": "ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64"
},
"product_reference": "ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64"
},
"product_reference": "ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64"
},
"product_reference": "ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64"
},
"product_reference": "ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le"
},
"product_reference": "ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x"
},
"product_reference": "ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64"
},
"product_reference": "ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64"
},
"product_reference": "ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x"
},
"product_reference": "ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le"
},
"product_reference": "ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64"
},
"product_reference": "ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x"
},
"product_reference": "ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le"
},
"product_reference": "ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64"
},
"product_reference": "ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64"
},
"product_reference": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x"
},
"product_reference": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64"
},
"product_reference": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le"
},
"product_reference": "ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le"
},
"product_reference": "ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64"
},
"product_reference": "ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x"
},
"product_reference": "ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64"
},
"product_reference": "ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64"
},
"product_reference": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64"
},
"product_reference": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x"
},
"product_reference": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le"
},
"product_reference": "ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64"
},
"product_reference": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le"
},
"product_reference": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x"
},
"product_reference": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64"
},
"product_reference": "ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64"
},
"product_reference": "ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64"
},
"product_reference": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64"
},
"product_reference": "ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64"
},
"product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le"
},
"product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x"
},
"product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 8",
"product_id": "8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64"
},
"product_reference": "ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"relates_to_product_reference": "8Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x"
},
"product_reference": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64"
},
"product_reference": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64"
},
"product_reference": "ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x"
},
"product_reference": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64"
},
"product_reference": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64"
},
"product_reference": "ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x"
},
"product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64"
},
"product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64"
},
"product_reference": "ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64"
},
"product_reference": "ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le"
},
"product_reference": "ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64"
},
"product_reference": "ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x"
},
"product_reference": "ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le"
},
"product_reference": "ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64"
},
"product_reference": "ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x"
},
"product_reference": "ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64"
},
"product_reference": "ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64"
},
"product_reference": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64"
},
"product_reference": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x"
},
"product_reference": "ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le"
},
"product_reference": "ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x"
},
"product_reference": "ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64"
},
"product_reference": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64 as a component of Red Hat Ansible Automation Platform 2.4 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
},
"product_reference": "ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-11407",
"cwe": {
"id": "CWE-682",
"name": "Incorrect Calculation"
},
"discovery_date": "2024-11-26T18:00:51.080669+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2329003"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC. In certain configurations, the data sent by the application may be corrupted before transmission over the network, leaving the recipient with an incorrect set of bytes, which will cause RPC requests to fail. This issue may lead to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grpc: Denial of Service through Data corruption in gRPC-C++",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-11407"
},
{
"category": "external",
"summary": "RHBZ#2329003",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329003"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-11407",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11407"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-11407",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11407"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc/commit/e9046b2bbebc0cb7f5dc42008f807f6c7e98e791",
"url": "https://github.com/grpc/grpc/commit/e9046b2bbebc0cb7f5dc42008f807f6c7e98e791"
}
],
"release_date": "2024-11-26T16:59:49.718000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-01-27T22:39:15+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:0722"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "grpc: Denial of Service through Data corruption in gRPC-C++"
},
{
"cve": "CVE-2024-52304",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2024-11-18T21:01:46.925641+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2327130"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the aiohttp package. The Python parser parses newlines in chunk extensions incorrectly, which can lead to request smuggling vulnerabilities under certain conditions. If a pure Python version of aiohttp is installed, for example, without the usual C extensions, or `AIOHTTP_NO_EXTENSIONS` is enabled, an attacker may be able to execute a request smuggling attack to bypass certain firewalls or proxy protections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: aiohttp vulnerable to request smuggling due to incorrect parsing of chunk extensions",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-52304"
},
{
"category": "external",
"summary": "RHBZ#2327130",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2327130"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-52304",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52304"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-52304",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52304"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/259edc369075de63e6f3a4eaade058c62af0df71",
"url": "https://github.com/aio-libs/aiohttp/commit/259edc369075de63e6f3a4eaade058c62af0df71"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-8495-4g3g-x7pr",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-8495-4g3g-x7pr"
}
],
"release_date": "2024-11-18T20:12:48.612000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-01-27T22:39:15+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:0722"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "aiohttp: aiohttp vulnerable to request smuggling due to incorrect parsing of chunk extensions"
},
{
"cve": "CVE-2024-56201",
"cwe": {
"id": "CWE-150",
"name": "Improper Neutralization of Escape, Meta, or Control Sequences"
},
"discovery_date": "2024-12-23T16:00:38.768252+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333854"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: Jinja has a sandbox breakout through malicious filenames",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56201"
},
{
"category": "external",
"summary": "RHBZ#2333854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56201"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f",
"url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/issues/1792",
"url": "https://github.com/pallets/jinja/issues/1792"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/releases/tag/3.1.5",
"url": "https://github.com/pallets/jinja/releases/tag/3.1.5"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699"
}
],
"release_date": "2024-12-23T15:37:36.110000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-01-27T22:39:15+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:0722"
},
{
"category": "workaround",
"details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jinja2: Jinja has a sandbox breakout through malicious filenames"
},
{
"cve": "CVE-2024-56326",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2024-12-23T16:00:46.619763+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56326"
},
{
"category": "external",
"summary": "RHBZ#2333856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4",
"url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/releases/tag/3.1.5",
"url": "https://github.com/pallets/jinja/releases/tag/3.1.5"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h"
}
],
"release_date": "2024-12-23T15:43:49.400000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-01-27T22:39:15+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:0722"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method"
},
{
"cve": "CVE-2024-56374",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-01-14T20:01:09.167282+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2337996"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Django framework. Lack of upper bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial of service attack. The undocumented and private functions `clean_ipv6_address` and `is_valid_ipv6_address` were vulnerable, as was the `django.forms.GenericIPAddressField` form field, which has now been updated to define a `max_length` of 39 characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "django: potential denial-of-service vulnerability in IPv6 validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56374"
},
{
"category": "external",
"summary": "RHBZ#2337996",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337996"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56374",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56374"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56374",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56374"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2025/01/14/2",
"url": "http://www.openwall.com/lists/oss-security/2025/01/14/2"
},
{
"category": "external",
"summary": "https://docs.djangoproject.com/en/dev/releases/security/",
"url": "https://docs.djangoproject.com/en/dev/releases/security/"
},
{
"category": "external",
"summary": "https://groups.google.com/g/django-announce",
"url": "https://groups.google.com/g/django-announce"
},
{
"category": "external",
"summary": "https://www.djangoproject.com/weblog/2025/jan/14/security-releases/",
"url": "https://www.djangoproject.com/weblog/2025/jan/14/security-releases/"
}
],
"release_date": "2025-01-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-01-27T22:39:15+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:0722"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8-operator@sha256:e54a5e31abb4c6707ae1ca3ddf932f88f0c3d0912b249d40fffee08ca57d6b97_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-billing-rhel8@sha256:12f9274edc025d8ab984f9f8aa5d5a8329a6a39ba9944f7bcf8f0aab84c41354_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-metrics-collector-rhel8@sha256:c3225d129ebc3bb051b958f1ec6ac8fac0b58cf97ce0702b47a230f07bd56afc_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8-operator@sha256:4935cfdcfa0030a86c112872008f3b7ee7b188da7f911a84695368ab4f3b2083_amd64",
"8Base-Ansible-Automation-Platform-2.4-Cloud-Billing:ansible-automation-platform-24/aap-cloud-ui-rhel8@sha256:0c077f96a5610e6188822a334ddd8851949cfe16704fa39475f0931fbde15580_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:08aa9ba624ebe4c91051161ec372308df2afef83c91c33584a2ed6e5d666ce8e_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:957a8f6e3d513943ad8a73bdcb75305a0d31ef5afa2c699bfd25296a8c2c3f4c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:af7e658f57d470d68809ffe66b2b1d98ce3dac4996e6380c7bcf7dd2995a1c49_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/aap-must-gather-rhel8@sha256:f7fea5f0a7b77b6eff9062c336e3a7c4c2317628807ec215fe0bb85fe69b8f9f_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:07001bfc41ff6635eb72fc901aac04224e662c4af8642b42a4e2f090e55da10c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:36f223d128b4c6af13e6c8357e557751cbd7a92c3034dafa889ab2a64fc1e9db_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:b3f7ab103601dbab78e8620297bbfebd4a50ef89fc694470edf587b3c3aa3cd2_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel8@sha256:dc05cbd8bebfcc6b0edddb81ad36fca510057c5a005e4b8b875ffee0a3a2494a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:14a4a36daa0c171dcd5ec8fac2273a464af3098296e8a03d74f9b4081207c9d5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:16f64f3af32a60f0a9f0d77c555364ca8ebf3ce54df0cce3d34167cf4c10785c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:cc6cfa27f4cc7804c37672f31722712449a938f40a86d0131faa5c35a228ff04_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel8@sha256:f7fa3394cf1274c0d609df37e2e6ec97583bd0ed2d877ed83a706e11856ce241_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:359140edfcb5a24386b65482e230025c38efff9944e56c549d60be9489d5e4cd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:5fbe0985228ff89051ed5a74b1497f41b28f9e03ee113ef284ad77eafa0accac_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:698ed1703d6aae876e2db38443bc818e0a072bc82f8fcba05d69915da4f3304e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel8@sha256:6b6a0d48855b2c510464354a8a0faedba061d6f21b02727d90776535ad8db7fe_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:514425eaa2bb89e051db84806fb79fefa639dda9313dfaaf70f3958b009adaa0_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:aeef82d3ac21bcee807f091068e1e77c1e886efae74da09299df676d9c7d5450_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:d0fcce1e9ee79f0bd0ddb9943aa61884b9b187416336ba17dff489007d79ff4b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8-operator@sha256:fbc8caf1643e231ed3294a95b77c289da51ab8be00a3f63015c276045e5c3c02_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:82bcb08ffcd36ffe69b0a3fbf4aafddc7717ce690e618a1950ed89c3e1176aad_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:858565fa7b7435b8e62a621bf933ccb303bda896b4f26539db2678c1d28fbd1c_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:902b02f0a421c2f0dc2b5deac2bfcaaaca14d0bb8a4d44588f160825fca6c2ca_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/controller-rhel8@sha256:e4cf7300c19789a9ddb0fe807f94527f82c3e79cff30b170a35a1a97bb815ffa_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:53c71b60fc89d709d492e713bd90edc90c9a2011ed4ea42ba575b8b791b7ccfc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:6c17270c495857e900327e041b8879a202917e1b7a1dac59fdec658bd354fbdd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:8067968976426cb0dd97d9fa319acf647162c6a4f3aecb7a467bef96bea6ec87_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel8@sha256:c98041d81b580168aa6eb928acf138eea7c06680df44f7f4a486194fe2b1861a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:4e6e7be53cbc1809c079ef6ee0716d6dd7246c415854e32d9f041a232b4341dc_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:8617e43da90ce5d4ed94e0ef2b1d5c78bc2e2f3af9296415e56787d80b9d865b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:ac954c3d8ba603b72d42655c8317520f7c0de607aecc024c0aeae892b2d4d535_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel8@sha256:f85ebf285fb091497f728ec3a2fc3a83f6df70260089ab469e60d5b4a345b6e2_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:4f06d8910b11196f069f4fa85c5a4e64cff98d937b6f43ce535615e34f644467_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:5907a38ba982d9bc516da9d659ec5947945f4f5e86c92560cf34f85ab43d63af_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:edcdd9d0915e81fd6e135ce019964aa5dcae0b55b02ae3704e11decb3e45340c_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8-operator@sha256:f2f833ce4d1d6e3c786f6c3923495d645d35b744bb15226655c3359797db8313_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:29c540fdda28755f237d22320a9212c21f4bd8ff684532e9811798751f1e2d6b_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:46d10cacd5b0b2bc4da621697a193eba18aa8518ae645adcafd3336a557fbf2a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:5d6366a472e28893f8e92a0af59d1470bcd8bda4df7fde2104da6d21d854a52a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-rhel8@sha256:ef118e4ad7f2674dac1d2bdd765da8b8c1bd0a7f32c9680ab104ce68fe975ecc_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:1c0ba18836ace46919b955a31e75e4d2d8d6438ad2992609278acdb0aa59f1f3_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:355c0cac405f1a9b48b37f1d6558522cd6471be1401ac128700fc60f4d35f834_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:50a4da0ff626f7426aca32b00b3cebddc60ab1079e29b898983fbc5459f23d26_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/eda-controller-ui-rhel8@sha256:5435141adbafbb050b866c071bcab1c512c3c290b4e47359e551c89a53a0b9ce_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-29-rhel8@sha256:b845eed74127be5daa5d7d1e4db83c42c1ba80fdf7a99a1185f3784cd4552991_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-cloud-services-rhel8@sha256:ee0a0879adc348ae5f9b32f1afce6c75e69118ef8505d90fa987019794633ccd_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:053ef9123529fedb61c80d10a9f6636671aab60efdc4f2e9c2e15d0a3404c8e1_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:34adb1ba68a80066dc04a5b29ddc4a48b2ceb687bc98603742030c29dac3508e_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:5ee32e1b0a714e4bd1227fc91d67a18cb0f13d298cfe2dca47ba15906b540f98_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel8@sha256:c155e95d4ed1b5edcc196bf5a91d5fbaa763f0cdba28a28e92b603cbf062fe9b_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:22bd543be3785dede7cb985f04285b4eeea5d8eaa3b5cea96ed045c610cb47e7_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:49d957ac56dba4357c1f2dde15a36556aebe6685695a322d85d83b721055cb1a_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:af5eeb82cc01f0289e3a14d57debd8374ac6fa74ac57822ef63a46d016594e36_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel8@sha256:b20b2a9cc5d228cbbe339723f7c3e5a6c1e2bd9c09abc25512535b729450e40c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:01c27725dc87fed5576923b2fa8a573140cdfe573c28ec12011b382f1a942991_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:5c8a38e05a99786f3905078dd51f1bd3823ad67edbc74d626f143a062c24824c_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:cc30a614038da109da06bcae62be78d0e7406720018a1857487668b97355c8af_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8-operator@sha256:d09cf44d64e7eb483f527795c16a9d281c3e889ffe5114675a4f52b662917db4_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:323d02bf32b01a41e418d460c302caadd10e9f8db5a8cf8c46ca614d7134d7d6_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c4f0e5ce1205c837e38a00ec1846839081659058a5e2b623a9ab89f366b85bbe_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:c750b3e39673007022fd9ae2d44f37b5e5c50b40603518c9b29a713c67cbc011_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-rhel8@sha256:da3a69b9b8cfde700db9da135dc16748120b7eb341ac830267a5800fc91f8441_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:09719c09a1219ca09c100b7bbef0bbbf6f475cd821ddcf706eb0300f8a311423_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:44c147d41152fd0643b8f32846789d6ff0220b406bac7d282a8744069befca8d_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:7577290bfb7c2b33cb8264ab45529476fac1de2fddb60fa65f1507f56857806d_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/hub-web-rhel8@sha256:ff644f5a12376da2d907abac9b2cd6eb01300643d91504173ab48a94d43b6a3b_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:50f5e36e2c5a3b7c28bd290be9e675a80b2c62e21dfba2af653ddb5381a7128e_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:93ec5dc7eb2aec4684ee3995e6944594da958c69746d044420fb4f85219dc612_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:c270c3509f897477f6033abdb7881d79a51233c11dd41b00a3bdc37ced75b9d4_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8-operator@sha256:fcd6f9d1cce39ff2aafdc90f2ddd26b7129cc4681f6afd842120b89a872771e7_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:0f11db4de8e1f1ca9c92c4b7dda13971d2a131869d832fd8fdba3d3dc1ddc838_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:31e65307a314e9af13fab5e6d407ecc455e9c810fc6de9078646064f1434de60_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:754f9ff7755dc53759ace39405e256172fa86aef9cc9e50f4dba556439700da5_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/lightspeed-rhel8@sha256:80d437e1cb373337b0775f7eb3a2e00dd640df3316a66db43fe8b2809fd0050a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:0d2738142edbaa6110b3fc3b73da5a5b9f94b5409b6735d411c70e6ef1133e1a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:14246f83f8886e5adf458028cab9b9b72547098060d925460dbdb11e880cff7a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:728620ea34e6f96a50200b8f2851ab822535096b76de70356a108cb42a12df16_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-rhel8-operator@sha256:8e2325bd1b8919544ab3468d7fabfabaaf03a77f750144908af090db7520ac67_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:2c45f7e44392d0023bebe931ddbd33a6c1f7d8c6ec1f5dcaf21fe8e65cdd91f8_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:72be87d17426a8252214eaa17deac53845f6b182ed3c324b961c5bca9a655ff3_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:b80e1b78432b4ef781296cd99e3b5b979b194c626473b0263730c49230a6b401_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/platform-resource-runner-rhel8@sha256:d306151f1dff09be8c6372d7f514c4eac9196a9a1481d466764ed07874b22482_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/cloud-addons-operator-bundle@sha256:e0257bb626a8589e0723b28523b4c73823bc32ebcf5a7f059c2a6e8f586b9c0b_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:de106df54d5f0cb99e4824c858450445131b5f1db1376acfbf6b1e28197e98ae_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/ee-containerized-installer-rhel8@sha256:eddb03ae81c44ed502db12a2d8f8d19874e8c0a384ebac4324b429377f6de67a_amd64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:0a71985b53f0f5d31573dacd44f95172bfdbf249b7cd0ed845800037fede483a_arm64",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:3b25f730b2d93bd9ab7573ba15f533831dad27e1e047f8e77248c78ca826d7fd_ppc64le",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:bad956fc68145dbbce344606d2b336570c4e57a7f2ba38968239b4b89e499846_s390x",
"8Base-Ansible-Automation-Platform-2.4:ansible-automation-platform/platform-operator-bundle@sha256:c62fc7d053bcf9e6cabcf3f385a341f476ae2fe955087845fdb6eb0fe996cad4_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:198b7f1ef123925e5aab89e8d395576b68e2ab8c0d513bd737cee44672e78c7f_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:1c11ee8258b78b242aa7f9f32735fd25829f6dcc3c982b200d42a5ee77ca2ab8_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:4f28d3eecbe85fed454d57dd4ba4f069e394a3e394dcce3dc6a75d1e8f9fe606_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-builder-rhel9@sha256:9716c0e68fe48889eb68d3e01da75b775f3411450e66699364be273fc8ca88af_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:49fc2776989fefdb55700e84c47fad34dce4410333d0bf5f5c02b1c63c6afc45_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:4d4bad8a8a4298c21d6d22a7f4fdfdeebbb614885c3b0f3701bead336301eeb6_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:8ae90ef550ad8b31351ca59c1b323d8d6692ea1a16c64d958ef5535220d6cf1f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-base-rhel9@sha256:9823f7feef6cb78482c14e8a1474d055961ec0aa241e64dba5a8c13d6683a3d6_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:30d2a06cc37e3965f6569694762687531ad0cb837115b740c320e7d7ae825b86_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:45945b75d9e1162726c63a65bb4b3169b089f47e8bc45e8b8cd192e803661e51_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:5801ba0357b07e0057837d2949073917103a9769b95e32690cac726a0427f46f_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ansible-python-toolkit-rhel9@sha256:95b511e79e0ea811e95456d27a4b9aab496bebcc9e2eba7263247c633bca99d0_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:38dc569b627826023790f34f1b35a666c0bd093ba1ea0b558acf2ab83fbe0944_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:4374cdb5e989b34ce771320e038711da38613f86a7430d47feadd0f85b32d830_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:bfe400cf240b419c4c81dde497d2cc3c0b430ac3ba724c11b2e7e380b6caa3b5_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-minimal-rhel9@sha256:c391cf4de14a01c82a6fd3c25a731c15cc7b827af8a0f7425eeb17f2351f86c9_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:91af007b1637ecd038e7c1ac2453d9cb957484f1908dc23bf84462e5091b4911_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:a4eedfc6515d5acea2972d4803f4a69026ac63a096246a97da8cb946f1961a8b_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:aa8a1d82ad206a90d7158daa8bb9ae28eca3eb1d86808506ac7f730dfe996e39_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/de-supported-rhel9@sha256:df4f0333a9626bf43218bcbbed659d8512ea113c58978104a0791f3a50469e54_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:2c991b981d15a5b3637dd96ebbc5c0c520b35cba91f23cdb6593d4b698c8e544_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:4d8869b3e908ef654275a6f2942643e907539723c51d6f33a53257df06007b1e_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:b4d19506e327428ee2e0d445a29a279532090eb1ff2b833a14f1debc64c609c7_amd64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-minimal-rhel9@sha256:d2763d82a55778f80ee58f9c7c9cc23a4f70e59a7665cd81dd443070ff5b6076_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:31fa8865fda3cbfbde64cfb9df68d74533cfe916608d8097f0acb31883e505d2_ppc64le",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:c00c92df6a63698aad32decd80addbd37ebeb69229d43593d3b4c4d8f0397ff5_s390x",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d00c8445fd16037038cb95a58b6db5711630b228b1ac470667c344a3c890d915_arm64",
"9Base-Ansible-Automation-Platform-2.4:ansible-automation-platform-24/ee-supported-rhel9@sha256:d148168237e727dc2073157dfcde05ed03ea5c8d2f5ec0e99dd4d739f7306cea_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "django: potential denial-of-service vulnerability in IPv6 validation"
}
]
}
RHSA-2025:0753
Vulnerability from csaf_redhat - Published: 2025-01-28 01:03 - Updated: 2026-06-02 15:18A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64 | — | ||
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64 | — | ||
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le | — | ||
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64 | — | ||
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x | — | ||
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64 | — | ||
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64 | — | ||
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le | — | ||
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x | — | ||
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64 | — |
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's 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64 | — |
Workaround
|
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's sandbox does catch calls to str.format and ensures they don't escape the sandbox. However, storing a reference to a malicious string's 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64 | — | ||
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64 | — | ||
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le | — | ||
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64 | — | ||
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x | — | ||
| Unresolved product id: 8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64 | — | ||
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64 | — | ||
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le | — | ||
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x | — | ||
| Unresolved product id: 9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64 | — |
{
"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": "2026-06-02T15:18:55+00:00",
"generator": {
"date": "2026-06-02T15:18:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:0753",
"initial_release_date": "2025-01-28T01:03:48+00:00",
"revision_history": [
{
"date": "2025-01-28T01:03:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-01-28T01:03:48+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T15:18:55+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: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/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: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/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: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-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: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": "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-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: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: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: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": "architecture",
"name": "amd64"
},
{
"branches": [
{
"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/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/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": "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: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: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-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": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"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/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/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": "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: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: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-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": "architecture",
"name": "arm64"
},
{
"branches": [
{
"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/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/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": "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: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: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-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": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64"
},
"product_reference": "ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64"
},
"product_reference": "ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le"
},
"product_reference": "ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64"
},
"product_reference": "ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x"
},
"product_reference": "ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64"
},
"product_reference": "ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64",
"relates_to_product_reference": "8Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64"
},
"product_reference": "ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64",
"relates_to_product_reference": "9Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le as a component of Ansible Automation Platform Execution Environments",
"product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le"
},
"product_reference": "ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le",
"relates_to_product_reference": "9Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x as a component of Ansible Automation Platform Execution Environments",
"product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x"
},
"product_reference": "ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x",
"relates_to_product_reference": "9Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64"
},
"product_reference": "ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64",
"relates_to_product_reference": "9Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64",
"relates_to_product_reference": "9Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x as a component of Ansible Automation Platform Execution Environments",
"product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x",
"relates_to_product_reference": "9Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le as a component of Ansible Automation Platform Execution Environments",
"product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le",
"relates_to_product_reference": "9Base-ansible-automation-platform-ee"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64 as a component of Ansible Automation Platform Execution Environments",
"product_id": "9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64"
},
"product_reference": "ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64",
"relates_to_product_reference": "9Base-ansible-automation-platform-ee"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-52304",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2024-11-18T21:01:46.925641+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2327130"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the aiohttp package. The Python parser parses newlines in chunk extensions incorrectly, which can lead to request smuggling vulnerabilities under certain conditions. If a pure Python version of aiohttp is installed, for example, without the usual C extensions, or `AIOHTTP_NO_EXTENSIONS` is enabled, an attacker may be able to execute a request smuggling attack to bypass certain firewalls or proxy protections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: aiohttp vulnerable to request smuggling due to incorrect parsing of chunk extensions",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64"
],
"known_not_affected": [
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-52304"
},
{
"category": "external",
"summary": "RHBZ#2327130",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2327130"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-52304",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52304"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-52304",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52304"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/259edc369075de63e6f3a4eaade058c62af0df71",
"url": "https://github.com/aio-libs/aiohttp/commit/259edc369075de63e6f3a4eaade058c62af0df71"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-8495-4g3g-x7pr",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-8495-4g3g-x7pr"
}
],
"release_date": "2024-11-18T20:12:48.612000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-01-28T01:03:48+00:00",
"details": "Red Hat Ansible Automation Platform Execution Environments",
"product_ids": [
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:0753"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "aiohttp: aiohttp vulnerable to request smuggling due to incorrect parsing of chunk extensions"
},
{
"cve": "CVE-2024-56201",
"cwe": {
"id": "CWE-150",
"name": "Improper Neutralization of Escape, Meta, or Control Sequences"
},
"discovery_date": "2024-12-23T16:00:38.768252+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333854"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Jinja2 package. A bug in the Jinja compiler allows an attacker that controls both the content and filename of a template to execute arbitrary Python code, regardless of Jinja\u0027s sandbox being used. An attacker needs to be able to control both the filename and the contents of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates where the template author can also choose the template filename.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: Jinja has a sandbox breakout through malicious filenames",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability has rated as a IMPORTANT flaw because an attacker controlling both the template content and filename to execute arbitrary Python code, bypassing the sandbox.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64"
],
"known_not_affected": [
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56201"
},
{
"category": "external",
"summary": "RHBZ#2333854",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333854"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56201"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56201"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f",
"url": "https://github.com/pallets/jinja/commit/767b23617628419ae3709ccfb02f9602ae9fe51f"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/issues/1792",
"url": "https://github.com/pallets/jinja/issues/1792"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/releases/tag/3.1.5",
"url": "https://github.com/pallets/jinja/releases/tag/3.1.5"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-gmj6-6f8f-6699"
}
],
"release_date": "2024-12-23T15:37:36.110000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-01-28T01:03:48+00:00",
"details": "Red Hat Ansible Automation Platform Execution Environments",
"product_ids": [
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:0753"
},
{
"category": "workaround",
"details": "To mitigate this vulnerabilty restrict user-controlled template filenames, ensuring they follow a predefined templates.",
"product_ids": [
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:6482c85063d9a9b0c004ab820864b8ee4ad539411a4201d7986ec539a9ff4065_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:81429faee24a766d27e9e53e525307f004a0a1e3565c7b343894ebc00c97be6e_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:94633e88e68654792939437c4e88124607d0ce78cc29a9b3adc4f6741dd6ad40_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:9e237d9484aafa8663cc8df9b762e4f720a4bd4702035a9a2c7f52761be03c89_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel8@sha256:f5487d83e07fbfede2d9724cea2fa1947aaf9207f2b80ed2091ea63677a1a37b_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-29-rhel8@sha256:afc0732dabb2e714ad61602ccc323dfa94fc761527d2209dd35d8acf347e1cdd_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cec10d9a6e61ee12691ad1f441947b2019c29db163c2f3872851ebb6ef32cc2_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:0cf19f239c3ac9697d64e522ba35b0b509543179f2ba68c363281bcd3d6df8e2_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:1581e584e3ff8fa919eecdcd5c9517426a14061fe268c8ba6c277ac5e4cd6486_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:2e82c21518bcc5a825c0a84a97eb49745e752073097739f0425d45dbfd432eb1_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:446ece6a25bcd6f2a4c2aba033938591c2617e643c4f3de33c8bdb7b8d0f514a_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:57ed3d64f3acf810747fe88627901aeead08bd3d892b12b7206c14fa024a1930_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:5d32871a9c5fd57bf54cbadb5ffc882d9c158b40cbd8c3a596e7a0d668643167_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:66a83c19cee27a007f0a1c9e9a82d669ba3f97f0dcce2308a0ce32d3e1cd3a7f_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:6f25526b662c522db6b886ce896a4fa1fc3f3cb27c8857a15c26b91a444257b9_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:75357202064ca5c4e815863557cf2140da33bd2a801f442fb399ed3093c5d313_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:945c55597448f92bd7b46df53b3907f2835132b25d1d932edcd7c63f7b6e75d9_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:a23c98abc33bb233ee267f92ae6b706b03b67e94bd95280395898400fd8ec85f_ppc64le",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:aaa47e2dd1c71c0d36a4331fc0078a5067ef2cd93bda1902d3863a341e2e6074_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ac62c6296c182e61c77f571728c094d35eb11e37bc2133a5984d04c8ffd2830d_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c1d6fe4ed7afe9d13fa292615585f044e412a81311537ef6c7465f9d2e7e19c6_amd64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:c407acff07bde1e61e0990cac320609fb81f97d96b7d1f7780683129a117ccea_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:d8aa73f286779b3b4c49f0ce745f973b09bce51d1338420587515b91deabd5a7_arm64",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:f1e7001759d5f70cd598b59a4a5f2e0786e3dfdd63e1ff70cb382a73b5182dfd_s390x",
"8Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel8@sha256:ff3261d84f5062ad13fc080ee9b53991d4e64cec28c2810f78ae5d85fecb80db_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:45b628279885139dd3223b25bf4af3eb2eb04b83781971061a6f1a3f4027bdfc_amd64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:48248cdd9d621c2bf0467671eab1913738447245473a0a2f528ff4f82a731f5e_ppc64le",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:79806e62bfc3e9b60cd380d70b66ee1fa52f8066f0d21a981361f5ec45ecc036_s390x",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ansible-builder-rhel9@sha256:fc899a2b4bf476f60dd52a7b8e4ff4c60d48795b32bba14adae38205641537fb_arm64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:032b5590181bf1e67df6d12c0af3856a2fc0fd79091f93f80e7b63653a91297c_arm64",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:4db03217fe090a2ad774fab7250a1eadd5a075d01ca731f75074339ec18b4c9c_s390x",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:6e295d75c78943c21d120dd1d965b0a14f732a3ec9309c75471cf2bb92410922_ppc64le",
"9Base-ansible-automation-platform-ee:ansible-automation-platform/ee-minimal-rhel9@sha256:db6a3af8b9768035d9c2733d2a6a2f48ac67ce570e5533f446c6be73a7a6c296_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jinja2: Jinja has a sandbox breakout through malicious filenames"
},
{
"cve": "CVE-2024-56326",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"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:0777
Vulnerability from csaf_redhat - Published: 2025-01-28 19:20 - Updated: 2026-06-02 15:19A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src | — |
Workaround
|
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's 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src | — |
Workaround
|
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's sandbox does catch calls to str.format and ensures they don't escape the sandbox. However, storing a reference to a malicious string's 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src | — |
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64 | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch | — | ||
| Unresolved product id: 8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64 | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch | — | ||
| Unresolved product id: 9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src | — |
{
"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": "2026-06-02T15:19:19+00:00",
"generator": {
"date": "2026-06-02T15:19:19+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:0777",
"initial_release_date": "2025-01-28T19:20:06+00:00",
"revision_history": [
{
"date": "2025-01-28T19:20:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-01-28T19:20:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T15:19:19+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-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"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-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2024-12-23T16:00:46.619763+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56326"
},
{
"category": "external",
"summary": "RHBZ#2333856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4",
"url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/releases/tag/3.1.5",
"url": "https://github.com/pallets/jinja/releases/tag/3.1.5"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h"
}
],
"release_date": "2024-12-23T15:43:49.400000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-01-28T19:20:06+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:0777"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method"
},
{
"cve": "CVE-2024-56374",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-01-14T20:01:09.167282+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2337996"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Django framework. Lack of upper bound limit enforcement in strings passed when performing IPv6 validation could lead to a potential denial of service attack. The undocumented and private functions `clean_ipv6_address` and `is_valid_ipv6_address` were vulnerable, as was the `django.forms.GenericIPAddressField` form field, which has now been updated to define a `max_length` of 39 characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "django: potential denial-of-service vulnerability in IPv6 validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src"
],
"known_not_affected": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56374"
},
{
"category": "external",
"summary": "RHBZ#2337996",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337996"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56374",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56374"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56374",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56374"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2025/01/14/2",
"url": "http://www.openwall.com/lists/oss-security/2025/01/14/2"
},
{
"category": "external",
"summary": "https://docs.djangoproject.com/en/dev/releases/security/",
"url": "https://docs.djangoproject.com/en/dev/releases/security/"
},
{
"category": "external",
"summary": "https://groups.google.com/g/django-announce",
"url": "https://groups.google.com/g/django-announce"
},
{
"category": "external",
"summary": "https://www.djangoproject.com/weblog/2025/jan/14/security-releases/",
"url": "https://www.djangoproject.com/weblog/2025/jan/14/security-releases/"
}
],
"release_date": "2025-01-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-01-28T19:20:06+00:00",
"details": "Red Hat Ansible Automation Platform",
"product_ids": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:0777"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.aarch64",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.ppc64le",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.s390x",
"8Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el8ap.x86_64",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el8ap.src",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.noarch",
"8Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el8ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Developer-1.2:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5-Inside-1.3:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:ansible-automation-platform-installer-0:2.5-8.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-cli-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-server-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-ui-0:4.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.5:automation-controller-venv-tower-0:4.6.7-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-0:1.1.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-base-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-event-stream-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:automation-eda-controller-worker-services-0:1.1.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-django-0:4.2.18-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-jinja2-0:3.1.5-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.5:python3.11-pulpcore-0:3.49.30-1.el9ap.src"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "django: potential denial-of-service vulnerability in IPv6 validation"
}
]
}
RHSA-2025:0830
Vulnerability from csaf_redhat - Published: 2025-02-10 06:29 - Updated: 2026-06-02 15:19A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-docker-4:4.9.4-13.rhaos4.16.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-docker-4:4.9.4-15.rhaos4.16.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-jinja2-0:3.0.1-6.el9.2.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jinja2-0:3.0.1-6.el9.2.noarch | — |
Workaround
|
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's 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-docker-4:4.9.4-13.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-docker-4:4.9.4-15.rhaos4.16.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.x86_64 | — |
Workaround
|
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's sandbox does catch calls to str.format and ensures they don't escape the sandbox. However, storing a reference to a malicious string's 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-13.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-13.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-13.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-docker-4:4.9.4-13.rhaos4.16.el8.noarch | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-13.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-13.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-13.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-13.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-13.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.12-4.rhaos4.16.gitadc9401.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.17-2.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.17-2.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.17-2.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-15.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-15.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-docker-4:4.9.4-15.rhaos4.16.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-15.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-15.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-15.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-15.rhaos4.16.el9.x86_64 | — |
{
"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": "2026-06-02T15:19:19+00:00",
"generator": {
"date": "2026-06-02T15:19:19+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:0830",
"initial_release_date": "2025-02-10T06:29:38+00:00",
"revision_history": [
{
"date": "2025-02-10T06:29:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-02-10T06:29:38+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T15:19:19+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-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"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:0834
Vulnerability from csaf_redhat - Published: 2025-02-06 01:16 - Updated: 2026-06-02 15:19A 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's 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch | — |
Workaround
|
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's sandbox does catch calls to str.format and ensures they don't escape the sandbox. However, storing a reference to a malicious string's 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch | — | ||
| Unresolved product id: 8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch | — | ||
| Unresolved product id: 8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch | — | ||
| Unresolved product id: 8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch | — |
{
"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": "2026-06-02T15:19:19+00:00",
"generator": {
"date": "2026-06-02T15:19:19+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:0834",
"initial_release_date": "2025-02-06T01:16:18+00:00",
"revision_history": [
{
"date": "2025-02-06T01:16:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-02-06T01:16:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T15:19:19+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-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2024-12-23T16:00:46.619763+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Jinja package. In affected versions of Jinja, an oversight in how the Jinja sandboxed environment detects calls to str.format allows an attacker that controls the content of a template to execute arbitrary Python code. To exploit the vulnerability, an attacker needs to control the content of a template. Whether that is the case depends on the type of application using Jinja. This vulnerability impacts users of applications that execute untrusted templates. Jinja\u0027s sandbox does catch calls to str.format and ensures they don\u0027t escape the sandbox. However, storing a reference to a malicious string\u0027s format method is possible, then passing that to a filter that calls it. No such filters are built into Jinja but could be present through custom filters in an application. After the fix, such indirect calls are also handled by the sandbox.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jinja2: Jinja has a sandbox breakout through indirect reference to format method",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as Moderate due to an oversight in Jinja\u0027s sandbox environment, allowing attackers to execute arbitrary Python code through controlled template content. This requires control over template content, making exploitation possible only in specific applications, thus limiting its overall impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-6.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-6.el9.2.noarch"
],
"known_not_affected": [
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56326"
},
{
"category": "external",
"summary": "RHBZ#2333856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56326",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56326"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56326"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4",
"url": "https://github.com/pallets/jinja/commit/48b0687e05a5466a91cd5812d604fa37ad0943b4"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/releases/tag/3.1.5",
"url": "https://github.com/pallets/jinja/releases/tag/3.1.5"
},
{
"category": "external",
"summary": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h",
"url": "https://github.com/pallets/jinja/security/advisories/GHSA-q2x7-8rv6-6q7h"
}
],
"release_date": "2024-12-23T15:43:49.400000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-06T01:16:18+00:00",
"details": "For OpenShift Container Platform 4.12 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.openshift.com/container-platform/4.12/release_notes/ocp-4-12-release-notes.html",
"product_ids": [
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-6.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-6.el9.2.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:0834"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.12:openshift-kuryr-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.src",
"8Base-RHOSE-4.12:openshift-kuryr-cni-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-common-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:openshift-kuryr-controller-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch",
"8Base-RHOSE-4.12:python3-kuryr-kubernetes-0:4.12.0-202501071748.p0.g8fd2f8b.assembly.stream.el8.noarch",
"9Base-RHOSE-IRONIC-4.12:python-jinja2-0:3.0.1-6.el9.2.src",
"9Base-RHOSE-IRONIC-4.12:python3-jinja2-0:3.0.1-6.el9.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jinja2: Jinja has a sandbox breakout through indirect reference to format method"
}
]
}
RHSA-2025:0842
Vulnerability from csaf_redhat - Published: 2025-02-06 15:46 - Updated: 2026-06-02 15:19A 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's 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.x86_64 | — |
Workaround
|
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's sandbox does catch calls to str.format and ensures they don't escape the sandbox. However, storing a reference to a malicious string's 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el8.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:crun-0:1.17-2.rhaos4.14.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:crun-debuginfo-0:1.17-2.rhaos4.14.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:crun-debugsource-0:1.17-2.rhaos4.14.el9.x86_64 | — |
{
"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": "2026-06-02T15:19:20+00:00",
"generator": {
"date": "2026-06-02T15:19:20+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2025:0842",
"initial_release_date": "2025-02-06T15:46:39+00:00",
"revision_history": [
{
"date": "2025-02-06T15:46:39+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-02-06T15:46:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T15:19:20+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-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"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"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.